Test Report: Docker_Linux_docker_arm64 19696

                    
                      60137f5eb61dd17472aeb1c9d9b63bd7ae7f04e6:2024-09-24:36347
                    
                

Test fail (1/342)

Order failed test Duration
33 TestAddons/parallel/Registry 75.72
x
+
TestAddons/parallel/Registry (75.72s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:328: registry stabilized in 6.702708ms
addons_test.go:330: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-66c9cd494c-5nsr7" [489c11e2-9ffb-44d0-ab77-26a06d440d24] Running
addons_test.go:330: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 6.00504778s
addons_test.go:333: (dbg) TestAddons/parallel/Registry: waiting 10m0s for pods matching "registry-proxy=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-proxy-6hk9r" [7c97bbfc-93ec-48a1-aeb1-7e1f322373db] Running
addons_test.go:333: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 6.004516561s
addons_test.go:338: (dbg) Run:  kubectl --context addons-093926 delete po -l run=registry-test --now
addons_test.go:343: (dbg) Run:  kubectl --context addons-093926 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:343: (dbg) Non-zero exit: kubectl --context addons-093926 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": exit status 1 (1m0.111936976s)

                                                
                                                
-- stdout --
	pod "registry-test" deleted

                                                
                                                
-- /stdout --
** stderr ** 
	error: timed out waiting for the condition

                                                
                                                
** /stderr **
addons_test.go:345: failed to hit registry.kube-system.svc.cluster.local. args "kubectl --context addons-093926 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\"" failed: exit status 1
addons_test.go:349: expected curl response be "HTTP/1.1 200", but got *pod "registry-test" deleted
*
addons_test.go:357: (dbg) Run:  out/minikube-linux-arm64 -p addons-093926 ip
2024/09/23 23:51:33 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:386: (dbg) Run:  out/minikube-linux-arm64 -p addons-093926 addons disable registry --alsologtostderr -v=1
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestAddons/parallel/Registry]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect addons-093926
helpers_test.go:235: (dbg) docker inspect addons-093926:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "4acc8540e5df4fccb2a5a3ca15f367a0342ba5626c5ea87bbd1e5fc7eba12828",
	        "Created": "2024-09-23T23:38:18.363211563Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 8796,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-09-23T23:38:18.559285971Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:62002f6a97ad1f6cd4117c29b1c488a6bf3b6255c8231f0d600b1bc7ba1bcfd6",
	        "ResolvConfPath": "/var/lib/docker/containers/4acc8540e5df4fccb2a5a3ca15f367a0342ba5626c5ea87bbd1e5fc7eba12828/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/4acc8540e5df4fccb2a5a3ca15f367a0342ba5626c5ea87bbd1e5fc7eba12828/hostname",
	        "HostsPath": "/var/lib/docker/containers/4acc8540e5df4fccb2a5a3ca15f367a0342ba5626c5ea87bbd1e5fc7eba12828/hosts",
	        "LogPath": "/var/lib/docker/containers/4acc8540e5df4fccb2a5a3ca15f367a0342ba5626c5ea87bbd1e5fc7eba12828/4acc8540e5df4fccb2a5a3ca15f367a0342ba5626c5ea87bbd1e5fc7eba12828-json.log",
	        "Name": "/addons-093926",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-093926:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "addons-093926",
	            "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/b491be732b7149ca6fc0d9874fb3f0fbd9f8ebdff55d512887b407ca1a36a848-init/diff:/var/lib/docker/overlay2/c163e1d244454ef137d50729a5d3136380e9198c02303a189f59bba4dcfdb723/diff",
	                "MergedDir": "/var/lib/docker/overlay2/b491be732b7149ca6fc0d9874fb3f0fbd9f8ebdff55d512887b407ca1a36a848/merged",
	                "UpperDir": "/var/lib/docker/overlay2/b491be732b7149ca6fc0d9874fb3f0fbd9f8ebdff55d512887b407ca1a36a848/diff",
	                "WorkDir": "/var/lib/docker/overlay2/b491be732b7149ca6fc0d9874fb3f0fbd9f8ebdff55d512887b407ca1a36a848/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "volume",
	                "Name": "addons-093926",
	                "Source": "/var/lib/docker/volumes/addons-093926/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            },
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-093926",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21",
	            "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-093926",
	                "name.minikube.sigs.k8s.io": "addons-093926",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "11dc1aac91fe7f8c13c47d7d85f46d104e751244bb4f5cfbdac40e1e8758ec9a",
	            "SandboxKey": "/var/run/docker/netns/11dc1aac91fe",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32768"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32769"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32772"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32770"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32771"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-093926": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "c660da7bdf3c0c274e268cb2ac1ab02b4990db466112e2d4dceaf6cc0240805f",
	                    "EndpointID": "bed6770423097cf7c400f2b6c82a1678094d6c912e5f684fc92161adead1a986",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-093926",
	                        "4acc8540e5df"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p addons-093926 -n addons-093926
helpers_test.go:244: <<< TestAddons/parallel/Registry FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestAddons/parallel/Registry]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-arm64 -p addons-093926 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-093926 logs -n 25: (1.14669408s)
helpers_test.go:252: TestAddons/parallel/Registry logs: 
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                 Args                 |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only              | download-only-914233   | jenkins | v1.34.0 | 23 Sep 24 23:37 UTC |                     |
	|         | -p download-only-914233              |                        |         |         |                     |                     |
	|         | --force --alsologtostderr            |                        |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0         |                        |         |         |                     |                     |
	|         | --container-runtime=docker           |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=docker           |                        |         |         |                     |                     |
	| delete  | --all                                | minikube               | jenkins | v1.34.0 | 23 Sep 24 23:37 UTC | 23 Sep 24 23:37 UTC |
	| delete  | -p download-only-914233              | download-only-914233   | jenkins | v1.34.0 | 23 Sep 24 23:37 UTC | 23 Sep 24 23:37 UTC |
	| start   | -o=json --download-only              | download-only-287226   | jenkins | v1.34.0 | 23 Sep 24 23:37 UTC |                     |
	|         | -p download-only-287226              |                        |         |         |                     |                     |
	|         | --force --alsologtostderr            |                        |         |         |                     |                     |
	|         | --kubernetes-version=v1.31.1         |                        |         |         |                     |                     |
	|         | --container-runtime=docker           |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=docker           |                        |         |         |                     |                     |
	| delete  | --all                                | minikube               | jenkins | v1.34.0 | 23 Sep 24 23:37 UTC | 23 Sep 24 23:37 UTC |
	| delete  | -p download-only-287226              | download-only-287226   | jenkins | v1.34.0 | 23 Sep 24 23:37 UTC | 23 Sep 24 23:37 UTC |
	| delete  | -p download-only-914233              | download-only-914233   | jenkins | v1.34.0 | 23 Sep 24 23:37 UTC | 23 Sep 24 23:37 UTC |
	| delete  | -p download-only-287226              | download-only-287226   | jenkins | v1.34.0 | 23 Sep 24 23:37 UTC | 23 Sep 24 23:37 UTC |
	| start   | --download-only -p                   | download-docker-598588 | jenkins | v1.34.0 | 23 Sep 24 23:37 UTC |                     |
	|         | download-docker-598588               |                        |         |         |                     |                     |
	|         | --alsologtostderr                    |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=docker           |                        |         |         |                     |                     |
	| delete  | -p download-docker-598588            | download-docker-598588 | jenkins | v1.34.0 | 23 Sep 24 23:37 UTC | 23 Sep 24 23:37 UTC |
	| start   | --download-only -p                   | binary-mirror-966037   | jenkins | v1.34.0 | 23 Sep 24 23:37 UTC |                     |
	|         | binary-mirror-966037                 |                        |         |         |                     |                     |
	|         | --alsologtostderr                    |                        |         |         |                     |                     |
	|         | --binary-mirror                      |                        |         |         |                     |                     |
	|         | http://127.0.0.1:42025               |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=docker           |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-966037              | binary-mirror-966037   | jenkins | v1.34.0 | 23 Sep 24 23:37 UTC | 23 Sep 24 23:37 UTC |
	| addons  | enable dashboard -p                  | addons-093926          | jenkins | v1.34.0 | 23 Sep 24 23:37 UTC |                     |
	|         | addons-093926                        |                        |         |         |                     |                     |
	| addons  | disable dashboard -p                 | addons-093926          | jenkins | v1.34.0 | 23 Sep 24 23:37 UTC |                     |
	|         | addons-093926                        |                        |         |         |                     |                     |
	| start   | -p addons-093926 --wait=true         | addons-093926          | jenkins | v1.34.0 | 23 Sep 24 23:37 UTC | 23 Sep 24 23:41 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 --addons=volcano       |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=docker           |                        |         |         |                     |                     |
	|         | --addons=ingress                     |                        |         |         |                     |                     |
	|         | --addons=ingress-dns                 |                        |         |         |                     |                     |
	| addons  | addons-093926 addons disable         | addons-093926          | jenkins | v1.34.0 | 23 Sep 24 23:42 UTC | 23 Sep 24 23:42 UTC |
	|         | volcano --alsologtostderr -v=1       |                        |         |         |                     |                     |
	| addons  | addons-093926 addons disable         | addons-093926          | jenkins | v1.34.0 | 23 Sep 24 23:50 UTC | 23 Sep 24 23:50 UTC |
	|         | yakd --alsologtostderr -v=1          |                        |         |         |                     |                     |
	| addons  | addons-093926 addons                 | addons-093926          | jenkins | v1.34.0 | 23 Sep 24 23:51 UTC | 23 Sep 24 23:51 UTC |
	|         | disable csi-hostpath-driver          |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | addons-093926 addons                 | addons-093926          | jenkins | v1.34.0 | 23 Sep 24 23:51 UTC | 23 Sep 24 23:51 UTC |
	|         | disable volumesnapshots              |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| ip      | addons-093926 ip                     | addons-093926          | jenkins | v1.34.0 | 23 Sep 24 23:51 UTC | 23 Sep 24 23:51 UTC |
	| addons  | addons-093926 addons disable         | addons-093926          | jenkins | v1.34.0 | 23 Sep 24 23:51 UTC | 23 Sep 24 23:51 UTC |
	|         | registry --alsologtostderr           |                        |         |         |                     |                     |
	|         | -v=1                                 |                        |         |         |                     |                     |
	|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/23 23:37:54
	Running on machine: ip-172-31-30-239
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0923 23:37:54.976304    8299 out.go:345] Setting OutFile to fd 1 ...
	I0923 23:37:54.976506    8299 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 23:37:54.976532    8299 out.go:358] Setting ErrFile to fd 2...
	I0923 23:37:54.976551    8299 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 23:37:54.976813    8299 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19696-2224/.minikube/bin
	I0923 23:37:54.977319    8299 out.go:352] Setting JSON to false
	I0923 23:37:54.978193    8299 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":1220,"bootTime":1727133455,"procs":146,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0923 23:37:54.978287    8299 start.go:139] virtualization:  
	I0923 23:37:54.980885    8299 out.go:177] * [addons-093926] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0923 23:37:54.983034    8299 out.go:177]   - MINIKUBE_LOCATION=19696
	I0923 23:37:54.983182    8299 notify.go:220] Checking for updates...
	I0923 23:37:54.987233    8299 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0923 23:37:54.989207    8299 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19696-2224/kubeconfig
	I0923 23:37:54.991136    8299 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19696-2224/.minikube
	I0923 23:37:54.992934    8299 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0923 23:37:54.994869    8299 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0923 23:37:54.996914    8299 driver.go:394] Setting default libvirt URI to qemu:///system
	I0923 23:37:55.042968    8299 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I0923 23:37:55.043088    8299 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0923 23:37:55.095085    8299 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-23 23:37:55.085094439 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0923 23:37:55.095201    8299 docker.go:318] overlay module found
	I0923 23:37:55.097533    8299 out.go:177] * Using the docker driver based on user configuration
	I0923 23:37:55.099461    8299 start.go:297] selected driver: docker
	I0923 23:37:55.099482    8299 start.go:901] validating driver "docker" against <nil>
	I0923 23:37:55.099497    8299 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0923 23:37:55.100155    8299 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0923 23:37:55.153843    8299 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-23 23:37:55.144544446 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0923 23:37:55.154061    8299 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0923 23:37:55.154305    8299 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]
	I0923 23:37:55.156375    8299 out.go:177] * Using Docker driver with root privileges
	I0923 23:37:55.158291    8299 cni.go:84] Creating CNI manager for ""
	I0923 23:37:55.158368    8299 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
	I0923 23:37:55.158383    8299 start_flags.go:319] Found "bridge CNI" CNI - setting NetworkPlugin=cni
	I0923 23:37:55.158467    8299 start.go:340] cluster config:
	{Name:addons-093926 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 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.31.1 ClusterName:addons-093926 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout: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}
	I0923 23:37:55.160625    8299 out.go:177] * Starting "addons-093926" primary control-plane node in "addons-093926" cluster
	I0923 23:37:55.162903    8299 cache.go:121] Beginning downloading kic base image for docker with docker
	I0923 23:37:55.164640    8299 out.go:177] * Pulling base image v0.0.45-1727108449-19696 ...
	I0923 23:37:55.166690    8299 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
	I0923 23:37:55.166754    8299 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19696-2224/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-arm64.tar.lz4
	I0923 23:37:55.166766    8299 cache.go:56] Caching tarball of preloaded images
	I0923 23:37:55.166770    8299 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 in local docker daemon
	I0923 23:37:55.166846    8299 preload.go:172] Found /home/jenkins/minikube-integration/19696-2224/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-arm64.tar.lz4 in cache, skipping download
	I0923 23:37:55.166856    8299 cache.go:59] Finished verifying existence of preloaded tar for v1.31.1 on docker
	I0923 23:37:55.167230    8299 profile.go:143] Saving config to /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/config.json ...
	I0923 23:37:55.167264    8299 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/config.json: {Name:mk05342ee46a48f6b24ca2b046452d3107f19b52 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 23:37:55.182752    8299 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 to local cache
	I0923 23:37:55.182850    8299 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 in local cache directory
	I0923 23:37:55.182873    8299 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 in local cache directory, skipping pull
	I0923 23:37:55.182881    8299 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 exists in cache, skipping pull
	I0923 23:37:55.182889    8299 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 as a tarball
	I0923 23:37:55.182898    8299 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 from local cache
	I0923 23:38:12.137194    8299 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 from cached tarball
	I0923 23:38:12.137234    8299 cache.go:194] Successfully downloaded all kic artifacts
	I0923 23:38:12.137271    8299 start.go:360] acquireMachinesLock for addons-093926: {Name:mk9e9b9eb75f47e5d9b45153365b05786713d5cb Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0923 23:38:12.137461    8299 start.go:364] duration metric: took 152.87µs to acquireMachinesLock for "addons-093926"
	I0923 23:38:12.137497    8299 start.go:93] Provisioning new machine with config: &{Name:addons-093926 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 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.31.1 ClusterName:addons-093926 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout: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 Cust
omQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker ControlPlane:true Worker:true}
	I0923 23:38:12.137579    8299 start.go:125] createHost starting for "" (driver="docker")
	I0923 23:38:12.140998    8299 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0923 23:38:12.141261    8299 start.go:159] libmachine.API.Create for "addons-093926" (driver="docker")
	I0923 23:38:12.141297    8299 client.go:168] LocalClient.Create starting
	I0923 23:38:12.141445    8299 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19696-2224/.minikube/certs/ca.pem
	I0923 23:38:12.489304    8299 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19696-2224/.minikube/certs/cert.pem
	I0923 23:38:12.850963    8299 cli_runner.go:164] Run: docker network inspect addons-093926 --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}}]}"
	W0923 23:38:12.866046    8299 cli_runner.go:211] docker network inspect addons-093926 --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
	I0923 23:38:12.866135    8299 network_create.go:284] running [docker network inspect addons-093926] to gather additional debugging logs...
	I0923 23:38:12.866155    8299 cli_runner.go:164] Run: docker network inspect addons-093926
	W0923 23:38:12.881249    8299 cli_runner.go:211] docker network inspect addons-093926 returned with exit code 1
	I0923 23:38:12.881286    8299 network_create.go:287] error running [docker network inspect addons-093926]: docker network inspect addons-093926: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-093926 not found
	I0923 23:38:12.881301    8299 network_create.go:289] output of [docker network inspect addons-093926]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-093926 not found
	
	** /stderr **
	I0923 23:38:12.881472    8299 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}}]}"
	I0923 23:38:12.897063    8299 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:0x4001776870}
	I0923 23:38:12.897110    8299 network_create.go:124] attempt to create docker network addons-093926 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0923 23:38:12.897167    8299 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-093926 addons-093926
	I0923 23:38:12.965595    8299 network_create.go:108] docker network addons-093926 192.168.49.0/24 created
	I0923 23:38:12.965628    8299 kic.go:121] calculated static IP "192.168.49.2" for the "addons-093926" container
	I0923 23:38:12.965704    8299 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0923 23:38:12.981036    8299 cli_runner.go:164] Run: docker volume create addons-093926 --label name.minikube.sigs.k8s.io=addons-093926 --label created_by.minikube.sigs.k8s.io=true
	I0923 23:38:12.997556    8299 oci.go:103] Successfully created a docker volume addons-093926
	I0923 23:38:12.997652    8299 cli_runner.go:164] Run: docker run --rm --name addons-093926-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-093926 --entrypoint /usr/bin/test -v addons-093926:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 -d /var/lib
	I0923 23:38:14.522686    8299 cli_runner.go:217] Completed: docker run --rm --name addons-093926-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-093926 --entrypoint /usr/bin/test -v addons-093926:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 -d /var/lib: (1.524994845s)
	I0923 23:38:14.522716    8299 oci.go:107] Successfully prepared a docker volume addons-093926
	I0923 23:38:14.522742    8299 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
	I0923 23:38:14.522761    8299 kic.go:194] Starting extracting preloaded images to volume ...
	I0923 23:38:14.522836    8299 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19696-2224/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-093926:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 -I lz4 -xf /preloaded.tar -C /extractDir
	I0923 23:38:18.298369    8299 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19696-2224/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-093926:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 -I lz4 -xf /preloaded.tar -C /extractDir: (3.775478632s)
	I0923 23:38:18.298402    8299 kic.go:203] duration metric: took 3.775637228s to extract preloaded images to volume ...
	W0923 23:38:18.298539    8299 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0923 23:38:18.298647    8299 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0923 23:38:18.348971    8299 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-093926 --name addons-093926 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-093926 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-093926 --network addons-093926 --ip 192.168.49.2 --volume addons-093926:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21
	I0923 23:38:18.720605    8299 cli_runner.go:164] Run: docker container inspect addons-093926 --format={{.State.Running}}
	I0923 23:38:18.744329    8299 cli_runner.go:164] Run: docker container inspect addons-093926 --format={{.State.Status}}
	I0923 23:38:18.770762    8299 cli_runner.go:164] Run: docker exec addons-093926 stat /var/lib/dpkg/alternatives/iptables
	I0923 23:38:18.836776    8299 oci.go:144] the created container "addons-093926" has a running status.
	I0923 23:38:18.836805    8299 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19696-2224/.minikube/machines/addons-093926/id_rsa...
	I0923 23:38:19.282543    8299 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19696-2224/.minikube/machines/addons-093926/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0923 23:38:19.304484    8299 cli_runner.go:164] Run: docker container inspect addons-093926 --format={{.State.Status}}
	I0923 23:38:19.330267    8299 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0923 23:38:19.330286    8299 kic_runner.go:114] Args: [docker exec --privileged addons-093926 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0923 23:38:19.404785    8299 cli_runner.go:164] Run: docker container inspect addons-093926 --format={{.State.Status}}
	I0923 23:38:19.425530    8299 machine.go:93] provisionDockerMachine start ...
	I0923 23:38:19.425624    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:19.449357    8299 main.go:141] libmachine: Using SSH client type: native
	I0923 23:38:19.449936    8299 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0923 23:38:19.449952    8299 main.go:141] libmachine: About to run SSH command:
	hostname
	I0923 23:38:19.605258    8299 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-093926
	
	I0923 23:38:19.605329    8299 ubuntu.go:169] provisioning hostname "addons-093926"
	I0923 23:38:19.605443    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:19.623825    8299 main.go:141] libmachine: Using SSH client type: native
	I0923 23:38:19.624059    8299 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0923 23:38:19.624072    8299 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-093926 && echo "addons-093926" | sudo tee /etc/hostname
	I0923 23:38:19.773094    8299 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-093926
	
	I0923 23:38:19.773179    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:19.792753    8299 main.go:141] libmachine: Using SSH client type: native
	I0923 23:38:19.792990    8299 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0923 23:38:19.793007    8299 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-093926' /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-093926/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-093926' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0923 23:38:19.925340    8299 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0923 23:38:19.925438    8299 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19696-2224/.minikube CaCertPath:/home/jenkins/minikube-integration/19696-2224/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19696-2224/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19696-2224/.minikube}
	I0923 23:38:19.925480    8299 ubuntu.go:177] setting up certificates
	I0923 23:38:19.925514    8299 provision.go:84] configureAuth start
	I0923 23:38:19.925619    8299 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-093926
	I0923 23:38:19.942153    8299 provision.go:143] copyHostCerts
	I0923 23:38:19.942234    8299 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19696-2224/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19696-2224/.minikube/ca.pem (1082 bytes)
	I0923 23:38:19.942373    8299 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19696-2224/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19696-2224/.minikube/cert.pem (1123 bytes)
	I0923 23:38:19.942441    8299 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19696-2224/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19696-2224/.minikube/key.pem (1675 bytes)
	I0923 23:38:19.942502    8299 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19696-2224/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19696-2224/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19696-2224/.minikube/certs/ca-key.pem org=jenkins.addons-093926 san=[127.0.0.1 192.168.49.2 addons-093926 localhost minikube]
	I0923 23:38:20.119816    8299 provision.go:177] copyRemoteCerts
	I0923 23:38:20.119889    8299 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0923 23:38:20.119930    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:20.140726    8299 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/addons-093926/id_rsa Username:docker}
	I0923 23:38:20.234318    8299 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19696-2224/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
	I0923 23:38:20.258013    8299 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19696-2224/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0923 23:38:20.281855    8299 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19696-2224/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
	I0923 23:38:20.305350    8299 provision.go:87] duration metric: took 379.804339ms to configureAuth
	I0923 23:38:20.305374    8299 ubuntu.go:193] setting minikube options for container-runtime
	I0923 23:38:20.305584    8299 config.go:182] Loaded profile config "addons-093926": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
	I0923 23:38:20.305645    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:20.322806    8299 main.go:141] libmachine: Using SSH client type: native
	I0923 23:38:20.323045    8299 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0923 23:38:20.323062    8299 main.go:141] libmachine: About to run SSH command:
	df --output=fstype / | tail -n 1
	I0923 23:38:20.453557    8299 main.go:141] libmachine: SSH cmd err, output: <nil>: overlay
	
	I0923 23:38:20.453576    8299 ubuntu.go:71] root file system type: overlay
	I0923 23:38:20.453693    8299 provision.go:314] Updating docker unit: /lib/systemd/system/docker.service ...
	I0923 23:38:20.453764    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:20.471279    8299 main.go:141] libmachine: Using SSH client type: native
	I0923 23:38:20.471517    8299 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0923 23:38:20.471607    8299 main.go:141] libmachine: About to run SSH command:
	sudo mkdir -p /lib/systemd/system && printf %s "[Unit]
	Description=Docker Application Container Engine
	Documentation=https://docs.docker.com
	BindsTo=containerd.service
	After=network-online.target firewalld.service containerd.service
	Wants=network-online.target
	Requires=docker.socket
	StartLimitBurst=3
	StartLimitIntervalSec=60
	
	[Service]
	Type=notify
	Restart=on-failure
	
	
	
	# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
	# The base configuration already specifies an 'ExecStart=...' command. The first directive
	# here is to clear out that command inherited from the base configuration. Without this,
	# the command from the base configuration and the command specified here are treated as
	# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
	# will catch this invalid input and refuse to start the service with an error like:
	#  Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
	
	# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
	# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
	ExecStart=
	ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12 
	ExecReload=/bin/kill -s HUP \$MAINPID
	
	# Having non-zero Limit*s causes performance problems due to accounting overhead
	# in the kernel. We recommend using cgroups to do container-local accounting.
	LimitNOFILE=infinity
	LimitNPROC=infinity
	LimitCORE=infinity
	
	# Uncomment TasksMax if your systemd version supports it.
	# Only systemd 226 and above support this version.
	TasksMax=infinity
	TimeoutStartSec=0
	
	# set delegate yes so that systemd does not reset the cgroups of docker containers
	Delegate=yes
	
	# kill only the docker process, not all processes in the cgroup
	KillMode=process
	
	[Install]
	WantedBy=multi-user.target
	" | sudo tee /lib/systemd/system/docker.service.new
	I0923 23:38:20.612428    8299 main.go:141] libmachine: SSH cmd err, output: <nil>: [Unit]
	Description=Docker Application Container Engine
	Documentation=https://docs.docker.com
	BindsTo=containerd.service
	After=network-online.target firewalld.service containerd.service
	Wants=network-online.target
	Requires=docker.socket
	StartLimitBurst=3
	StartLimitIntervalSec=60
	
	[Service]
	Type=notify
	Restart=on-failure
	
	
	
	# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
	# The base configuration already specifies an 'ExecStart=...' command. The first directive
	# here is to clear out that command inherited from the base configuration. Without this,
	# the command from the base configuration and the command specified here are treated as
	# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
	# will catch this invalid input and refuse to start the service with an error like:
	#  Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
	
	# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
	# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
	ExecStart=
	ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12 
	ExecReload=/bin/kill -s HUP $MAINPID
	
	# Having non-zero Limit*s causes performance problems due to accounting overhead
	# in the kernel. We recommend using cgroups to do container-local accounting.
	LimitNOFILE=infinity
	LimitNPROC=infinity
	LimitCORE=infinity
	
	# Uncomment TasksMax if your systemd version supports it.
	# Only systemd 226 and above support this version.
	TasksMax=infinity
	TimeoutStartSec=0
	
	# set delegate yes so that systemd does not reset the cgroups of docker containers
	Delegate=yes
	
	# kill only the docker process, not all processes in the cgroup
	KillMode=process
	
	[Install]
	WantedBy=multi-user.target
	
	I0923 23:38:20.612508    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:20.629971    8299 main.go:141] libmachine: Using SSH client type: native
	I0923 23:38:20.630214    8299 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0923 23:38:20.630238    8299 main.go:141] libmachine: About to run SSH command:
	sudo diff -u /lib/systemd/system/docker.service /lib/systemd/system/docker.service.new || { sudo mv /lib/systemd/system/docker.service.new /lib/systemd/system/docker.service; sudo systemctl -f daemon-reload && sudo systemctl -f enable docker && sudo systemctl -f restart docker; }
	I0923 23:38:21.386336    8299 main.go:141] libmachine: SSH cmd err, output: <nil>: --- /lib/systemd/system/docker.service	2024-09-20 11:39:18.000000000 +0000
	+++ /lib/systemd/system/docker.service.new	2024-09-23 23:38:20.606603794 +0000
	@@ -1,46 +1,49 @@
	 [Unit]
	 Description=Docker Application Container Engine
	 Documentation=https://docs.docker.com
	-After=network-online.target docker.socket firewalld.service containerd.service time-set.target
	-Wants=network-online.target containerd.service
	+BindsTo=containerd.service
	+After=network-online.target firewalld.service containerd.service
	+Wants=network-online.target
	 Requires=docker.socket
	+StartLimitBurst=3
	+StartLimitIntervalSec=60
	 
	 [Service]
	 Type=notify
	-# the default is not to use systemd for cgroups because the delegate issues still
	-# exists and systemd currently does not support the cgroup feature set required
	-# for containers run by docker
	-ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
	-ExecReload=/bin/kill -s HUP $MAINPID
	-TimeoutStartSec=0
	-RestartSec=2
	-Restart=always
	+Restart=on-failure
	 
	-# Note that StartLimit* options were moved from "Service" to "Unit" in systemd 229.
	-# Both the old, and new location are accepted by systemd 229 and up, so using the old location
	-# to make them work for either version of systemd.
	-StartLimitBurst=3
	 
	-# Note that StartLimitInterval was renamed to StartLimitIntervalSec in systemd 230.
	-# Both the old, and new name are accepted by systemd 230 and up, so using the old name to make
	-# this option work for either version of systemd.
	-StartLimitInterval=60s
	+
	+# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
	+# The base configuration already specifies an 'ExecStart=...' command. The first directive
	+# here is to clear out that command inherited from the base configuration. Without this,
	+# the command from the base configuration and the command specified here are treated as
	+# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
	+# will catch this invalid input and refuse to start the service with an error like:
	+#  Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
	+
	+# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
	+# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
	+ExecStart=
	+ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12 
	+ExecReload=/bin/kill -s HUP $MAINPID
	 
	 # Having non-zero Limit*s causes performance problems due to accounting overhead
	 # in the kernel. We recommend using cgroups to do container-local accounting.
	+LimitNOFILE=infinity
	 LimitNPROC=infinity
	 LimitCORE=infinity
	 
	-# Comment TasksMax if your systemd version does not support it.
	-# Only systemd 226 and above support this option.
	+# Uncomment TasksMax if your systemd version supports it.
	+# Only systemd 226 and above support this version.
	 TasksMax=infinity
	+TimeoutStartSec=0
	 
	 # set delegate yes so that systemd does not reset the cgroups of docker containers
	 Delegate=yes
	 
	 # kill only the docker process, not all processes in the cgroup
	 KillMode=process
	-OOMScoreAdjust=-500
	 
	 [Install]
	 WantedBy=multi-user.target
	Synchronizing state of docker.service with SysV service script with /lib/systemd/systemd-sysv-install.
	Executing: /lib/systemd/systemd-sysv-install enable docker
	
	I0923 23:38:21.386368    8299 machine.go:96] duration metric: took 1.960819157s to provisionDockerMachine
	I0923 23:38:21.386381    8299 client.go:171] duration metric: took 9.245072224s to LocalClient.Create
	I0923 23:38:21.386395    8299 start.go:167] duration metric: took 9.245136101s to libmachine.API.Create "addons-093926"
	I0923 23:38:21.386402    8299 start.go:293] postStartSetup for "addons-093926" (driver="docker")
	I0923 23:38:21.386417    8299 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]
	I0923 23:38:21.386489    8299 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
	I0923 23:38:21.386539    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:21.403731    8299 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/addons-093926/id_rsa Username:docker}
	I0923 23:38:21.498566    8299 ssh_runner.go:195] Run: cat /etc/os-release
	I0923 23:38:21.501782    8299 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0923 23:38:21.501863    8299 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0923 23:38:21.501880    8299 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0923 23:38:21.501887    8299 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0923 23:38:21.501898    8299 filesync.go:126] Scanning /home/jenkins/minikube-integration/19696-2224/.minikube/addons for local assets ...
	I0923 23:38:21.501972    8299 filesync.go:126] Scanning /home/jenkins/minikube-integration/19696-2224/.minikube/files for local assets ...
	I0923 23:38:21.501998    8299 start.go:296] duration metric: took 115.585661ms for postStartSetup
	I0923 23:38:21.502313    8299 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-093926
	I0923 23:38:21.519677    8299 profile.go:143] Saving config to /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/config.json ...
	I0923 23:38:21.520050    8299 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0923 23:38:21.520107    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:21.536399    8299 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/addons-093926/id_rsa Username:docker}
	I0923 23:38:21.625874    8299 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0923 23:38:21.630242    8299 start.go:128] duration metric: took 9.492649313s to createHost
	I0923 23:38:21.630271    8299 start.go:83] releasing machines lock for "addons-093926", held for 9.49279369s
	I0923 23:38:21.630339    8299 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-093926
	I0923 23:38:21.647155    8299 ssh_runner.go:195] Run: cat /version.json
	I0923 23:38:21.647210    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:21.647222    8299 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0923 23:38:21.647279    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:21.671637    8299 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/addons-093926/id_rsa Username:docker}
	I0923 23:38:21.690072    8299 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/addons-093926/id_rsa Username:docker}
	I0923 23:38:21.887047    8299 ssh_runner.go:195] Run: systemctl --version
	I0923 23:38:21.891273    8299 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0923 23:38:21.895407    8299 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "grep -q loopback {} && ( grep -q name {} || sudo sed -i '/"type": "loopback"/i \ \ \ \ "name": "loopback",' {} ) && sudo sed -i 's|"cniVersion": ".*"|"cniVersion": "1.0.0"|g' {}" ;
	I0923 23:38:21.921007    8299 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
	I0923 23:38:21.921105    8299 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%p, " -exec sh -c "sudo mv {} {}.mk_disabled" ;
	I0923 23:38:21.951153    8299 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0923 23:38:21.951179    8299 start.go:495] detecting cgroup driver to use...
	I0923 23:38:21.951215    8299 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0923 23:38:21.951319    8299 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///run/containerd/containerd.sock
	" | sudo tee /etc/crictl.yaml"
	I0923 23:38:21.967134    8299 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.10"|' /etc/containerd/config.toml"
	I0923 23:38:21.976591    8299 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)restrict_oom_score_adj = .*$|\1restrict_oom_score_adj = false|' /etc/containerd/config.toml"
	I0923 23:38:21.986095    8299 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
	I0923 23:38:21.986227    8299 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
	I0923 23:38:21.996172    8299 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runtime.v1.linux"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0923 23:38:22.006664    8299 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
	I0923 23:38:22.020781    8299 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0923 23:38:22.030695    8299 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0923 23:38:22.040034    8299 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)conf_dir = .*$|\1conf_dir = "/etc/cni/net.d"|g' /etc/containerd/config.toml"
	I0923 23:38:22.050193    8299 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
	I0923 23:38:22.060021    8299 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)\[plugins."io.containerd.grpc.v1.cri"\]|&\n\1  enable_unprivileged_ports = true|' /etc/containerd/config.toml"
	I0923 23:38:22.070405    8299 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0923 23:38:22.079542    8299 crio.go:166] couldn't verify netfilter by "sudo sysctl net.bridge.bridge-nf-call-iptables" which might be okay. error: sudo sysctl net.bridge.bridge-nf-call-iptables: Process exited with status 255
	stdout:
	
	stderr:
	sysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-iptables: No such file or directory
	I0923 23:38:22.079630    8299 ssh_runner.go:195] Run: sudo modprobe br_netfilter
	I0923 23:38:22.093893    8299 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0923 23:38:22.102647    8299 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0923 23:38:22.190854    8299 ssh_runner.go:195] Run: sudo systemctl restart containerd
	I0923 23:38:22.286728    8299 start.go:495] detecting cgroup driver to use...
	I0923 23:38:22.286785    8299 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0923 23:38:22.286845    8299 ssh_runner.go:195] Run: sudo systemctl cat docker.service
	I0923 23:38:22.300696    8299 cruntime.go:279] skipping containerd shutdown because we are bound to it
	I0923 23:38:22.300782    8299 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
	I0923 23:38:22.313034    8299 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/cri-dockerd.sock
	" | sudo tee /etc/crictl.yaml"
	I0923 23:38:22.332172    8299 ssh_runner.go:195] Run: which cri-dockerd
	I0923 23:38:22.336669    8299 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/cri-docker.service.d
	I0923 23:38:22.346527    8299 ssh_runner.go:362] scp memory --> /etc/systemd/system/cri-docker.service.d/10-cni.conf (190 bytes)
	I0923 23:38:22.369531    8299 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
	I0923 23:38:22.466009    8299 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
	I0923 23:38:22.565933    8299 docker.go:574] configuring docker to use "cgroupfs" as cgroup driver...
	I0923 23:38:22.566081    8299 ssh_runner.go:362] scp memory --> /etc/docker/daemon.json (130 bytes)
	I0923 23:38:22.585673    8299 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0923 23:38:22.680692    8299 ssh_runner.go:195] Run: sudo systemctl restart docker
	I0923 23:38:22.941503    8299 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.socket
	I0923 23:38:22.953433    8299 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
	I0923 23:38:22.965053    8299 ssh_runner.go:195] Run: sudo systemctl unmask cri-docker.socket
	I0923 23:38:23.060858    8299 ssh_runner.go:195] Run: sudo systemctl enable cri-docker.socket
	I0923 23:38:23.153250    8299 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0923 23:38:23.238509    8299 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.socket
	I0923 23:38:23.253109    8299 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
	I0923 23:38:23.264465    8299 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0923 23:38:23.350583    8299 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.service
	I0923 23:38:23.424264    8299 start.go:542] Will wait 60s for socket path /var/run/cri-dockerd.sock
	I0923 23:38:23.424352    8299 ssh_runner.go:195] Run: stat /var/run/cri-dockerd.sock
	I0923 23:38:23.428432    8299 start.go:563] Will wait 60s for crictl version
	I0923 23:38:23.428494    8299 ssh_runner.go:195] Run: which crictl
	I0923 23:38:23.432003    8299 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0923 23:38:23.471018    8299 start.go:579] Version:  0.1.0
	RuntimeName:  docker
	RuntimeVersion:  27.3.1
	RuntimeApiVersion:  v1
	I0923 23:38:23.471088    8299 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
	I0923 23:38:23.492114    8299 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
	I0923 23:38:23.516331    8299 out.go:235] * Preparing Kubernetes v1.31.1 on Docker 27.3.1 ...
	I0923 23:38:23.516443    8299 cli_runner.go:164] Run: docker network inspect addons-093926 --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}}]}"
	I0923 23:38:23.532277    8299 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0923 23:38:23.535940    8299 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""
	I0923 23:38:23.546591    8299 kubeadm.go:883] updating cluster {Name:addons-093926 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 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.31.1 ClusterName:addons-093926 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout: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 CustomQemuF
irmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0923 23:38:23.546705    8299 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
	I0923 23:38:23.546762    8299 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
	I0923 23:38:23.564402    8299 docker.go:685] Got preloaded images: -- stdout --
	registry.k8s.io/kube-apiserver:v1.31.1
	registry.k8s.io/kube-controller-manager:v1.31.1
	registry.k8s.io/kube-scheduler:v1.31.1
	registry.k8s.io/kube-proxy:v1.31.1
	registry.k8s.io/coredns/coredns:v1.11.3
	registry.k8s.io/etcd:3.5.15-0
	registry.k8s.io/pause:3.10
	gcr.io/k8s-minikube/storage-provisioner:v5
	
	-- /stdout --
	I0923 23:38:23.564424    8299 docker.go:615] Images already preloaded, skipping extraction
	I0923 23:38:23.564490    8299 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
	I0923 23:38:23.582600    8299 docker.go:685] Got preloaded images: -- stdout --
	registry.k8s.io/kube-apiserver:v1.31.1
	registry.k8s.io/kube-controller-manager:v1.31.1
	registry.k8s.io/kube-scheduler:v1.31.1
	registry.k8s.io/kube-proxy:v1.31.1
	registry.k8s.io/coredns/coredns:v1.11.3
	registry.k8s.io/etcd:3.5.15-0
	registry.k8s.io/pause:3.10
	gcr.io/k8s-minikube/storage-provisioner:v5
	
	-- /stdout --
	I0923 23:38:23.582622    8299 cache_images.go:84] Images are preloaded, skipping loading
	I0923 23:38:23.582639    8299 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.1 docker true true} ...
	I0923 23:38:23.582754    8299 kubeadm.go:946] kubelet [Unit]
	Wants=docker.socket
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.31.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-093926 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.31.1 ClusterName:addons-093926 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
	I0923 23:38:23.582831    8299 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
	I0923 23:38:23.624048    8299 cni.go:84] Creating CNI manager for ""
	I0923 23:38:23.624077    8299 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
	I0923 23:38:23.624090    8299 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0923 23:38:23.624110    8299 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.31.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-093926 NodeName:addons-093926 DNSDomain:cluster.local CRISocket:/var/run/cri-dockerd.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/kuber
netes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///var/run/cri-dockerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
	I0923 23:38:23.624262    8299 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/cri-dockerd.sock
	  name: "addons-093926"
	  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.31.1
	networking:
	  dnsDomain: cluster.local
	  podSubnet: "10.244.0.0/16"
	  serviceSubnet: 10.96.0.0/12
	---
	apiVersion: kubelet.config.k8s.io/v1beta1
	kind: KubeletConfiguration
	authentication:
	  x509:
	    clientCAFile: /var/lib/minikube/certs/ca.crt
	cgroupDriver: cgroupfs
	containerRuntimeEndpoint: unix:///var/run/cri-dockerd.sock
	hairpinMode: hairpin-veth
	runtimeRequestTimeout: 15m
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%"
	  nodefs.inodesFree: "0%"
	  imagefs.available: "0%"
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "10.244.0.0/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I0923 23:38:23.624332    8299 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.1
	I0923 23:38:23.632783    8299 binaries.go:44] Found k8s binaries, skipping transfer
	I0923 23:38:23.632841    8299 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0923 23:38:23.641470    8299 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (312 bytes)
	I0923 23:38:23.659747    8299 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0923 23:38:23.677883    8299 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2155 bytes)
	I0923 23:38:23.696908    8299 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0923 23:38:23.700302    8299 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""
	I0923 23:38:23.711044    8299 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0923 23:38:23.808273    8299 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0923 23:38:23.823810    8299 certs.go:68] Setting up /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926 for IP: 192.168.49.2
	I0923 23:38:23.823884    8299 certs.go:194] generating shared ca certs ...
	I0923 23:38:23.823923    8299 certs.go:226] acquiring lock for ca certs: {Name:mk2066353a0f9e2eeb8088ba089b2b1912cf6957 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 23:38:23.824083    8299 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19696-2224/.minikube/ca.key
	I0923 23:38:24.355663    8299 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19696-2224/.minikube/ca.crt ...
	I0923 23:38:24.355694    8299 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19696-2224/.minikube/ca.crt: {Name:mkf84bd665a52c4621008bfc528ee73085bf01bb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 23:38:24.355911    8299 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19696-2224/.minikube/ca.key ...
	I0923 23:38:24.355926    8299 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19696-2224/.minikube/ca.key: {Name:mk697a6c5b01583a410f1b8d8604a1e1a71a00b8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 23:38:24.356002    8299 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19696-2224/.minikube/proxy-client-ca.key
	I0923 23:38:24.740630    8299 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19696-2224/.minikube/proxy-client-ca.crt ...
	I0923 23:38:24.740659    8299 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19696-2224/.minikube/proxy-client-ca.crt: {Name:mkd2a2148f125d2b571f257ccaa5174a536b98eb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 23:38:24.740843    8299 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19696-2224/.minikube/proxy-client-ca.key ...
	I0923 23:38:24.740857    8299 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19696-2224/.minikube/proxy-client-ca.key: {Name:mkcc6564b23c74b1cbfc1190fc98b81f6b30afbb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 23:38:24.740939    8299 certs.go:256] generating profile certs ...
	I0923 23:38:24.741009    8299 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.key
	I0923 23:38:24.741034    8299 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt with IP's: []
	I0923 23:38:25.228693    8299 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt ...
	I0923 23:38:25.228724    8299 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: {Name:mk23468514537a5d2944cf677890c9aa791f3009 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 23:38:25.228916    8299 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.key ...
	I0923 23:38:25.228930    8299 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.key: {Name:mk3920ec38dbe6a83f8862a35de1abb1062bdd19 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 23:38:25.229016    8299 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/apiserver.key.2837299d
	I0923 23:38:25.229040    8299 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/apiserver.crt.2837299d with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0923 23:38:25.429314    8299 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/apiserver.crt.2837299d ...
	I0923 23:38:25.429350    8299 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/apiserver.crt.2837299d: {Name:mk00a6a8f357f09ee4e64e81c4569d0c9b86f058 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 23:38:25.429546    8299 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/apiserver.key.2837299d ...
	I0923 23:38:25.429561    8299 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/apiserver.key.2837299d: {Name:mk860c14f8aeb61373d3b80114089c7582e51638 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 23:38:25.429649    8299 certs.go:381] copying /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/apiserver.crt.2837299d -> /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/apiserver.crt
	I0923 23:38:25.429731    8299 certs.go:385] copying /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/apiserver.key.2837299d -> /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/apiserver.key
	I0923 23:38:25.429786    8299 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/proxy-client.key
	I0923 23:38:25.429806    8299 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/proxy-client.crt with IP's: []
	I0923 23:38:27.285973    8299 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/proxy-client.crt ...
	I0923 23:38:27.286006    8299 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/proxy-client.crt: {Name:mkd91c7a51a6fd158f838a04ad60c279bdcfbd61 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 23:38:27.286196    8299 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/proxy-client.key ...
	I0923 23:38:27.286209    8299 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/proxy-client.key: {Name:mk7550fd75fd6440062cbef5c20284b755adce5b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 23:38:27.286387    8299 certs.go:484] found cert: /home/jenkins/minikube-integration/19696-2224/.minikube/certs/ca-key.pem (1679 bytes)
	I0923 23:38:27.286428    8299 certs.go:484] found cert: /home/jenkins/minikube-integration/19696-2224/.minikube/certs/ca.pem (1082 bytes)
	I0923 23:38:27.286458    8299 certs.go:484] found cert: /home/jenkins/minikube-integration/19696-2224/.minikube/certs/cert.pem (1123 bytes)
	I0923 23:38:27.286487    8299 certs.go:484] found cert: /home/jenkins/minikube-integration/19696-2224/.minikube/certs/key.pem (1675 bytes)
	I0923 23:38:27.287077    8299 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19696-2224/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0923 23:38:27.311863    8299 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19696-2224/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0923 23:38:27.336255    8299 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19696-2224/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0923 23:38:27.360529    8299 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19696-2224/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0923 23:38:27.384452    8299 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0923 23:38:27.408806    8299 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0923 23:38:27.432581    8299 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0923 23:38:27.458582    8299 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0923 23:38:27.482727    8299 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19696-2224/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0923 23:38:27.508091    8299 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0923 23:38:27.528040    8299 ssh_runner.go:195] Run: openssl version
	I0923 23:38:27.534316    8299 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"
	I0923 23:38:27.544305    8299 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0923 23:38:27.548049    8299 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 23 23:38 /usr/share/ca-certificates/minikubeCA.pem
	I0923 23:38:27.548118    8299 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0923 23:38:27.555215    8299 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"
	I0923 23:38:27.565226    8299 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0923 23:38:27.569104    8299 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
	I0923 23:38:27.569155    8299 kubeadm.go:392] StartCluster: {Name:addons-093926 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 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.31.1 ClusterName:addons-093926 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout: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 CustomQemuFirm
warePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0923 23:38:27.569280    8299 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
	I0923 23:38:27.587108    8299 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0923 23:38:27.595842    8299 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0923 23:38:27.604604    8299 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0923 23:38:27.604671    8299 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
	I0923 23:38:27.613229    8299 kubeadm.go:155] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
	stdout:
	
	stderr:
	ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
	I0923 23:38:27.613249    8299 kubeadm.go:157] found existing configuration files:
	
	I0923 23:38:27.613312    8299 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0923 23:38:27.622046    8299 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/admin.conf: No such file or directory
	I0923 23:38:27.622115    8299 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0923 23:38:27.630499    8299 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0923 23:38:27.638968    8299 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/kubelet.conf: No such file or directory
	I0923 23:38:27.639034    8299 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0923 23:38:27.647246    8299 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0923 23:38:27.655913    8299 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/controller-manager.conf: No such file or directory
	I0923 23:38:27.656009    8299 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0923 23:38:27.664327    8299 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0923 23:38:27.672731    8299 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/scheduler.conf: No such file or directory
	I0923 23:38:27.672796    8299 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0923 23:38:27.680872    8299 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.1:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I0923 23:38:27.725093    8299 kubeadm.go:310] W0923 23:38:27.724390    1831 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "ClusterConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
	I0923 23:38:27.725844    8299 kubeadm.go:310] W0923 23:38:27.725334    1831 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "InitConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
	I0923 23:38:27.748623    8299 kubeadm.go:310] 	[WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1070-aws\n", err: exit status 1
	I0923 23:38:27.807680    8299 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0923 23:38:43.632678    8299 kubeadm.go:310] [init] Using Kubernetes version: v1.31.1
	I0923 23:38:43.632735    8299 kubeadm.go:310] [preflight] Running pre-flight checks
	I0923 23:38:43.632821    8299 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0923 23:38:43.632876    8299 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1070-aws
	I0923 23:38:43.632910    8299 kubeadm.go:310] OS: Linux
	I0923 23:38:43.632954    8299 kubeadm.go:310] CGROUPS_CPU: enabled
	I0923 23:38:43.633011    8299 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0923 23:38:43.633058    8299 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0923 23:38:43.633106    8299 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0923 23:38:43.633152    8299 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0923 23:38:43.633200    8299 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0923 23:38:43.633245    8299 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0923 23:38:43.633291    8299 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0923 23:38:43.633336    8299 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0923 23:38:43.633427    8299 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0923 23:38:43.633521    8299 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0923 23:38:43.633608    8299 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0923 23:38:43.633669    8299 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0923 23:38:43.635976    8299 out.go:235]   - Generating certificates and keys ...
	I0923 23:38:43.636118    8299 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0923 23:38:43.636228    8299 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0923 23:38:43.636384    8299 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0923 23:38:43.636481    8299 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0923 23:38:43.636586    8299 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0923 23:38:43.636665    8299 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0923 23:38:43.636721    8299 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0923 23:38:43.636870    8299 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-093926 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0923 23:38:43.636944    8299 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0923 23:38:43.637094    8299 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-093926 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0923 23:38:43.637173    8299 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0923 23:38:43.637243    8299 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0923 23:38:43.637301    8299 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0923 23:38:43.637366    8299 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0923 23:38:43.637470    8299 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0923 23:38:43.637542    8299 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0923 23:38:43.637602    8299 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0923 23:38:43.637673    8299 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0923 23:38:43.637747    8299 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0923 23:38:43.637878    8299 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0923 23:38:43.637966    8299 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0923 23:38:43.639851    8299 out.go:235]   - Booting up control plane ...
	I0923 23:38:43.639993    8299 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0923 23:38:43.640074    8299 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0923 23:38:43.640153    8299 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0923 23:38:43.640271    8299 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0923 23:38:43.640380    8299 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0923 23:38:43.640440    8299 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0923 23:38:43.640612    8299 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0923 23:38:43.640740    8299 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0923 23:38:43.640821    8299 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.501766074s
	I0923 23:38:43.640918    8299 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0923 23:38:43.640983    8299 kubeadm.go:310] [api-check] The API server is healthy after 6.502361891s
	I0923 23:38:43.641122    8299 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0923 23:38:43.641272    8299 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0923 23:38:43.641355    8299 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0923 23:38:43.641607    8299 kubeadm.go:310] [mark-control-plane] Marking the node addons-093926 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0923 23:38:43.641680    8299 kubeadm.go:310] [bootstrap-token] Using token: 50sfvn.27q2kkfryku9u2mt
	I0923 23:38:43.643615    8299 out.go:235]   - Configuring RBAC rules ...
	I0923 23:38:43.643726    8299 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0923 23:38:43.643814    8299 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0923 23:38:43.643959    8299 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
	I0923 23:38:43.644098    8299 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0923 23:38:43.644216    8299 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0923 23:38:43.644305    8299 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0923 23:38:43.644421    8299 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0923 23:38:43.644468    8299 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0923 23:38:43.644517    8299 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0923 23:38:43.644524    8299 kubeadm.go:310] 
	I0923 23:38:43.644585    8299 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0923 23:38:43.644593    8299 kubeadm.go:310] 
	I0923 23:38:43.644671    8299 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0923 23:38:43.644679    8299 kubeadm.go:310] 
	I0923 23:38:43.644705    8299 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0923 23:38:43.644767    8299 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0923 23:38:43.644822    8299 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0923 23:38:43.644830    8299 kubeadm.go:310] 
	I0923 23:38:43.644884    8299 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0923 23:38:43.644892    8299 kubeadm.go:310] 
	I0923 23:38:43.644939    8299 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0923 23:38:43.644947    8299 kubeadm.go:310] 
	I0923 23:38:43.645005    8299 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0923 23:38:43.645083    8299 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0923 23:38:43.645154    8299 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0923 23:38:43.645165    8299 kubeadm.go:310] 
	I0923 23:38:43.645248    8299 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0923 23:38:43.645327    8299 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0923 23:38:43.645335    8299 kubeadm.go:310] 
	I0923 23:38:43.645464    8299 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token 50sfvn.27q2kkfryku9u2mt \
	I0923 23:38:43.645595    8299 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:a2c909068b01ea2dee7e7e079daa000bbca85377c6980fa457b5fc9e7e4f0edb \
	I0923 23:38:43.645635    8299 kubeadm.go:310] 	--control-plane 
	I0923 23:38:43.645650    8299 kubeadm.go:310] 
	I0923 23:38:43.645778    8299 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0923 23:38:43.645797    8299 kubeadm.go:310] 
	I0923 23:38:43.645886    8299 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 50sfvn.27q2kkfryku9u2mt \
	I0923 23:38:43.646002    8299 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:a2c909068b01ea2dee7e7e079daa000bbca85377c6980fa457b5fc9e7e4f0edb 
	I0923 23:38:43.646022    8299 cni.go:84] Creating CNI manager for ""
	I0923 23:38:43.646048    8299 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
	I0923 23:38:43.649035    8299 out.go:177] * Configuring bridge CNI (Container Networking Interface) ...
	I0923 23:38:43.650916    8299 ssh_runner.go:195] Run: sudo mkdir -p /etc/cni/net.d
	I0923 23:38:43.660084    8299 ssh_runner.go:362] scp memory --> /etc/cni/net.d/1-k8s.conflist (496 bytes)
	I0923 23:38:43.682041    8299 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0923 23:38:43.682171    8299 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 23:38:43.682248    8299 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-093926 minikube.k8s.io/updated_at=2024_09_23T23_38_43_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=41795ff643dcbe39cdf81f27d064464d20ae8e7c minikube.k8s.io/name=addons-093926 minikube.k8s.io/primary=true
	I0923 23:38:43.821656    8299 ops.go:34] apiserver oom_adj: -16
	I0923 23:38:43.821762    8299 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 23:38:44.322288    8299 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 23:38:44.821932    8299 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 23:38:45.322777    8299 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 23:38:45.822628    8299 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 23:38:46.322563    8299 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 23:38:46.822105    8299 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 23:38:47.322133    8299 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 23:38:47.822120    8299 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 23:38:47.926681    8299 kubeadm.go:1113] duration metric: took 4.244559032s to wait for elevateKubeSystemPrivileges
	I0923 23:38:47.926721    8299 kubeadm.go:394] duration metric: took 20.357558813s to StartCluster
	I0923 23:38:47.926740    8299 settings.go:142] acquiring lock: {Name:mkef6b1e260366ae38a11088eefb1025db21f714 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 23:38:47.926865    8299 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19696-2224/kubeconfig
	I0923 23:38:47.927240    8299 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19696-2224/kubeconfig: {Name:mk75221f7e4d9f0581d8ac2f8d2e5ae1150624d4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 23:38:47.927424    8299 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0923 23:38:47.927445    8299 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker ControlPlane:true Worker:true}
	I0923 23:38:47.927655    8299 config.go:182] Loaded profile config "addons-093926": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
	I0923 23:38:47.927685    8299 addons.go:507] 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 inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
	I0923 23:38:47.927765    8299 addons.go:69] Setting yakd=true in profile "addons-093926"
	I0923 23:38:47.927778    8299 addons.go:234] Setting addon yakd=true in "addons-093926"
	I0923 23:38:47.927802    8299 host.go:66] Checking if "addons-093926" exists ...
	I0923 23:38:47.928237    8299 cli_runner.go:164] Run: docker container inspect addons-093926 --format={{.State.Status}}
	I0923 23:38:47.928747    8299 addons.go:69] Setting cloud-spanner=true in profile "addons-093926"
	I0923 23:38:47.928772    8299 addons.go:234] Setting addon cloud-spanner=true in "addons-093926"
	I0923 23:38:47.928795    8299 host.go:66] Checking if "addons-093926" exists ...
	I0923 23:38:47.928817    8299 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-093926"
	I0923 23:38:47.928879    8299 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-093926"
	I0923 23:38:47.928936    8299 host.go:66] Checking if "addons-093926" exists ...
	I0923 23:38:47.929219    8299 cli_runner.go:164] Run: docker container inspect addons-093926 --format={{.State.Status}}
	I0923 23:38:47.929476    8299 cli_runner.go:164] Run: docker container inspect addons-093926 --format={{.State.Status}}
	I0923 23:38:47.930648    8299 addons.go:69] Setting default-storageclass=true in profile "addons-093926"
	I0923 23:38:47.930671    8299 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-093926"
	I0923 23:38:47.930937    8299 cli_runner.go:164] Run: docker container inspect addons-093926 --format={{.State.Status}}
	I0923 23:38:47.928795    8299 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-093926"
	I0923 23:38:47.937733    8299 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-093926"
	I0923 23:38:47.937797    8299 host.go:66] Checking if "addons-093926" exists ...
	I0923 23:38:47.938295    8299 cli_runner.go:164] Run: docker container inspect addons-093926 --format={{.State.Status}}
	I0923 23:38:47.940899    8299 addons.go:69] Setting registry=true in profile "addons-093926"
	I0923 23:38:47.940971    8299 addons.go:234] Setting addon registry=true in "addons-093926"
	I0923 23:38:47.941050    8299 host.go:66] Checking if "addons-093926" exists ...
	I0923 23:38:47.941671    8299 cli_runner.go:164] Run: docker container inspect addons-093926 --format={{.State.Status}}
	I0923 23:38:47.946217    8299 addons.go:69] Setting gcp-auth=true in profile "addons-093926"
	I0923 23:38:47.946250    8299 mustload.go:65] Loading cluster: addons-093926
	I0923 23:38:47.946425    8299 config.go:182] Loaded profile config "addons-093926": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
	I0923 23:38:47.946717    8299 cli_runner.go:164] Run: docker container inspect addons-093926 --format={{.State.Status}}
	I0923 23:38:47.956039    8299 addons.go:69] Setting storage-provisioner=true in profile "addons-093926"
	I0923 23:38:47.956069    8299 addons.go:234] Setting addon storage-provisioner=true in "addons-093926"
	I0923 23:38:47.956112    8299 host.go:66] Checking if "addons-093926" exists ...
	I0923 23:38:47.956578    8299 cli_runner.go:164] Run: docker container inspect addons-093926 --format={{.State.Status}}
	I0923 23:38:47.966596    8299 addons.go:69] Setting ingress=true in profile "addons-093926"
	I0923 23:38:47.966690    8299 addons.go:234] Setting addon ingress=true in "addons-093926"
	I0923 23:38:47.966766    8299 host.go:66] Checking if "addons-093926" exists ...
	I0923 23:38:47.972514    8299 cli_runner.go:164] Run: docker container inspect addons-093926 --format={{.State.Status}}
	I0923 23:38:47.980113    8299 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-093926"
	I0923 23:38:47.980205    8299 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-093926"
	I0923 23:38:47.983721    8299 cli_runner.go:164] Run: docker container inspect addons-093926 --format={{.State.Status}}
	I0923 23:38:48.008152    8299 addons.go:69] Setting volcano=true in profile "addons-093926"
	I0923 23:38:48.008248    8299 addons.go:234] Setting addon volcano=true in "addons-093926"
	I0923 23:38:48.008329    8299 host.go:66] Checking if "addons-093926" exists ...
	I0923 23:38:48.009032    8299 cli_runner.go:164] Run: docker container inspect addons-093926 --format={{.State.Status}}
	I0923 23:38:48.011432    8299 addons.go:69] Setting ingress-dns=true in profile "addons-093926"
	I0923 23:38:48.014159    8299 addons.go:234] Setting addon ingress-dns=true in "addons-093926"
	I0923 23:38:48.014325    8299 host.go:66] Checking if "addons-093926" exists ...
	I0923 23:38:48.022508    8299 addons.go:69] Setting inspektor-gadget=true in profile "addons-093926"
	I0923 23:38:48.022594    8299 addons.go:234] Setting addon inspektor-gadget=true in "addons-093926"
	I0923 23:38:48.022662    8299 host.go:66] Checking if "addons-093926" exists ...
	I0923 23:38:48.023160    8299 cli_runner.go:164] Run: docker container inspect addons-093926 --format={{.State.Status}}
	I0923 23:38:48.030080    8299 addons.go:69] Setting volumesnapshots=true in profile "addons-093926"
	I0923 23:38:48.030186    8299 addons.go:234] Setting addon volumesnapshots=true in "addons-093926"
	I0923 23:38:48.030262    8299 host.go:66] Checking if "addons-093926" exists ...
	I0923 23:38:48.030942    8299 cli_runner.go:164] Run: docker container inspect addons-093926 --format={{.State.Status}}
	I0923 23:38:48.042886    8299 addons.go:69] Setting metrics-server=true in profile "addons-093926"
	I0923 23:38:48.042968    8299 addons.go:234] Setting addon metrics-server=true in "addons-093926"
	I0923 23:38:48.043005    8299 host.go:66] Checking if "addons-093926" exists ...
	I0923 23:38:48.043631    8299 cli_runner.go:164] Run: docker container inspect addons-093926 --format={{.State.Status}}
	I0923 23:38:48.049789    8299 out.go:177] * Verifying Kubernetes components...
	I0923 23:38:48.052381    8299 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0923 23:38:48.059223    8299 cli_runner.go:164] Run: docker container inspect addons-093926 --format={{.State.Status}}
	I0923 23:38:48.070880    8299 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0923 23:38:48.071332    8299 out.go:177]   - Using image docker.io/registry:2.8.3
	I0923 23:38:48.073999    8299 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0923 23:38:48.074250    8299 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0923 23:38:48.074267    8299 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0923 23:38:48.074461    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:48.105726    8299 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.24
	I0923 23:38:48.108190    8299 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0923 23:38:48.110946    8299 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0923 23:38:48.110971    8299 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0923 23:38:48.111050    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:48.111328    8299 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0923 23:38:48.111353    8299 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0923 23:38:48.111425    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:48.135226    8299 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0923 23:38:48.137448    8299 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0923 23:38:48.139479    8299 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0923 23:38:48.142661    8299 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0923 23:38:48.145557    8299 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0923 23:38:48.152814    8299 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-093926"
	I0923 23:38:48.152853    8299 host.go:66] Checking if "addons-093926" exists ...
	I0923 23:38:48.153291    8299 cli_runner.go:164] Run: docker container inspect addons-093926 --format={{.State.Status}}
	I0923 23:38:48.177520    8299 addons.go:234] Setting addon default-storageclass=true in "addons-093926"
	I0923 23:38:48.177561    8299 host.go:66] Checking if "addons-093926" exists ...
	I0923 23:38:48.177973    8299 cli_runner.go:164] Run: docker container inspect addons-093926 --format={{.State.Status}}
	I0923 23:38:48.181202    8299 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0923 23:38:48.186900    8299 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
	I0923 23:38:48.191694    8299 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0923 23:38:48.191717    8299 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0923 23:38:48.191893    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:48.206194    8299 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0923 23:38:48.217194    8299 host.go:66] Checking if "addons-093926" exists ...
	I0923 23:38:48.218694    8299 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0923 23:38:48.218715    8299 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0923 23:38:48.218764    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:48.252497    8299 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0923 23:38:48.281539    8299 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0923 23:38:48.282120    8299 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0923 23:38:48.285705    8299 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
	I0923 23:38:48.285952    8299 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0923 23:38:48.285964    8299 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0923 23:38:48.286024    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:48.298680    8299 out.go:177]   - Using image docker.io/volcanosh/vc-controller-manager:v1.9.0
	I0923 23:38:48.302062    8299 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0923 23:38:48.302120    8299 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0923 23:38:48.302223    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:48.317994    8299 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/addons-093926/id_rsa Username:docker}
	I0923 23:38:48.323059    8299 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0923 23:38:48.323083    8299 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0923 23:38:48.337916    8299 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
	I0923 23:38:48.340005    8299 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.32.0
	I0923 23:38:48.340816    8299 out.go:177]   - Using image docker.io/volcanosh/vc-scheduler:v1.9.0
	I0923 23:38:48.342051    8299 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0923 23:38:48.342070    8299 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0923 23:38:48.342144    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:48.342341    8299 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0923 23:38:48.342358    8299 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0923 23:38:48.342422    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:48.369133    8299 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0923 23:38:48.369160    8299 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0923 23:38:48.369224    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:48.397679    8299 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0923 23:38:48.397714    8299 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0923 23:38:48.397785    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:48.415994    8299 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/addons-093926/id_rsa Username:docker}
	I0923 23:38:48.416934    8299 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/addons-093926/id_rsa Username:docker}
	I0923 23:38:48.418099    8299 out.go:177]   - Using image docker.io/volcanosh/vc-webhook-manager:v1.9.0
	I0923 23:38:48.418274    8299 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/addons-093926/id_rsa Username:docker}
	I0923 23:38:48.420021    8299 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0923 23:38:48.420035    8299 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0923 23:38:48.420093    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:48.423629    8299 addons.go:431] installing /etc/kubernetes/addons/volcano-deployment.yaml
	I0923 23:38:48.423649    8299 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (434001 bytes)
	I0923 23:38:48.423707    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:48.432683    8299 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0923 23:38:48.435271    8299 out.go:177]   - Using image docker.io/busybox:stable
	I0923 23:38:48.439113    8299 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/addons-093926/id_rsa Username:docker}
	I0923 23:38:48.441639    8299 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0923 23:38:48.441657    8299 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0923 23:38:48.441718    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:48.502999    8299 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/addons-093926/id_rsa Username:docker}
	I0923 23:38:48.503629    8299 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/addons-093926/id_rsa Username:docker}
	I0923 23:38:48.517539    8299 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/addons-093926/id_rsa Username:docker}
	I0923 23:38:48.533363    8299 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/addons-093926/id_rsa Username:docker}
	I0923 23:38:48.541712    8299 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/addons-093926/id_rsa Username:docker}
	I0923 23:38:48.541859    8299 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/addons-093926/id_rsa Username:docker}
	I0923 23:38:48.565230    8299 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/addons-093926/id_rsa Username:docker}
	I0923 23:38:48.569547    8299 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/addons-093926/id_rsa Username:docker}
	W0923 23:38:48.572018    8299 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0923 23:38:48.572051    8299 retry.go:31] will retry after 374.020776ms: ssh: handshake failed: EOF
	I0923 23:38:48.580735    8299 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/addons-093926/id_rsa Username:docker}
	I0923 23:38:48.974205    8299 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0923 23:38:48.974282    8299 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0923 23:38:49.106668    8299 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0923 23:38:49.106689    8299 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0923 23:38:49.165533    8299 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0923 23:38:49.165553    8299 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0923 23:38:49.290520    8299 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0923 23:38:49.400352    8299 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0923 23:38:49.430835    8299 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0923 23:38:49.432643    8299 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0923 23:38:49.432694    8299 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0923 23:38:49.445661    8299 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0923 23:38:49.445737    8299 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0923 23:38:49.518616    8299 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0923 23:38:49.518690    8299 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0923 23:38:49.527776    8299 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0923 23:38:49.527839    8299 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0923 23:38:49.529964    8299 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0923 23:38:49.530026    8299 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-health-monitor-controller.yaml --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
	I0923 23:38:49.616201    8299 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0923 23:38:49.638796    8299 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
	I0923 23:38:49.671613    8299 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0923 23:38:49.671636    8299 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0923 23:38:49.715629    8299 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0923 23:38:49.715652    8299 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0923 23:38:49.722766    8299 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0923 23:38:49.734041    8299 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0923 23:38:49.767564    8299 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0923 23:38:49.901170    8299 ssh_runner.go:235] Completed: sudo systemctl daemon-reload: (1.84871086s)
	I0923 23:38:49.901243    8299 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0923 23:38:49.901294    8299 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml": (1.97385331s)
	I0923 23:38:49.901443    8299 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0923 23:38:49.918159    8299 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0923 23:38:49.918186    8299 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0923 23:38:49.922170    8299 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0923 23:38:49.922194    8299 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0923 23:38:49.931619    8299 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0923 23:38:49.931644    8299 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0923 23:38:49.974008    8299 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0923 23:38:49.974051    8299 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0923 23:38:50.051386    8299 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0923 23:38:50.051425    8299 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0923 23:38:50.123754    8299 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
	I0923 23:38:50.171735    8299 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0923 23:38:50.216093    8299 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0923 23:38:50.216139    8299 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0923 23:38:50.257349    8299 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0923 23:38:50.257373    8299 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0923 23:38:50.325015    8299 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0923 23:38:50.325042    8299 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0923 23:38:50.403154    8299 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
	I0923 23:38:50.471279    8299 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0923 23:38:50.471353    8299 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0923 23:38:50.585030    8299 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0923 23:38:50.585100    8299 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0923 23:38:50.588865    8299 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0923 23:38:50.588926    8299 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0923 23:38:50.774152    8299 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0923 23:38:50.774238    8299 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0923 23:38:50.797484    8299 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0923 23:38:50.797547    8299 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0923 23:38:50.828440    8299 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0923 23:38:50.828472    8299 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0923 23:38:50.845501    8299 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0923 23:38:50.845537    8299 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0923 23:38:50.868120    8299 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0923 23:38:50.868145    8299 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0923 23:38:50.888192    8299 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0923 23:38:50.888226    8299 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0923 23:38:51.078966    8299 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 23:38:51.096974    8299 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0923 23:38:51.139224    8299 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0923 23:38:51.139253    8299 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0923 23:38:51.700627    8299 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0923 23:38:51.700649    8299 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0923 23:38:52.298884    8299 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0923 23:38:52.298907    8299 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0923 23:38:53.177329    8299 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0923 23:38:53.177356    8299 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0923 23:38:53.687527    8299 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.396919092s)
	I0923 23:38:53.850295    8299 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0923 23:38:54.516386    8299 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (5.115957216s)
	I0923 23:38:55.227435    8299 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0923 23:38:55.227541    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:55.262849    8299 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/addons-093926/id_rsa Username:docker}
	I0923 23:38:56.127796    8299 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0923 23:38:56.196143    8299 addons.go:234] Setting addon gcp-auth=true in "addons-093926"
	I0923 23:38:56.196236    8299 host.go:66] Checking if "addons-093926" exists ...
	I0923 23:38:56.196722    8299 cli_runner.go:164] Run: docker container inspect addons-093926 --format={{.State.Status}}
	I0923 23:38:56.229472    8299 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0923 23:38:56.229542    8299 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-093926
	I0923 23:38:56.254849    8299 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/addons-093926/id_rsa Username:docker}
	I0923 23:38:58.494502    8299 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (9.063588938s)
	I0923 23:38:58.494537    8299 addons.go:475] Verifying addon ingress=true in "addons-093926"
	I0923 23:38:58.494701    8299 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (8.878467432s)
	I0923 23:38:58.496458    8299 out.go:177] * Verifying ingress addon...
	I0923 23:38:58.499024    8299 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0923 23:38:58.505770    8299 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0923 23:38:58.505807    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:38:59.010457    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:38:59.544609    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:00.028139    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:00.507547    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:00.714029    8299 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml: (11.075183856s)
	I0923 23:39:00.714086    8299 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (10.991258988s)
	I0923 23:39:00.714097    8299 addons.go:475] Verifying addon registry=true in "addons-093926"
	I0923 23:39:00.714342    8299 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (10.980235549s)
	I0923 23:39:00.714433    8299 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (10.946811182s)
	I0923 23:39:00.714680    8299 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (10.81321823s)
	I0923 23:39:00.714727    8299 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0923 23:39:00.715860    8299 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (10.814600801s)
	I0923 23:39:00.716623    8299 out.go:177] * Verifying registry addon...
	I0923 23:39:00.716815    8299 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (10.593020766s)
	I0923 23:39:00.716835    8299 addons.go:475] Verifying addon metrics-server=true in "addons-093926"
	I0923 23:39:00.716863    8299 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (10.545103195s)
	I0923 23:39:00.717000    8299 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (10.313819802s)
	I0923 23:39:00.717195    8299 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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: (9.638192175s)
	I0923 23:39:00.717299    8299 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (9.620294554s)
	W0923 23:39:00.717323    8299 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0923 23:39:00.717343    8299 retry.go:31] will retry after 207.27618ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0923 23:39:00.717637    8299 node_ready.go:35] waiting up to 6m0s for node "addons-093926" to be "Ready" ...
	I0923 23:39:00.719484    8299 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0923 23:39:00.719646    8299 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-093926 service yakd-dashboard -n yakd-dashboard
	
	I0923 23:39:00.748610    8299 node_ready.go:49] node "addons-093926" has status "Ready":"True"
	I0923 23:39:00.748633    8299 node_ready.go:38] duration metric: took 30.939497ms for node "addons-093926" to be "Ready" ...
	I0923 23:39:00.748644    8299 pod_ready.go:36] extra waiting up to 6m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I0923 23:39:00.761143    8299 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0923 23:39:00.761218    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	W0923 23:39:00.835227    8299 out.go:270] ! Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error while marking storage class local-path as non-default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
	I0923 23:39:00.868942    8299 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-mrwrc" in "kube-system" namespace to be "Ready" ...
	I0923 23:39:00.925808    8299 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0923 23:39:00.994508    8299 pod_ready.go:93] pod "coredns-7c65d6cfc9-mrwrc" in "kube-system" namespace has status "Ready":"True"
	I0923 23:39:00.994580    8299 pod_ready.go:82] duration metric: took 125.565319ms for pod "coredns-7c65d6cfc9-mrwrc" in "kube-system" namespace to be "Ready" ...
	I0923 23:39:00.994620    8299 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-rnm46" in "kube-system" namespace to be "Ready" ...
	I0923 23:39:01.056694    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:01.219157    8299 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-093926" context rescaled to 1 replicas
	I0923 23:39:01.227742    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 23:39:01.518803    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:01.578378    8299 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (7.72798621s)
	I0923 23:39:01.578428    8299 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-093926"
	I0923 23:39:01.578609    8299 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (5.349107082s)
	I0923 23:39:01.581143    8299 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0923 23:39:01.581212    8299 out.go:177] * Verifying csi-hostpath-driver addon...
	I0923 23:39:01.584931    8299 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0923 23:39:01.587097    8299 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0923 23:39:01.588692    8299 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0923 23:39:01.588722    8299 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0923 23:39:01.618224    8299 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0923 23:39:01.618253    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:01.723917    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 23:39:01.735319    8299 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0923 23:39:01.735393    8299 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0923 23:39:01.813161    8299 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0923 23:39:01.813234    8299 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0923 23:39:01.867949    8299 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0923 23:39:02.022286    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:02.113631    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:02.226070    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 23:39:02.505755    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:02.591156    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:02.724113    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 23:39:03.003013    8299 pod_ready.go:103] pod "coredns-7c65d6cfc9-rnm46" in "kube-system" namespace has status "Ready":"False"
	I0923 23:39:03.005824    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:03.089815    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:03.224293    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 23:39:03.331639    8299 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.405726607s)
	I0923 23:39:03.451947    8299 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml: (1.583950653s)
	I0923 23:39:03.455918    8299 addons.go:475] Verifying addon gcp-auth=true in "addons-093926"
	I0923 23:39:03.458336    8299 out.go:177] * Verifying gcp-auth addon...
	I0923 23:39:03.461098    8299 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0923 23:39:03.463997    8299 kapi.go:86] Found 0 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0923 23:39:03.503140    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:03.590495    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:03.724818    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 23:39:04.002864    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:04.092251    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:04.224068    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 23:39:04.567235    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:04.590163    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:04.724057    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 23:39:05.008574    8299 pod_ready.go:103] pod "coredns-7c65d6cfc9-rnm46" in "kube-system" namespace has status "Ready":"False"
	I0923 23:39:05.067125    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:05.090283    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:05.225113    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 23:39:05.503857    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:05.589029    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:05.724235    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 23:39:06.005905    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:06.091493    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:06.227734    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 23:39:06.503720    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:06.504274    8299 pod_ready.go:98] pod "coredns-7c65d6cfc9-rnm46" in "kube-system" namespace has status phase "Succeeded" (skipping!): {Phase:Succeeded Conditions:[{Type:PodReadyToStartContainers Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 23:39:06 +0000 UTC Reason: Message:} {Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 23:38:48 +0000 UTC Reason:PodCompleted Message:} {Type:Ready Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 23:38:48 +0000 UTC Reason:PodCompleted Message:} {Type:ContainersReady Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 23:38:48 +0000 UTC Reason:PodCompleted Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 23:38:48 +0000 UTC Reason: Message:}] Message: Reason: NominatedNodeName: HostIP:192.168.49.2 HostIPs:[{IP:192.168.49.2
}] PodIP:10.244.0.2 PodIPs:[{IP:10.244.0.2}] StartTime:2024-09-23 23:38:48 +0000 UTC InitContainerStatuses:[] ContainerStatuses:[{Name:coredns State:{Waiting:nil Running:nil Terminated:&ContainerStateTerminated{ExitCode:0,Signal:0,Reason:Completed,Message:,StartedAt:2024-09-23 23:38:49 +0000 UTC,FinishedAt:2024-09-23 23:39:06 +0000 UTC,ContainerID:docker://2cdbfd8d2dcfc08666133fda135226be90c1ccf84a0abccc08a021727adfb651,}} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:false RestartCount:0 Image:registry.k8s.io/coredns/coredns:v1.11.3 ImageID:docker-pullable://registry.k8s.io/coredns/coredns@sha256:9caabbf6238b189a65d0d6e6ac138de60d6a1c419e5a341fbbb7c78382559c6e ContainerID:docker://2cdbfd8d2dcfc08666133fda135226be90c1ccf84a0abccc08a021727adfb651 Started:0x4000131fc0 AllocatedResources:map[] Resources:nil VolumeMounts:[{Name:config-volume MountPath:/etc/coredns ReadOnly:true RecursiveReadOnly:0x4000063150} {Name:kube-api-access-2p58r MountPath:/var/run/secrets/kubernetes.io/serviceaccount
ReadOnly:true RecursiveReadOnly:0x4000063170}] User:nil AllocatedResourcesStatus:[]}] QOSClass:Burstable EphemeralContainerStatuses:[] Resize: ResourceClaimStatuses:[]}
	I0923 23:39:06.504300    8299 pod_ready.go:82] duration metric: took 5.50965424s for pod "coredns-7c65d6cfc9-rnm46" in "kube-system" namespace to be "Ready" ...
	E0923 23:39:06.504314    8299 pod_ready.go:67] WaitExtra: waitPodCondition: pod "coredns-7c65d6cfc9-rnm46" in "kube-system" namespace has status phase "Succeeded" (skipping!): {Phase:Succeeded Conditions:[{Type:PodReadyToStartContainers Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 23:39:06 +0000 UTC Reason: Message:} {Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 23:38:48 +0000 UTC Reason:PodCompleted Message:} {Type:Ready Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 23:38:48 +0000 UTC Reason:PodCompleted Message:} {Type:ContainersReady Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 23:38:48 +0000 UTC Reason:PodCompleted Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 23:38:48 +0000 UTC Reason: Message:}] Message: Reason: NominatedNodeName: HostIP:192.168.4
9.2 HostIPs:[{IP:192.168.49.2}] PodIP:10.244.0.2 PodIPs:[{IP:10.244.0.2}] StartTime:2024-09-23 23:38:48 +0000 UTC InitContainerStatuses:[] ContainerStatuses:[{Name:coredns State:{Waiting:nil Running:nil Terminated:&ContainerStateTerminated{ExitCode:0,Signal:0,Reason:Completed,Message:,StartedAt:2024-09-23 23:38:49 +0000 UTC,FinishedAt:2024-09-23 23:39:06 +0000 UTC,ContainerID:docker://2cdbfd8d2dcfc08666133fda135226be90c1ccf84a0abccc08a021727adfb651,}} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:false RestartCount:0 Image:registry.k8s.io/coredns/coredns:v1.11.3 ImageID:docker-pullable://registry.k8s.io/coredns/coredns@sha256:9caabbf6238b189a65d0d6e6ac138de60d6a1c419e5a341fbbb7c78382559c6e ContainerID:docker://2cdbfd8d2dcfc08666133fda135226be90c1ccf84a0abccc08a021727adfb651 Started:0x4000131fc0 AllocatedResources:map[] Resources:nil VolumeMounts:[{Name:config-volume MountPath:/etc/coredns ReadOnly:true RecursiveReadOnly:0x4000063150} {Name:kube-api-access-2p58r MountPath:/var/run/secrets
/kubernetes.io/serviceaccount ReadOnly:true RecursiveReadOnly:0x4000063170}] User:nil AllocatedResourcesStatus:[]}] QOSClass:Burstable EphemeralContainerStatuses:[] Resize: ResourceClaimStatuses:[]}
	I0923 23:39:06.504327    8299 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-093926" in "kube-system" namespace to be "Ready" ...
	I0923 23:39:06.509860    8299 pod_ready.go:93] pod "etcd-addons-093926" in "kube-system" namespace has status "Ready":"True"
	I0923 23:39:06.509890    8299 pod_ready.go:82] duration metric: took 5.543666ms for pod "etcd-addons-093926" in "kube-system" namespace to be "Ready" ...
	I0923 23:39:06.509902    8299 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-093926" in "kube-system" namespace to be "Ready" ...
	I0923 23:39:06.515389    8299 pod_ready.go:93] pod "kube-apiserver-addons-093926" in "kube-system" namespace has status "Ready":"True"
	I0923 23:39:06.515416    8299 pod_ready.go:82] duration metric: took 5.506095ms for pod "kube-apiserver-addons-093926" in "kube-system" namespace to be "Ready" ...
	I0923 23:39:06.515429    8299 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-093926" in "kube-system" namespace to be "Ready" ...
	I0923 23:39:06.521120    8299 pod_ready.go:93] pod "kube-controller-manager-addons-093926" in "kube-system" namespace has status "Ready":"True"
	I0923 23:39:06.521144    8299 pod_ready.go:82] duration metric: took 5.705914ms for pod "kube-controller-manager-addons-093926" in "kube-system" namespace to be "Ready" ...
	I0923 23:39:06.521157    8299 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-c5bjm" in "kube-system" namespace to be "Ready" ...
	I0923 23:39:06.526512    8299 pod_ready.go:93] pod "kube-proxy-c5bjm" in "kube-system" namespace has status "Ready":"True"
	I0923 23:39:06.526539    8299 pod_ready.go:82] duration metric: took 5.373254ms for pod "kube-proxy-c5bjm" in "kube-system" namespace to be "Ready" ...
	I0923 23:39:06.526551    8299 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-093926" in "kube-system" namespace to be "Ready" ...
	I0923 23:39:06.590109    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:06.723151    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 23:39:06.900079    8299 pod_ready.go:93] pod "kube-scheduler-addons-093926" in "kube-system" namespace has status "Ready":"True"
	I0923 23:39:06.900105    8299 pod_ready.go:82] duration metric: took 373.545484ms for pod "kube-scheduler-addons-093926" in "kube-system" namespace to be "Ready" ...
	I0923 23:39:06.900118    8299 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-84c5f94fbc-njwv5" in "kube-system" namespace to be "Ready" ...
	I0923 23:39:07.005704    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:07.091830    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:07.223696    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 23:39:07.503441    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:07.590844    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:07.723742    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 23:39:08.004172    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:08.090428    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:08.223270    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 23:39:08.503297    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:08.589706    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:08.722861    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 23:39:08.906654    8299 pod_ready.go:103] pod "metrics-server-84c5f94fbc-njwv5" in "kube-system" namespace has status "Ready":"False"
	I0923 23:39:09.003650    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:09.091378    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:09.223929    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 23:39:09.503975    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:09.590683    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:09.723998    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 23:39:10.004574    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:10.091337    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:10.223690    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 23:39:10.571222    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:10.590053    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:10.723885    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 23:39:10.906934    8299 pod_ready.go:103] pod "metrics-server-84c5f94fbc-njwv5" in "kube-system" namespace has status "Ready":"False"
	I0923 23:39:11.006271    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:11.090579    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:11.224480    8299 kapi.go:107] duration metric: took 10.504986354s to wait for kubernetes.io/minikube-addons=registry ...
	I0923 23:39:11.503995    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:11.590210    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:12.010635    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:12.091195    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:12.503563    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:12.590111    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:13.008544    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:13.089594    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:13.406476    8299 pod_ready.go:103] pod "metrics-server-84c5f94fbc-njwv5" in "kube-system" namespace has status "Ready":"False"
	I0923 23:39:13.503760    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:13.590766    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:14.004573    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:14.094065    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:14.503848    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:14.592895    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:15.023780    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:15.095285    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:15.503704    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:15.591054    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:15.906522    8299 pod_ready.go:103] pod "metrics-server-84c5f94fbc-njwv5" in "kube-system" namespace has status "Ready":"False"
	I0923 23:39:16.004106    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:16.091345    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:16.504478    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:16.591213    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:17.006890    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:17.091228    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:17.536697    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:17.590624    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:17.908058    8299 pod_ready.go:103] pod "metrics-server-84c5f94fbc-njwv5" in "kube-system" namespace has status "Ready":"False"
	I0923 23:39:18.004340    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:18.093998    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:18.566807    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:18.590799    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:19.004423    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:19.091907    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:19.504043    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:19.589982    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:20.004798    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:20.091876    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:20.407089    8299 pod_ready.go:103] pod "metrics-server-84c5f94fbc-njwv5" in "kube-system" namespace has status "Ready":"False"
	I0923 23:39:20.504503    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:20.590356    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:21.003634    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:21.090118    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:21.503664    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:21.589931    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:22.004806    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:22.090022    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:22.504012    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:22.589272    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:22.905748    8299 pod_ready.go:103] pod "metrics-server-84c5f94fbc-njwv5" in "kube-system" namespace has status "Ready":"False"
	I0923 23:39:23.004695    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:23.090872    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:23.503112    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:23.589971    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:23.906574    8299 pod_ready.go:93] pod "metrics-server-84c5f94fbc-njwv5" in "kube-system" namespace has status "Ready":"True"
	I0923 23:39:23.906606    8299 pod_ready.go:82] duration metric: took 17.006480089s for pod "metrics-server-84c5f94fbc-njwv5" in "kube-system" namespace to be "Ready" ...
	I0923 23:39:23.906618    8299 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-fs8hv" in "kube-system" namespace to be "Ready" ...
	I0923 23:39:23.912345    8299 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-fs8hv" in "kube-system" namespace has status "Ready":"True"
	I0923 23:39:23.912378    8299 pod_ready.go:82] duration metric: took 5.752314ms for pod "nvidia-device-plugin-daemonset-fs8hv" in "kube-system" namespace to be "Ready" ...
	I0923 23:39:23.912402    8299 pod_ready.go:39] duration metric: took 23.163745789s 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" ...
	I0923 23:39:23.912422    8299 api_server.go:52] waiting for apiserver process to appear ...
	I0923 23:39:23.912492    8299 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0923 23:39:23.927778    8299 api_server.go:72] duration metric: took 36.000294882s to wait for apiserver process to appear ...
	I0923 23:39:23.927806    8299 api_server.go:88] waiting for apiserver healthz status ...
	I0923 23:39:23.927827    8299 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0923 23:39:23.936810    8299 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0923 23:39:23.938420    8299 api_server.go:141] control plane version: v1.31.1
	I0923 23:39:23.938484    8299 api_server.go:131] duration metric: took 10.670816ms to wait for apiserver health ...
	I0923 23:39:23.938507    8299 system_pods.go:43] waiting for kube-system pods to appear ...
	I0923 23:39:23.948674    8299 system_pods.go:59] 17 kube-system pods found
	I0923 23:39:23.948771    8299 system_pods.go:61] "coredns-7c65d6cfc9-mrwrc" [9d0d82e0-7dd3-4b44-85e5-89c562726648] Running
	I0923 23:39:23.948798    8299 system_pods.go:61] "csi-hostpath-attacher-0" [a16f2837-d82a-4735-93e0-7a7791d1c09f] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0923 23:39:23.948840    8299 system_pods.go:61] "csi-hostpath-resizer-0" [25a24f21-3bbb-4bfb-b7c8-6f7235bdf616] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0923 23:39:23.948872    8299 system_pods.go:61] "csi-hostpathplugin-zhbmd" [c6392ac4-77d2-4cdf-b282-3fdac6623cba] 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])
	I0923 23:39:23.948894    8299 system_pods.go:61] "etcd-addons-093926" [4f272f2a-41cf-4f2c-9660-95308888caf1] Running
	I0923 23:39:23.948918    8299 system_pods.go:61] "kube-apiserver-addons-093926" [4b1a72e7-e4df-404a-8d94-28cde8e3e96d] Running
	I0923 23:39:23.948950    8299 system_pods.go:61] "kube-controller-manager-addons-093926" [6dbd9d60-2b9e-4128-90f9-ae9940b39185] Running
	I0923 23:39:23.948976    8299 system_pods.go:61] "kube-ingress-dns-minikube" [2603ac93-e4e2-4dcc-ba09-d44bcec7d27a] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0923 23:39:23.948995    8299 system_pods.go:61] "kube-proxy-c5bjm" [a96f794a-dbde-41f9-9da3-fcc534029dc8] Running
	I0923 23:39:23.949017    8299 system_pods.go:61] "kube-scheduler-addons-093926" [198fc8a3-e25f-4626-9600-7026c3588ccd] Running
	I0923 23:39:23.949048    8299 system_pods.go:61] "metrics-server-84c5f94fbc-njwv5" [d5b63a80-40cb-4533-94a7-36f27dc1e030] Running
	I0923 23:39:23.949080    8299 system_pods.go:61] "nvidia-device-plugin-daemonset-fs8hv" [36e9cbc4-45e9-4224-979a-63554be57c22] Running
	I0923 23:39:23.949100    8299 system_pods.go:61] "registry-66c9cd494c-5nsr7" [489c11e2-9ffb-44d0-ab77-26a06d440d24] Running
	I0923 23:39:23.949117    8299 system_pods.go:61] "registry-proxy-6hk9r" [7c97bbfc-93ec-48a1-aeb1-7e1f322373db] Running
	I0923 23:39:23.949149    8299 system_pods.go:61] "snapshot-controller-56fcc65765-4rmlh" [22d88433-72a1-4052-8855-7c83ab3236fe] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0923 23:39:23.949174    8299 system_pods.go:61] "snapshot-controller-56fcc65765-r2265" [1d9522ae-13ab-4cd8-830e-c6d2c9291499] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0923 23:39:23.949195    8299 system_pods.go:61] "storage-provisioner" [6fa5136a-8fb2-44d3-bc72-c234901d477f] Running
	I0923 23:39:23.949217    8299 system_pods.go:74] duration metric: took 10.692273ms to wait for pod list to return data ...
	I0923 23:39:23.949247    8299 default_sa.go:34] waiting for default service account to be created ...
	I0923 23:39:23.957561    8299 default_sa.go:45] found service account: "default"
	I0923 23:39:23.957584    8299 default_sa.go:55] duration metric: took 8.314978ms for default service account to be created ...
	I0923 23:39:23.957594    8299 system_pods.go:116] waiting for k8s-apps to be running ...
	I0923 23:39:23.967961    8299 system_pods.go:86] 17 kube-system pods found
	I0923 23:39:23.968050    8299 system_pods.go:89] "coredns-7c65d6cfc9-mrwrc" [9d0d82e0-7dd3-4b44-85e5-89c562726648] Running
	I0923 23:39:23.968076    8299 system_pods.go:89] "csi-hostpath-attacher-0" [a16f2837-d82a-4735-93e0-7a7791d1c09f] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0923 23:39:23.968116    8299 system_pods.go:89] "csi-hostpath-resizer-0" [25a24f21-3bbb-4bfb-b7c8-6f7235bdf616] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0923 23:39:23.968142    8299 system_pods.go:89] "csi-hostpathplugin-zhbmd" [c6392ac4-77d2-4cdf-b282-3fdac6623cba] 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])
	I0923 23:39:23.968162    8299 system_pods.go:89] "etcd-addons-093926" [4f272f2a-41cf-4f2c-9660-95308888caf1] Running
	I0923 23:39:23.968183    8299 system_pods.go:89] "kube-apiserver-addons-093926" [4b1a72e7-e4df-404a-8d94-28cde8e3e96d] Running
	I0923 23:39:23.968216    8299 system_pods.go:89] "kube-controller-manager-addons-093926" [6dbd9d60-2b9e-4128-90f9-ae9940b39185] Running
	I0923 23:39:23.968243    8299 system_pods.go:89] "kube-ingress-dns-minikube" [2603ac93-e4e2-4dcc-ba09-d44bcec7d27a] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0923 23:39:23.968263    8299 system_pods.go:89] "kube-proxy-c5bjm" [a96f794a-dbde-41f9-9da3-fcc534029dc8] Running
	I0923 23:39:23.968283    8299 system_pods.go:89] "kube-scheduler-addons-093926" [198fc8a3-e25f-4626-9600-7026c3588ccd] Running
	I0923 23:39:23.968316    8299 system_pods.go:89] "metrics-server-84c5f94fbc-njwv5" [d5b63a80-40cb-4533-94a7-36f27dc1e030] Running
	I0923 23:39:23.968338    8299 system_pods.go:89] "nvidia-device-plugin-daemonset-fs8hv" [36e9cbc4-45e9-4224-979a-63554be57c22] Running
	I0923 23:39:23.968357    8299 system_pods.go:89] "registry-66c9cd494c-5nsr7" [489c11e2-9ffb-44d0-ab77-26a06d440d24] Running
	I0923 23:39:23.968377    8299 system_pods.go:89] "registry-proxy-6hk9r" [7c97bbfc-93ec-48a1-aeb1-7e1f322373db] Running
	I0923 23:39:23.968401    8299 system_pods.go:89] "snapshot-controller-56fcc65765-4rmlh" [22d88433-72a1-4052-8855-7c83ab3236fe] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0923 23:39:23.968437    8299 system_pods.go:89] "snapshot-controller-56fcc65765-r2265" [1d9522ae-13ab-4cd8-830e-c6d2c9291499] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0923 23:39:23.968457    8299 system_pods.go:89] "storage-provisioner" [6fa5136a-8fb2-44d3-bc72-c234901d477f] Running
	I0923 23:39:23.968478    8299 system_pods.go:126] duration metric: took 10.878004ms to wait for k8s-apps to be running ...
	I0923 23:39:23.968509    8299 system_svc.go:44] waiting for kubelet service to be running ....
	I0923 23:39:23.968583    8299 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0923 23:39:23.986068    8299 system_svc.go:56] duration metric: took 17.560984ms WaitForService to wait for kubelet
	I0923 23:39:23.986147    8299 kubeadm.go:582] duration metric: took 36.058678135s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0923 23:39:23.986181    8299 node_conditions.go:102] verifying NodePressure condition ...
	I0923 23:39:23.989829    8299 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
	I0923 23:39:23.989909    8299 node_conditions.go:123] node cpu capacity is 2
	I0923 23:39:23.989936    8299 node_conditions.go:105] duration metric: took 3.721351ms to run NodePressure ...
	I0923 23:39:23.989959    8299 start.go:241] waiting for startup goroutines ...
	I0923 23:39:24.005245    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:24.090110    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:24.503379    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:24.589889    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:25.070339    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:25.091232    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:25.505137    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:25.594791    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:26.003596    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:26.090212    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:26.503594    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:26.589666    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:27.004725    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:27.090808    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:27.503921    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:27.589629    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:28.015361    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:28.095766    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:28.503718    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:28.590327    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:29.006562    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:29.090058    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:29.504663    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:29.590914    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:30.003725    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:30.097405    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:30.503494    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:30.590362    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:31.004338    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:31.090093    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:31.502915    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:31.591154    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:32.007831    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:32.090437    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:32.503362    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:32.594169    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:33.016326    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:33.092068    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:33.567000    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:33.589866    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:34.004777    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:34.090238    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:34.566114    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:34.589991    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:35.006236    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:35.089869    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:35.569622    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:35.590678    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:36.008588    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:36.090463    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:36.503289    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:36.589693    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:37.003749    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:37.090638    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:37.503405    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:37.596824    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:38.006877    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:38.089553    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:38.503650    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:38.590495    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:39.004392    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:39.090025    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:39.503852    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:39.589448    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:40.004123    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:40.090373    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:40.502963    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:40.589591    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:41.003771    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:41.090498    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:41.503764    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:41.592396    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:42.005491    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:42.091091    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:42.503554    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:42.590069    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:43.005051    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:43.094075    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:43.503214    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:43.591170    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:44.003681    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:44.090452    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:44.503349    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:44.590196    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:45.069522    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:45.112296    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:45.570449    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:45.590952    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:46.007314    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:46.090020    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:46.504127    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:46.600104    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:47.066703    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:47.090259    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:47.503902    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:47.589827    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:48.004835    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:48.089990    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:48.567354    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:48.590730    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:49.003291    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:49.090726    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:49.566504    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:49.590394    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:50.018775    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:50.090724    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:50.503934    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:50.589245    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:51.003716    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:51.090933    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:51.567314    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:51.589657    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:52.014194    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:52.090416    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:52.504281    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:52.591784    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:53.067280    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:53.089479    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 23:39:53.566185    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:53.589601    8299 kapi.go:107] duration metric: took 52.004670344s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0923 23:39:54.004238    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:54.505815    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:55.006922    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:55.509700    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:56.006114    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:56.503505    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:57.003266    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:57.503007    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:58.003220    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:58.503170    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:59.003512    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:39:59.503633    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:40:00.008665    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:40:00.515163    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:40:01.006970    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:40:01.503635    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:40:02.003413    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:40:02.504749    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:40:03.003071    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:40:03.504407    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:40:04.003596    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:40:04.503589    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:40:05.007284    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:40:05.503986    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:40:06.014873    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:40:06.568340    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:40:07.004065    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:40:07.504909    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:40:08.006530    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:40:08.504073    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:40:09.009520    8299 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 23:40:09.503607    8299 kapi.go:107] duration metric: took 1m11.004580463s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0923 23:40:26.964487    8299 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0923 23:40:26.964514    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:27.465045    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:27.964575    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:28.465450    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:28.964466    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:29.464647    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:29.964569    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:30.468651    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:30.964690    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:31.464392    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:31.964692    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:32.464165    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:32.965673    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:33.464900    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:33.965000    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:34.465685    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:34.965527    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:35.464789    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:35.965527    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:36.464783    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:36.964449    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:37.464849    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:37.965255    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:38.465236    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:38.964745    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:39.465524    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:39.966302    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:40.467203    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:40.964456    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:41.465243    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:41.965229    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:42.464758    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:42.964077    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:43.464664    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:43.964450    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:44.464940    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:44.964218    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:45.465099    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:45.964463    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:46.464690    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:46.965950    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:47.464226    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:47.964864    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:48.464743    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:48.964527    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:49.465293    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:49.965126    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:50.464787    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:50.964001    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:51.464581    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:51.964982    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:52.464234    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:52.965012    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:53.464539    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:53.965640    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:54.465276    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:54.964555    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:55.464618    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:55.965505    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:56.464778    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:56.966057    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:57.464329    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:57.965314    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:58.465132    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:58.964711    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:59.465062    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:40:59.965512    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:00.464720    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:00.964422    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:01.464300    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:01.964921    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:02.464631    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:02.965194    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:03.464904    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:03.964729    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:04.464665    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:04.964196    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:05.465164    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:05.967826    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:06.475039    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:06.965047    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:07.465308    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:07.965119    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:08.465462    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:08.965052    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:09.464786    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:09.965036    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:10.464930    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:10.965497    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:11.464832    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:11.964615    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:12.464126    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:12.964458    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:13.464831    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:13.964842    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:14.464807    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:14.964418    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:15.464694    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:15.964718    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:16.464421    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:16.964330    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:17.465458    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:17.965321    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:18.465039    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:18.965298    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:19.465316    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:19.964873    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:20.465040    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:20.964240    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:21.464896    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:21.964470    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:22.465021    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:22.964373    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:23.464432    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:23.965261    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:24.465030    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:24.964289    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:25.465137    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:25.965101    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:26.464667    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:26.964345    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:27.466026    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:27.964702    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:28.464548    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:28.964612    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:29.464883    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:29.964361    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:30.465079    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:30.964558    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:31.464910    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:31.968040    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:32.464689    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:32.965444    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:33.464627    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:33.967516    8299 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 23:41:34.465065    8299 kapi.go:107] duration metric: took 2m31.003966385s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0923 23:41:34.467143    8299 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-093926 cluster.
	I0923 23:41:34.469442    8299 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.
	I0923 23:41:34.471474    8299 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0923 23:41:34.473475    8299 out.go:177] * Enabled addons: storage-provisioner, ingress-dns, cloud-spanner, volcano, nvidia-device-plugin, metrics-server, inspektor-gadget, yakd, storage-provisioner-rancher, volumesnapshots, registry, csi-hostpath-driver, ingress, gcp-auth
	I0923 23:41:34.475497    8299 addons.go:510] duration metric: took 2m46.547803067s for enable addons: enabled=[storage-provisioner ingress-dns cloud-spanner volcano nvidia-device-plugin metrics-server inspektor-gadget yakd storage-provisioner-rancher volumesnapshots registry csi-hostpath-driver ingress gcp-auth]
	I0923 23:41:34.475552    8299 start.go:246] waiting for cluster config update ...
	I0923 23:41:34.475590    8299 start.go:255] writing updated cluster config ...
	I0923 23:41:34.475905    8299 ssh_runner.go:195] Run: rm -f paused
	I0923 23:41:34.838444    8299 start.go:600] kubectl: 1.31.1, cluster: 1.31.1 (minor skew: 0)
	I0923 23:41:34.841010    8299 out.go:177] * Done! kubectl is now configured to use "addons-093926" cluster and "default" namespace by default
	
	
	==> Docker <==
	Sep 23 23:51:23 addons-093926 dockerd[1285]: time="2024-09-23T23:51:23.520322121Z" level=info msg="ignoring event" container=5483d233c7e07b0cc50147b0eff368cd6037eb201358eb16470339525addcbc2 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 23 23:51:25 addons-093926 dockerd[1285]: time="2024-09-23T23:51:25.457377837Z" level=info msg="ignoring event" container=9fcb100acb0bd425471173e35aa18b28db9757f1eaa35c1c6ca86f12565f2873 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 23 23:51:25 addons-093926 dockerd[1285]: time="2024-09-23T23:51:25.485634905Z" level=info msg="ignoring event" container=f69a5da6438f83beda37c4720fbee0bf328bd8576a0c525e58d9e3c4d9c08bc6 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 23 23:51:25 addons-093926 dockerd[1285]: time="2024-09-23T23:51:25.513221768Z" level=info msg="ignoring event" container=0460873943d452d08097a95c1dc10e84a3d6cb642529db52d45a8fdc31131cbd module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 23 23:51:25 addons-093926 dockerd[1285]: time="2024-09-23T23:51:25.522534678Z" level=info msg="ignoring event" container=0b2ec1998fea5dc584011a6d754d90eb11bf9945717c56fddf26c33e6933afd6 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 23 23:51:25 addons-093926 dockerd[1285]: time="2024-09-23T23:51:25.530115766Z" level=info msg="ignoring event" container=250772aade6280a1d113187bd89e603eb3f31d023487695b44911d0ef163dbf6 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 23 23:51:25 addons-093926 dockerd[1285]: time="2024-09-23T23:51:25.532476389Z" level=info msg="ignoring event" container=f3c905961c94e082b9de45d7c869bf967020b18d3edd7db994c0b39fdb213739 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 23 23:51:25 addons-093926 dockerd[1285]: time="2024-09-23T23:51:25.574604898Z" level=info msg="ignoring event" container=cb52d9156b90f799a10bf53ae15e524ca4526d948d799bb6019439229209deb3 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 23 23:51:25 addons-093926 dockerd[1285]: time="2024-09-23T23:51:25.574688376Z" level=info msg="ignoring event" container=068c0354ea68f72fc1826f63383b8c5a374af8d45eeb8d368c5e675171b17d68 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 23 23:51:25 addons-093926 dockerd[1285]: time="2024-09-23T23:51:25.759224985Z" level=info msg="ignoring event" container=d80e12ab2e6b91290359d8870a22ab64233eb4dbe468bf4dde55b4c4dfce7243 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 23 23:51:25 addons-093926 dockerd[1285]: time="2024-09-23T23:51:25.802377114Z" level=info msg="ignoring event" container=118ac4dc42ee84f239219e7480e91229f04ec5c312d7f22f1bb5754383c44755 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 23 23:51:25 addons-093926 dockerd[1285]: time="2024-09-23T23:51:25.849269190Z" level=info msg="ignoring event" container=0b6073f25a0d7eaa296ae25210f9b1f8c533eb3596d63b14bae0602a18bf682b module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 23 23:51:31 addons-093926 dockerd[1285]: time="2024-09-23T23:51:31.976671017Z" level=info msg="ignoring event" container=bcd2f3db7013aac94a6977718079fb17e2018c2158dc9a78e572b978b1b0aba3 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 23 23:51:31 addons-093926 dockerd[1285]: time="2024-09-23T23:51:31.981857062Z" level=info msg="ignoring event" container=227d3101adb7875325cf76556d61d3eabe5e4d8707162c14568f5a93be6d82d4 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 23 23:51:32 addons-093926 dockerd[1285]: time="2024-09-23T23:51:32.141778520Z" level=info msg="ignoring event" container=d12f143d4bb71fc68bdaad42d71812b26264ef877efbaa25290536b94bbc9677 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 23 23:51:32 addons-093926 dockerd[1285]: time="2024-09-23T23:51:32.176118374Z" level=info msg="ignoring event" container=54d07a1bcf1c138de6ad2cdb11632e7a846e51438bed555fcc3b6f4617ce6898 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 23 23:51:33 addons-093926 dockerd[1285]: time="2024-09-23T23:51:33.096267054Z" level=info msg="ignoring event" container=2356037ab137250d5a13ff6eb3866239b882bf9ddfdc4b534c88e8c201f27353 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 23 23:51:33 addons-093926 cri-dockerd[1546]: time="2024-09-23T23:51:33Z" level=error msg="error getting RW layer size for container ID '227d3101adb7875325cf76556d61d3eabe5e4d8707162c14568f5a93be6d82d4': Error response from daemon: No such container: 227d3101adb7875325cf76556d61d3eabe5e4d8707162c14568f5a93be6d82d4"
	Sep 23 23:51:33 addons-093926 cri-dockerd[1546]: time="2024-09-23T23:51:33Z" level=error msg="Set backoffDuration to : 1m0s for container ID '227d3101adb7875325cf76556d61d3eabe5e4d8707162c14568f5a93be6d82d4'"
	Sep 23 23:51:33 addons-093926 cri-dockerd[1546]: time="2024-09-23T23:51:33Z" level=error msg="error getting RW layer size for container ID 'bcd2f3db7013aac94a6977718079fb17e2018c2158dc9a78e572b978b1b0aba3': Error response from daemon: No such container: bcd2f3db7013aac94a6977718079fb17e2018c2158dc9a78e572b978b1b0aba3"
	Sep 23 23:51:33 addons-093926 cri-dockerd[1546]: time="2024-09-23T23:51:33Z" level=error msg="Set backoffDuration to : 1m0s for container ID 'bcd2f3db7013aac94a6977718079fb17e2018c2158dc9a78e572b978b1b0aba3'"
	Sep 23 23:51:33 addons-093926 dockerd[1285]: time="2024-09-23T23:51:33.791258028Z" level=info msg="ignoring event" container=86b9658df5ce9099b912854f6d7a2f5979e43d2fd07dcd8504b349185c6f75fa module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 23 23:51:33 addons-093926 dockerd[1285]: time="2024-09-23T23:51:33.913564215Z" level=info msg="ignoring event" container=bb99ea008b1ad70458472287e779ce061fe09b4cc1019f345b33005e68621556 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 23 23:51:34 addons-093926 dockerd[1285]: time="2024-09-23T23:51:34.071220183Z" level=info msg="ignoring event" container=27bd436e887f60ec72f397b3e7bd0ec1db92a0be0e6b5401ccf9f9aeb975df27 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 23 23:51:34 addons-093926 dockerd[1285]: time="2024-09-23T23:51:34.287010522Z" level=info msg="ignoring event" container=9d6ebbd097426170df7d4f686f3746b4900e049f9115a283ed6d96a67c4f0f7b module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                        CREATED             STATE               NAME                       ATTEMPT             POD ID              POD
	1f08f7dd50ca9       ghcr.io/inspektor-gadget/inspektor-gadget@sha256:03e677e1cf9d2c9bea454e3dbcbcef20b3022e987534a2874eb1abc5bc3e73ec            46 seconds ago      Exited              gadget                     7                   fbe5254c4aa79       gadget-9rq4t
	c77804ddef1b2       gcr.io/k8s-minikube/gcp-auth-webhook@sha256:e6c5b3bc32072ea370d34c27836efd11b3519d25bd444c2a8efc339cff0e20fb                 10 minutes ago      Running             gcp-auth                   0                   4b12e04a2fd62       gcp-auth-89d5ffd79-h5xns
	a2e04b87876a4       registry.k8s.io/ingress-nginx/controller@sha256:d5f8217feeac4887cb1ed21f27c2674e58be06bd8f5184cacea2a69abaf78dce             11 minutes ago      Running             controller                 0                   2ce58b6831f8c       ingress-nginx-controller-bc57996ff-vnxmw
	95c2bed06ea2d       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:a320a50cc91bd15fd2d6fa6de58bd98c1bd64b9a6f926ce23a600d87043455a3   12 minutes ago      Exited              patch                      0                   1babed3f912e6       ingress-nginx-admission-patch-f52px
	35f4840850e04       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:a320a50cc91bd15fd2d6fa6de58bd98c1bd64b9a6f926ce23a600d87043455a3   12 minutes ago      Exited              create                     0                   c4e10a521dd1b       ingress-nginx-admission-create-lvlmn
	791a9e01a9d31       rancher/local-path-provisioner@sha256:e34c88ae0affb1cdefbb874140d6339d4a27ec4ee420ae8199cd839997b05246                       12 minutes ago      Running             local-path-provisioner     0                   003baf263de8c       local-path-provisioner-86d989889c-5pvqf
	39aa243fe41e7       gcr.io/k8s-minikube/minikube-ingress-dns@sha256:4211a1de532376c881851542238121b26792225faa36a7b02dccad88fd05797c             12 minutes ago      Running             minikube-ingress-dns       0                   4788faab9d076       kube-ingress-dns-minikube
	da8d426deee8c       registry.k8s.io/metrics-server/metrics-server@sha256:ffcb2bf004d6aa0a17d90e0247cf94f2865c8901dcab4427034c341951c239f9        12 minutes ago      Running             metrics-server             0                   a02ade8427f06       metrics-server-84c5f94fbc-njwv5
	10d45e1ebcd67       gcr.io/cloud-spanner-emulator/emulator@sha256:f78b14fe7e4632fc0b3c65e15101ebbbcf242857de9851d3c0baea94bd269b5e               12 minutes ago      Running             cloud-spanner-emulator     0                   241eb80712311       cloud-spanner-emulator-5b584cc74-8q482
	57a13973166b0       nvcr.io/nvidia/k8s-device-plugin@sha256:ed39e22c8b71343fb996737741a99da88ce6c75dd83b5c520e0b3d8e8a884c47                     12 minutes ago      Running             nvidia-device-plugin-ctr   0                   1bbc87fb47396       nvidia-device-plugin-daemonset-fs8hv
	81e1fca23006f       ba04bb24b9575                                                                                                                12 minutes ago      Running             storage-provisioner        0                   ef8de714d833f       storage-provisioner
	0f9d341c4b625       2f6c962e7b831                                                                                                                12 minutes ago      Running             coredns                    0                   7b9dbfe44243e       coredns-7c65d6cfc9-mrwrc
	3e2942e76f6ce       24a140c548c07                                                                                                                12 minutes ago      Running             kube-proxy                 0                   7e6aed9e41d92       kube-proxy-c5bjm
	4122576e89bec       d3f53a98c0a9d                                                                                                                12 minutes ago      Running             kube-apiserver             0                   ee419a87c593b       kube-apiserver-addons-093926
	ed5bfb79c1cc5       7f8aa378bb47d                                                                                                                12 minutes ago      Running             kube-scheduler             0                   df666ec2964dc       kube-scheduler-addons-093926
	6ad3a7a703ffb       27e3830e14027                                                                                                                12 minutes ago      Running             etcd                       0                   2303252f3cdc6       etcd-addons-093926
	80c779bd8ff1f       279f381cb3736                                                                                                                12 minutes ago      Running             kube-controller-manager    0                   7696aad85af41       kube-controller-manager-addons-093926
	
	
	==> controller_ingress [a2e04b87876a] <==
	NGINX Ingress controller
	  Release:       v1.11.2
	  Build:         46e76e5916813cfca2a9b0bfdc34b69a0000f6b9
	  Repository:    https://github.com/kubernetes/ingress-nginx
	  nginx version: nginx/1.25.5
	
	-------------------------------------------------------------------------------
	
	I0923 23:40:08.786612       7 main.go:248] "Running in Kubernetes cluster" major="1" minor="31" git="v1.31.1" state="clean" commit="948afe5ca072329a73c8e79ed5938717a5cb3d21" platform="linux/arm64"
	I0923 23:40:09.056062       7 main.go:101] "SSL fake certificate created" file="/etc/ingress-controller/ssl/default-fake-certificate.pem"
	I0923 23:40:09.110459       7 ssl.go:535] "loading tls certificate" path="/usr/local/certificates/cert" key="/usr/local/certificates/key"
	I0923 23:40:09.132447       7 nginx.go:271] "Starting NGINX Ingress controller"
	I0923 23:40:09.152652       7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"ingress-nginx-controller", UID:"e7caab67-6d07-4ef6-b08e-1ab783986d01", APIVersion:"v1", ResourceVersion:"691", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/ingress-nginx-controller
	I0923 23:40:09.154643       7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"tcp-services", UID:"f50acb55-b129-4f0e-b7a1-1158d6e5f6b8", APIVersion:"v1", ResourceVersion:"692", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/tcp-services
	I0923 23:40:09.159490       7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"udp-services", UID:"970cf073-e156-4f8d-bd9a-1c1235defff5", APIVersion:"v1", ResourceVersion:"693", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/udp-services
	I0923 23:40:10.334569       7 nginx.go:317] "Starting NGINX process"
	I0923 23:40:10.335180       7 leaderelection.go:250] attempting to acquire leader lease ingress-nginx/ingress-nginx-leader...
	I0923 23:40:10.335585       7 nginx.go:337] "Starting validation webhook" address=":8443" certPath="/usr/local/certificates/cert" keyPath="/usr/local/certificates/key"
	I0923 23:40:10.336435       7 controller.go:193] "Configuration changes detected, backend reload required"
	I0923 23:40:10.354997       7 leaderelection.go:260] successfully acquired lease ingress-nginx/ingress-nginx-leader
	I0923 23:40:10.355460       7 status.go:85] "New leader elected" identity="ingress-nginx-controller-bc57996ff-vnxmw"
	I0923 23:40:10.366124       7 status.go:219] "POD is not ready" pod="ingress-nginx/ingress-nginx-controller-bc57996ff-vnxmw" node="addons-093926"
	I0923 23:40:10.387749       7 controller.go:213] "Backend successfully reloaded"
	I0923 23:40:10.388055       7 controller.go:224] "Initial sync, sleeping for 1 second"
	I0923 23:40:10.388704       7 event.go:377] Event(v1.ObjectReference{Kind:"Pod", Namespace:"ingress-nginx", Name:"ingress-nginx-controller-bc57996ff-vnxmw", UID:"cce0fd5c-9d0c-4246-870c-736c2a8c2417", APIVersion:"v1", ResourceVersion:"1268", FieldPath:""}): type: 'Normal' reason: 'RELOAD' NGINX reload triggered due to a change in configuration
	
	
	==> coredns [0f9d341c4b62] <==
	.:53
	[INFO] plugin/reload: Running configuration SHA512 = 591cf328cccc12bc490481273e738df59329c62c0b729d94e8b61db9961c2fa5f046dd37f1cf888b953814040d180f52594972691cd6ff41be96639138a43908
	CoreDNS-1.11.3
	linux/arm64, go1.21.11, a6338e9
	[INFO] Reloading
	[INFO] plugin/reload: Running configuration SHA512 = 05e3eaddc414b2d71a69b2e2bc6f2681fc1f4d04bcdd3acc1a41457bb7db518208b95ddfc4c9fffedc59c25a8faf458be1af4915a4a3c0d6777cb7a346bc5d86
	[INFO] Reloading complete
	[INFO] 127.0.0.1:57795 - 54786 "HINFO IN 3261959489524646881.8927662167753423729. udp 57 false 512" NXDOMAIN qr,rd,ra 57 0.041619315s
	[INFO] 10.244.0.25:45512 - 26646 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000298084s
	[INFO] 10.244.0.25:47755 - 41589 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000221818s
	[INFO] 10.244.0.25:46493 - 58544 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000157661s
	[INFO] 10.244.0.25:34297 - 16809 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000108587s
	[INFO] 10.244.0.25:42547 - 49887 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000220217s
	[INFO] 10.244.0.25:54990 - 26324 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000255918s
	[INFO] 10.244.0.25:45555 - 51003 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003974742s
	[INFO] 10.244.0.25:51578 - 40906 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.004566273s
	[INFO] 10.244.0.25:45712 - 12425 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001897262s
	[INFO] 10.244.0.25:40531 - 11280 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 572 0.001477792s
	
	
	==> describe nodes <==
	Name:               addons-093926
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=addons-093926
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=41795ff643dcbe39cdf81f27d064464d20ae8e7c
	                    minikube.k8s.io/name=addons-093926
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_09_23T23_38_43_0700
	                    minikube.k8s.io/version=v1.34.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-093926
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/cri-dockerd.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 23 Sep 2024 23:38:40 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-093926
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 23 Sep 2024 23:51:27 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 23 Sep 2024 23:47:23 +0000   Mon, 23 Sep 2024 23:38:36 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 23 Sep 2024 23:47:23 +0000   Mon, 23 Sep 2024 23:38:36 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 23 Sep 2024 23:47:23 +0000   Mon, 23 Sep 2024 23:38:36 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 23 Sep 2024 23:47:23 +0000   Mon, 23 Sep 2024 23:38:40 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-093926
	Capacity:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022300Ki
	  pods:               110
	Allocatable:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022300Ki
	  pods:               110
	System Info:
	  Machine ID:                 173746167c6244aca0631c7d55d57510
	  System UUID:                c49f385c-6992-4dad-8900-472891f80485
	  Boot ID:                    8d2d086a-088f-49b2-840d-19a6bad91fe6
	  Kernel Version:             5.15.0-1070-aws
	  OS Image:                   Ubuntu 22.04.5 LTS
	  Operating System:           linux
	  Architecture:               arm64
	  Container Runtime Version:  docker://27.3.1
	  Kubelet Version:            v1.31.1
	  Kube-Proxy Version:         v1.31.1
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (16 in total)
	  Namespace                   Name                                        CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                        ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         9m18s
	  default                     cloud-spanner-emulator-5b584cc74-8q482      0 (0%)        0 (0%)      0 (0%)           0 (0%)         12m
	  gadget                      gadget-9rq4t                                0 (0%)        0 (0%)      0 (0%)           0 (0%)         12m
	  gcp-auth                    gcp-auth-89d5ffd79-h5xns                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  ingress-nginx               ingress-nginx-controller-bc57996ff-vnxmw    100m (5%)     0 (0%)      90Mi (1%)        0 (0%)         12m
	  kube-system                 coredns-7c65d6cfc9-mrwrc                    100m (5%)     0 (0%)      70Mi (0%)        170Mi (2%)     12m
	  kube-system                 etcd-addons-093926                          100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         12m
	  kube-system                 kube-apiserver-addons-093926                250m (12%)    0 (0%)      0 (0%)           0 (0%)         12m
	  kube-system                 kube-controller-manager-addons-093926       200m (10%)    0 (0%)      0 (0%)           0 (0%)         12m
	  kube-system                 kube-ingress-dns-minikube                   0 (0%)        0 (0%)      0 (0%)           0 (0%)         12m
	  kube-system                 kube-proxy-c5bjm                            0 (0%)        0 (0%)      0 (0%)           0 (0%)         12m
	  kube-system                 kube-scheduler-addons-093926                100m (5%)     0 (0%)      0 (0%)           0 (0%)         12m
	  kube-system                 metrics-server-84c5f94fbc-njwv5             100m (5%)     0 (0%)      200Mi (2%)       0 (0%)         12m
	  kube-system                 nvidia-device-plugin-daemonset-fs8hv        0 (0%)        0 (0%)      0 (0%)           0 (0%)         12m
	  kube-system                 storage-provisioner                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         12m
	  local-path-storage          local-path-provisioner-86d989889c-5pvqf     0 (0%)        0 (0%)      0 (0%)           0 (0%)         12m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                950m (47%)  0 (0%)
	  memory             460Mi (5%)  170Mi (2%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	  hugepages-32Mi     0 (0%)      0 (0%)
	  hugepages-64Ki     0 (0%)      0 (0%)
	Events:
	  Type     Reason                   Age                From             Message
	  ----     ------                   ----               ----             -------
	  Normal   Starting                 12m                kube-proxy       
	  Normal   NodeHasSufficientMemory  13m (x8 over 13m)  kubelet          Node addons-093926 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    13m (x7 over 13m)  kubelet          Node addons-093926 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     13m (x7 over 13m)  kubelet          Node addons-093926 status is now: NodeHasSufficientPID
	  Normal   NodeAllocatableEnforced  13m                kubelet          Updated Node Allocatable limit across pods
	  Normal   Starting                 12m                kubelet          Starting kubelet.
	  Warning  CgroupV1                 12m                kubelet          Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
	  Normal   NodeAllocatableEnforced  12m                kubelet          Updated Node Allocatable limit across pods
	  Normal   NodeHasSufficientMemory  12m                kubelet          Node addons-093926 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    12m                kubelet          Node addons-093926 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     12m                kubelet          Node addons-093926 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           12m                node-controller  Node addons-093926 event: Registered Node addons-093926 in Controller
	
	
	==> dmesg <==
	[Sep23 23:17] ACPI: SRAT not present
	[  +0.000000] ACPI: SRAT not present
	[  +0.000000] SPI driver altr_a10sr has no spi_device_id for altr,a10sr
	[  +0.014949] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
	[  +0.411235] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
	[  +0.827369] ena 0000:00:05.0: LLQ is not supported Fallback to host mode policy.
	[  +5.765298] kauditd_printk_skb: 36 callbacks suppressed
	
	
	==> etcd [6ad3a7a703ff] <==
	{"level":"info","ts":"2024-09-23T23:38:36.510483Z","caller":"embed/etcd.go:599","msg":"serving peer traffic","address":"192.168.49.2:2380"}
	{"level":"info","ts":"2024-09-23T23:38:36.517078Z","caller":"embed/etcd.go:571","msg":"cmux::serve","address":"192.168.49.2:2380"}
	{"level":"info","ts":"2024-09-23T23:38:37.477443Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
	{"level":"info","ts":"2024-09-23T23:38:37.477671Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
	{"level":"info","ts":"2024-09-23T23:38:37.477769Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
	{"level":"info","ts":"2024-09-23T23:38:37.477893Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
	{"level":"info","ts":"2024-09-23T23:38:37.477976Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
	{"level":"info","ts":"2024-09-23T23:38:37.478101Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
	{"level":"info","ts":"2024-09-23T23:38:37.478180Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
	{"level":"info","ts":"2024-09-23T23:38:37.481530Z","caller":"etcdserver/server.go:2629","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
	{"level":"info","ts":"2024-09-23T23:38:37.487686Z","caller":"etcdserver/server.go:2118","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-093926 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
	{"level":"info","ts":"2024-09-23T23:38:37.488038Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2024-09-23T23:38:37.489405Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2024-09-23T23:38:37.490187Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2024-09-23T23:38:37.502345Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
	{"level":"info","ts":"2024-09-23T23:38:37.502660Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
	{"level":"info","ts":"2024-09-23T23:38:37.502846Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
	{"level":"info","ts":"2024-09-23T23:38:37.502988Z","caller":"etcdserver/server.go:2653","msg":"cluster version is updated","cluster-version":"3.5"}
	{"level":"info","ts":"2024-09-23T23:38:37.493181Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
	{"level":"info","ts":"2024-09-23T23:38:37.506128Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
	{"level":"info","ts":"2024-09-23T23:38:37.493793Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2024-09-23T23:38:37.517158Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
	{"level":"info","ts":"2024-09-23T23:48:37.662138Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1881}
	{"level":"info","ts":"2024-09-23T23:48:37.724846Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1881,"took":"62.125789ms","hash":874625979,"current-db-size-bytes":8847360,"current-db-size":"8.8 MB","current-db-size-in-use-bytes":4923392,"current-db-size-in-use":"4.9 MB"}
	{"level":"info","ts":"2024-09-23T23:48:37.724906Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":874625979,"revision":1881,"compact-revision":-1}
	
	
	==> gcp-auth [c77804ddef1b] <==
	2024/09/23 23:41:33 GCP Auth Webhook started!
	2024/09/23 23:41:52 Ready to marshal response ...
	2024/09/23 23:41:52 Ready to write response ...
	2024/09/23 23:41:53 Ready to marshal response ...
	2024/09/23 23:41:53 Ready to write response ...
	2024/09/23 23:42:17 Ready to marshal response ...
	2024/09/23 23:42:17 Ready to write response ...
	2024/09/23 23:42:17 Ready to marshal response ...
	2024/09/23 23:42:17 Ready to write response ...
	2024/09/23 23:42:17 Ready to marshal response ...
	2024/09/23 23:42:17 Ready to write response ...
	2024/09/23 23:50:32 Ready to marshal response ...
	2024/09/23 23:50:32 Ready to write response ...
	2024/09/23 23:50:46 Ready to marshal response ...
	2024/09/23 23:50:46 Ready to write response ...
	2024/09/23 23:51:16 Ready to marshal response ...
	2024/09/23 23:51:16 Ready to write response ...
	
	
	==> kernel <==
	 23:51:35 up 34 min,  0 users,  load average: 0.68, 0.47, 0.43
	Linux addons-093926 5.15.0-1070-aws #76~20.04.1-Ubuntu SMP Mon Sep 2 12:20:48 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kube-apiserver [4122576e89be] <==
	I0923 23:42:08.130246       1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
	I0923 23:42:08.183896       1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
	I0923 23:42:08.327587       1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
	W0923 23:42:08.406095       1 cacher.go:171] Terminating all watchers from cacher commands.bus.volcano.sh
	W0923 23:42:08.849181       1 cacher.go:171] Terminating all watchers from cacher jobs.batch.volcano.sh
	W0923 23:42:08.883996       1 cacher.go:171] Terminating all watchers from cacher podgroups.scheduling.volcano.sh
	W0923 23:42:08.959366       1 cacher.go:171] Terminating all watchers from cacher queues.scheduling.volcano.sh
	W0923 23:42:09.009695       1 cacher.go:171] Terminating all watchers from cacher numatopologies.nodeinfo.volcano.sh
	W0923 23:42:09.343210       1 cacher.go:171] Terminating all watchers from cacher jobflows.flow.volcano.sh
	W0923 23:42:09.520772       1 cacher.go:171] Terminating all watchers from cacher jobtemplates.flow.volcano.sh
	I0923 23:50:54.975279       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	E0923 23:50:56.635252       1 watch.go:250] "Unhandled Error" err="http2: stream closed" logger="UnhandledError"
	I0923 23:51:31.673532       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0923 23:51:31.673576       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0923 23:51:31.703538       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0923 23:51:31.703585       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0923 23:51:31.728370       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0923 23:51:31.728575       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0923 23:51:31.829028       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0923 23:51:31.829311       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0923 23:51:31.846509       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0923 23:51:31.846553       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0923 23:51:32.830449       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0923 23:51:32.847058       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0923 23:51:32.850339       1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	
	
	==> kube-controller-manager [80c779bd8ff1] <==
	E0923 23:51:05.562474       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0923 23:51:18.609059       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 23:51:18.609101       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0923 23:51:23.632140       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 23:51:23.632179       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	I0923 23:51:25.263630       1 stateful_set.go:466] "StatefulSet has been deleted" logger="statefulset-controller" key="kube-system/csi-hostpath-attacher"
	I0923 23:51:25.341269       1 stateful_set.go:466] "StatefulSet has been deleted" logger="statefulset-controller" key="kube-system/csi-hostpath-resizer"
	I0923 23:51:25.622355       1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-093926"
	W0923 23:51:26.069612       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 23:51:26.069656       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0923 23:51:26.906550       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 23:51:26.906595       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0923 23:51:27.051388       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 23:51:27.051430       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	I0923 23:51:31.875493       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/snapshot-controller-56fcc65765" duration="8.911µs"
	E0923 23:51:32.832263       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	E0923 23:51:32.848879       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	E0923 23:51:32.851860       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	I0923 23:51:33.679883       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/registry-66c9cd494c" duration="6.753µs"
	W0923 23:51:33.717769       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 23:51:33.717805       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0923 23:51:33.901636       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 23:51:33.901693       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0923 23:51:34.421960       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 23:51:34.422033       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	
	
	==> kube-proxy [3e2942e76f6c] <==
	I0923 23:38:49.136663       1 server_linux.go:66] "Using iptables proxy"
	I0923 23:38:49.261995       1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0923 23:38:49.262065       1 server.go:234] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
	I0923 23:38:49.327160       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0923 23:38:49.327235       1 server_linux.go:169] "Using iptables Proxier"
	I0923 23:38:49.329329       1 proxier.go:255] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
	I0923 23:38:49.329661       1 server.go:483] "Version info" version="v1.31.1"
	I0923 23:38:49.329674       1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0923 23:38:49.339277       1 config.go:199] "Starting service config controller"
	I0923 23:38:49.339312       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0923 23:38:49.339346       1 config.go:105] "Starting endpoint slice config controller"
	I0923 23:38:49.339351       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0923 23:38:49.339363       1 config.go:328] "Starting node config controller"
	I0923 23:38:49.339376       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0923 23:38:49.440190       1 shared_informer.go:320] Caches are synced for node config
	I0923 23:38:49.440243       1 shared_informer.go:320] Caches are synced for endpoint slice config
	I0923 23:38:49.440278       1 shared_informer.go:320] Caches are synced for service config
	
	
	==> kube-scheduler [ed5bfb79c1cc] <==
	W0923 23:38:40.307484       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
	E0923 23:38:40.308133       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0923 23:38:40.307696       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
	E0923 23:38:40.308335       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0923 23:38:40.307766       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	E0923 23:38:40.308529       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0923 23:38:40.306100       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
	E0923 23:38:40.308738       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0923 23:38:40.309485       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	E0923 23:38:40.309524       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0923 23:38:41.206345       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
	E0923 23:38:41.206447       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0923 23:38:41.291709       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
	E0923 23:38:41.291757       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0923 23:38:41.333335       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
	E0923 23:38:41.333414       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0923 23:38:41.340335       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
	E0923 23:38:41.340447       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError"
	W0923 23:38:41.379765       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
	E0923 23:38:41.379909       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0923 23:38:41.391947       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	E0923 23:38:41.392060       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0923 23:38:41.544515       1 reflector.go:561] runtime/asm_arm64.s:1222: 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"
	E0923 23:38:41.544762       1 reflector.go:158] "Unhandled Error" err="runtime/asm_arm64.s:1222: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\"" logger="UnhandledError"
	I0923 23:38:44.686334       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Sep 23 23:51:32 addons-093926 kubelet[2345]: I0923 23:51:32.948659    2345 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="1d9522ae-13ab-4cd8-830e-c6d2c9291499" path="/var/lib/kubelet/pods/1d9522ae-13ab-4cd8-830e-c6d2c9291499/volumes"
	Sep 23 23:51:32 addons-093926 kubelet[2345]: I0923 23:51:32.949074    2345 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="22d88433-72a1-4052-8855-7c83ab3236fe" path="/var/lib/kubelet/pods/22d88433-72a1-4052-8855-7c83ab3236fe/volumes"
	Sep 23 23:51:33 addons-093926 kubelet[2345]: I0923 23:51:33.263838    2345 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/9e8b23a3-c6ac-4555-8b27-67631a9f9bef-gcp-creds\") pod \"9e8b23a3-c6ac-4555-8b27-67631a9f9bef\" (UID: \"9e8b23a3-c6ac-4555-8b27-67631a9f9bef\") "
	Sep 23 23:51:33 addons-093926 kubelet[2345]: I0923 23:51:33.263897    2345 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-df927\" (UniqueName: \"kubernetes.io/projected/9e8b23a3-c6ac-4555-8b27-67631a9f9bef-kube-api-access-df927\") pod \"9e8b23a3-c6ac-4555-8b27-67631a9f9bef\" (UID: \"9e8b23a3-c6ac-4555-8b27-67631a9f9bef\") "
	Sep 23 23:51:33 addons-093926 kubelet[2345]: I0923 23:51:33.264313    2345 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/host-path/9e8b23a3-c6ac-4555-8b27-67631a9f9bef-gcp-creds" (OuterVolumeSpecName: "gcp-creds") pod "9e8b23a3-c6ac-4555-8b27-67631a9f9bef" (UID: "9e8b23a3-c6ac-4555-8b27-67631a9f9bef"). InnerVolumeSpecName "gcp-creds". PluginName "kubernetes.io/host-path", VolumeGidValue ""
	Sep 23 23:51:33 addons-093926 kubelet[2345]: I0923 23:51:33.265942    2345 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/9e8b23a3-c6ac-4555-8b27-67631a9f9bef-kube-api-access-df927" (OuterVolumeSpecName: "kube-api-access-df927") pod "9e8b23a3-c6ac-4555-8b27-67631a9f9bef" (UID: "9e8b23a3-c6ac-4555-8b27-67631a9f9bef"). InnerVolumeSpecName "kube-api-access-df927". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 23 23:51:33 addons-093926 kubelet[2345]: I0923 23:51:33.364956    2345 reconciler_common.go:288] "Volume detached for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/9e8b23a3-c6ac-4555-8b27-67631a9f9bef-gcp-creds\") on node \"addons-093926\" DevicePath \"\""
	Sep 23 23:51:33 addons-093926 kubelet[2345]: I0923 23:51:33.364993    2345 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-df927\" (UniqueName: \"kubernetes.io/projected/9e8b23a3-c6ac-4555-8b27-67631a9f9bef-kube-api-access-df927\") on node \"addons-093926\" DevicePath \"\""
	Sep 23 23:51:34 addons-093926 kubelet[2345]: I0923 23:51:34.287760    2345 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-86mtv\" (UniqueName: \"kubernetes.io/projected/489c11e2-9ffb-44d0-ab77-26a06d440d24-kube-api-access-86mtv\") pod \"489c11e2-9ffb-44d0-ab77-26a06d440d24\" (UID: \"489c11e2-9ffb-44d0-ab77-26a06d440d24\") "
	Sep 23 23:51:34 addons-093926 kubelet[2345]: I0923 23:51:34.294059    2345 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/489c11e2-9ffb-44d0-ab77-26a06d440d24-kube-api-access-86mtv" (OuterVolumeSpecName: "kube-api-access-86mtv") pod "489c11e2-9ffb-44d0-ab77-26a06d440d24" (UID: "489c11e2-9ffb-44d0-ab77-26a06d440d24"). InnerVolumeSpecName "kube-api-access-86mtv". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 23 23:51:34 addons-093926 kubelet[2345]: I0923 23:51:34.391521    2345 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-86mtv\" (UniqueName: \"kubernetes.io/projected/489c11e2-9ffb-44d0-ab77-26a06d440d24-kube-api-access-86mtv\") on node \"addons-093926\" DevicePath \"\""
	Sep 23 23:51:34 addons-093926 kubelet[2345]: I0923 23:51:34.492032    2345 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-7tz4n\" (UniqueName: \"kubernetes.io/projected/7c97bbfc-93ec-48a1-aeb1-7e1f322373db-kube-api-access-7tz4n\") pod \"7c97bbfc-93ec-48a1-aeb1-7e1f322373db\" (UID: \"7c97bbfc-93ec-48a1-aeb1-7e1f322373db\") "
	Sep 23 23:51:34 addons-093926 kubelet[2345]: I0923 23:51:34.494000    2345 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/7c97bbfc-93ec-48a1-aeb1-7e1f322373db-kube-api-access-7tz4n" (OuterVolumeSpecName: "kube-api-access-7tz4n") pod "7c97bbfc-93ec-48a1-aeb1-7e1f322373db" (UID: "7c97bbfc-93ec-48a1-aeb1-7e1f322373db"). InnerVolumeSpecName "kube-api-access-7tz4n". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 23 23:51:34 addons-093926 kubelet[2345]: I0923 23:51:34.540634    2345 scope.go:117] "RemoveContainer" containerID="86b9658df5ce9099b912854f6d7a2f5979e43d2fd07dcd8504b349185c6f75fa"
	Sep 23 23:51:34 addons-093926 kubelet[2345]: I0923 23:51:34.592801    2345 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-7tz4n\" (UniqueName: \"kubernetes.io/projected/7c97bbfc-93ec-48a1-aeb1-7e1f322373db-kube-api-access-7tz4n\") on node \"addons-093926\" DevicePath \"\""
	Sep 23 23:51:34 addons-093926 kubelet[2345]: I0923 23:51:34.601808    2345 scope.go:117] "RemoveContainer" containerID="86b9658df5ce9099b912854f6d7a2f5979e43d2fd07dcd8504b349185c6f75fa"
	Sep 23 23:51:34 addons-093926 kubelet[2345]: E0923 23:51:34.610975    2345 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = Unknown desc = Error response from daemon: No such container: 86b9658df5ce9099b912854f6d7a2f5979e43d2fd07dcd8504b349185c6f75fa" containerID="86b9658df5ce9099b912854f6d7a2f5979e43d2fd07dcd8504b349185c6f75fa"
	Sep 23 23:51:34 addons-093926 kubelet[2345]: I0923 23:51:34.611222    2345 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"docker","ID":"86b9658df5ce9099b912854f6d7a2f5979e43d2fd07dcd8504b349185c6f75fa"} err="failed to get container status \"86b9658df5ce9099b912854f6d7a2f5979e43d2fd07dcd8504b349185c6f75fa\": rpc error: code = Unknown desc = Error response from daemon: No such container: 86b9658df5ce9099b912854f6d7a2f5979e43d2fd07dcd8504b349185c6f75fa"
	Sep 23 23:51:34 addons-093926 kubelet[2345]: I0923 23:51:34.611331    2345 scope.go:117] "RemoveContainer" containerID="bb99ea008b1ad70458472287e779ce061fe09b4cc1019f345b33005e68621556"
	Sep 23 23:51:34 addons-093926 kubelet[2345]: I0923 23:51:34.650665    2345 scope.go:117] "RemoveContainer" containerID="bb99ea008b1ad70458472287e779ce061fe09b4cc1019f345b33005e68621556"
	Sep 23 23:51:34 addons-093926 kubelet[2345]: E0923 23:51:34.652197    2345 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = Unknown desc = Error response from daemon: No such container: bb99ea008b1ad70458472287e779ce061fe09b4cc1019f345b33005e68621556" containerID="bb99ea008b1ad70458472287e779ce061fe09b4cc1019f345b33005e68621556"
	Sep 23 23:51:34 addons-093926 kubelet[2345]: I0923 23:51:34.652475    2345 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"docker","ID":"bb99ea008b1ad70458472287e779ce061fe09b4cc1019f345b33005e68621556"} err="failed to get container status \"bb99ea008b1ad70458472287e779ce061fe09b4cc1019f345b33005e68621556\": rpc error: code = Unknown desc = Error response from daemon: No such container: bb99ea008b1ad70458472287e779ce061fe09b4cc1019f345b33005e68621556"
	Sep 23 23:51:34 addons-093926 kubelet[2345]: I0923 23:51:34.948252    2345 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="489c11e2-9ffb-44d0-ab77-26a06d440d24" path="/var/lib/kubelet/pods/489c11e2-9ffb-44d0-ab77-26a06d440d24/volumes"
	Sep 23 23:51:34 addons-093926 kubelet[2345]: I0923 23:51:34.948615    2345 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="7c97bbfc-93ec-48a1-aeb1-7e1f322373db" path="/var/lib/kubelet/pods/7c97bbfc-93ec-48a1-aeb1-7e1f322373db/volumes"
	Sep 23 23:51:34 addons-093926 kubelet[2345]: I0923 23:51:34.948949    2345 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="9e8b23a3-c6ac-4555-8b27-67631a9f9bef" path="/var/lib/kubelet/pods/9e8b23a3-c6ac-4555-8b27-67631a9f9bef/volumes"
	
	
	==> storage-provisioner [81e1fca23006] <==
	I0923 23:38:54.850630       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0923 23:38:54.880711       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0923 23:38:54.880760       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0923 23:38:54.914145       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0923 23:38:54.914346       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-093926_5ad6aa97-4bb2-4c5a-96cb-b01b70568c63!
	I0923 23:38:54.922069       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"1e1ce8aa-4f99-49dd-b00e-6ae9ca5e3077", APIVersion:"v1", ResourceVersion:"578", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-093926_5ad6aa97-4bb2-4c5a-96cb-b01b70568c63 became leader
	I0923 23:38:55.015475       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-093926_5ad6aa97-4bb2-4c5a-96cb-b01b70568c63!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-093926 -n addons-093926
helpers_test.go:261: (dbg) Run:  kubectl --context addons-093926 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: busybox ingress-nginx-admission-create-lvlmn ingress-nginx-admission-patch-f52px
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Registry]: describe non-running pods <======
helpers_test.go:277: (dbg) Run:  kubectl --context addons-093926 describe pod busybox ingress-nginx-admission-create-lvlmn ingress-nginx-admission-patch-f52px
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-093926 describe pod busybox ingress-nginx-admission-create-lvlmn ingress-nginx-admission-patch-f52px: exit status 1 (91.82717ms)

                                                
                                                
-- stdout --
	Name:             busybox
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-093926/192.168.49.2
	Start Time:       Mon, 23 Sep 2024 23:42:17 +0000
	Labels:           integration-test=busybox
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.27
	IPs:
	  IP:  10.244.0.27
	Containers:
	  busybox:
	    Container ID:  
	    Image:         gcr.io/k8s-minikube/busybox:1.28.4-glibc
	    Image ID:      
	    Port:          <none>
	    Host Port:     <none>
	    Command:
	      sleep
	      3600
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:
	      GOOGLE_APPLICATION_CREDENTIALS:  /google-app-creds.json
	      PROJECT_ID:                      this_is_fake
	      GCP_PROJECT:                     this_is_fake
	      GCLOUD_PROJECT:                  this_is_fake
	      GOOGLE_CLOUD_PROJECT:            this_is_fake
	      CLOUDSDK_CORE_PROJECT:           this_is_fake
	    Mounts:
	      /google-app-creds.json from gcp-creds (ro)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-hrnnj (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-hrnnj:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    ConfigMapOptional:       <nil>
	    DownwardAPI:             true
	  gcp-creds:
	    Type:          HostPath (bare host directory volume)
	    Path:          /var/lib/minikube/google_application_credentials.json
	    HostPathType:  File
	QoS Class:         BestEffort
	Node-Selectors:    <none>
	Tolerations:       node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
	                   node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
	Events:
	  Type     Reason     Age                     From               Message
	  ----     ------     ----                    ----               -------
	  Normal   Scheduled  9m19s                   default-scheduler  Successfully assigned default/busybox to addons-093926
	  Normal   Pulling    7m49s (x4 over 9m19s)   kubelet            Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	  Warning  Failed     7m48s (x4 over 9m18s)   kubelet            Failed to pull image "gcr.io/k8s-minikube/busybox:1.28.4-glibc": Error response from daemon: Head "https://gcr.io/v2/k8s-minikube/busybox/manifests/1.28.4-glibc": unauthorized: authentication failed
	  Warning  Failed     7m48s (x4 over 9m18s)   kubelet            Error: ErrImagePull
	  Warning  Failed     7m38s (x6 over 9m18s)   kubelet            Error: ImagePullBackOff
	  Normal   BackOff    4m12s (x21 over 9m18s)  kubelet            Back-off pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"

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

                                                
                                                
** /stderr **
helpers_test.go:279: kubectl --context addons-093926 describe pod busybox ingress-nginx-admission-create-lvlmn ingress-nginx-admission-patch-f52px: exit status 1
--- FAIL: TestAddons/parallel/Registry (75.72s)

                                                
                                    

Test pass (318/342)

Order passed test Duration
3 TestDownloadOnly/v1.20.0/json-events 12.93
4 TestDownloadOnly/v1.20.0/preload-exists 0
8 TestDownloadOnly/v1.20.0/LogsDuration 0.07
9 TestDownloadOnly/v1.20.0/DeleteAll 0.2
10 TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds 0.13
12 TestDownloadOnly/v1.31.1/json-events 6.14
13 TestDownloadOnly/v1.31.1/preload-exists 0
17 TestDownloadOnly/v1.31.1/LogsDuration 0.07
18 TestDownloadOnly/v1.31.1/DeleteAll 0.21
19 TestDownloadOnly/v1.31.1/DeleteAlwaysSucceeds 0.12
21 TestBinaryMirror 0.56
22 TestOffline 59.42
25 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.07
26 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.07
27 TestAddons/Setup 219.92
29 TestAddons/serial/Volcano 42.18
31 TestAddons/serial/GCPAuth/Namespaces 0.21
34 TestAddons/parallel/Ingress 20.34
35 TestAddons/parallel/InspektorGadget 11.75
36 TestAddons/parallel/MetricsServer 6.73
38 TestAddons/parallel/CSI 59.57
39 TestAddons/parallel/Headlamp 18.71
40 TestAddons/parallel/CloudSpanner 5.56
41 TestAddons/parallel/LocalPath 53.42
42 TestAddons/parallel/NvidiaDevicePlugin 5.52
43 TestAddons/parallel/Yakd 11.7
44 TestAddons/StoppedEnableDisable 6.01
45 TestCertOptions 33.91
46 TestCertExpiration 242.42
47 TestDockerFlags 39.83
48 TestForceSystemdFlag 42.86
49 TestForceSystemdEnv 43.37
55 TestErrorSpam/setup 32.75
56 TestErrorSpam/start 0.75
57 TestErrorSpam/status 1.01
58 TestErrorSpam/pause 1.37
59 TestErrorSpam/unpause 1.41
60 TestErrorSpam/stop 2.05
63 TestFunctional/serial/CopySyncFile 0
64 TestFunctional/serial/StartWithProxy 49.91
65 TestFunctional/serial/AuditLog 0
66 TestFunctional/serial/SoftStart 33.18
67 TestFunctional/serial/KubeContext 0.06
68 TestFunctional/serial/KubectlGetPods 0.11
71 TestFunctional/serial/CacheCmd/cache/add_remote 3.35
72 TestFunctional/serial/CacheCmd/cache/add_local 0.9
73 TestFunctional/serial/CacheCmd/cache/CacheDelete 0.05
74 TestFunctional/serial/CacheCmd/cache/list 0.06
75 TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node 0.29
76 TestFunctional/serial/CacheCmd/cache/cache_reload 1.83
77 TestFunctional/serial/CacheCmd/cache/delete 0.19
78 TestFunctional/serial/MinikubeKubectlCmd 0.16
79 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.14
80 TestFunctional/serial/ExtraConfig 42.29
81 TestFunctional/serial/ComponentHealth 0.1
82 TestFunctional/serial/LogsCmd 1.13
83 TestFunctional/serial/LogsFileCmd 1.28
84 TestFunctional/serial/InvalidService 4.18
86 TestFunctional/parallel/ConfigCmd 0.47
87 TestFunctional/parallel/DashboardCmd 12.63
88 TestFunctional/parallel/DryRun 0.5
89 TestFunctional/parallel/InternationalLanguage 0.21
90 TestFunctional/parallel/StatusCmd 1.13
94 TestFunctional/parallel/ServiceCmdConnect 12.73
95 TestFunctional/parallel/AddonsCmd 0.19
96 TestFunctional/parallel/PersistentVolumeClaim 29.54
98 TestFunctional/parallel/SSHCmd 0.68
99 TestFunctional/parallel/CpCmd 2.33
101 TestFunctional/parallel/FileSync 0.35
102 TestFunctional/parallel/CertSync 2.08
106 TestFunctional/parallel/NodeLabels 0.15
108 TestFunctional/parallel/NonActiveRuntimeDisabled 0.3
110 TestFunctional/parallel/License 0.29
112 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.63
113 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
115 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 8.61
116 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.37
117 TestFunctional/parallel/TunnelCmd/serial/AccessDirect 0
121 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.11
122 TestFunctional/parallel/ServiceCmd/DeployApp 7.21
123 TestFunctional/parallel/ServiceCmd/List 0.48
124 TestFunctional/parallel/ServiceCmd/JSONOutput 0.54
125 TestFunctional/parallel/ProfileCmd/profile_not_create 0.58
126 TestFunctional/parallel/ServiceCmd/HTTPS 0.6
127 TestFunctional/parallel/ProfileCmd/profile_list 0.56
128 TestFunctional/parallel/ServiceCmd/Format 0.47
129 TestFunctional/parallel/ProfileCmd/profile_json_output 0.5
130 TestFunctional/parallel/ServiceCmd/URL 0.47
131 TestFunctional/parallel/MountCmd/any-port 8.65
132 TestFunctional/parallel/MountCmd/specific-port 1.36
133 TestFunctional/parallel/MountCmd/VerifyCleanup 1.9
134 TestFunctional/parallel/Version/short 0.07
135 TestFunctional/parallel/Version/components 1.25
136 TestFunctional/parallel/ImageCommands/ImageListShort 0.22
137 TestFunctional/parallel/ImageCommands/ImageListTable 0.25
138 TestFunctional/parallel/ImageCommands/ImageListJson 0.28
139 TestFunctional/parallel/ImageCommands/ImageListYaml 0.26
140 TestFunctional/parallel/ImageCommands/ImageBuild 3.19
141 TestFunctional/parallel/ImageCommands/Setup 0.71
142 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 0.97
143 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 0.89
144 TestFunctional/parallel/UpdateContextCmd/no_changes 0.26
145 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.18
146 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.19
147 TestFunctional/parallel/DockerEnv/bash 1.22
148 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 1.23
149 TestFunctional/parallel/ImageCommands/ImageSaveToFile 0.47
150 TestFunctional/parallel/ImageCommands/ImageRemove 0.59
151 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 0.74
152 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 0.46
153 TestFunctional/delete_echo-server_images 0.04
154 TestFunctional/delete_my-image_image 0.01
155 TestFunctional/delete_minikube_cached_images 0.02
159 TestMultiControlPlane/serial/StartCluster 118.03
160 TestMultiControlPlane/serial/DeployApp 46.09
161 TestMultiControlPlane/serial/PingHostFromPods 1.67
162 TestMultiControlPlane/serial/AddWorkerNode 24.06
163 TestMultiControlPlane/serial/NodeLabels 0.11
164 TestMultiControlPlane/serial/HAppyAfterClusterStart 1
165 TestMultiControlPlane/serial/CopyFile 21.19
166 TestMultiControlPlane/serial/StopSecondaryNode 11.79
167 TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop 0.76
168 TestMultiControlPlane/serial/RestartSecondaryNode 66.75
169 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart 1.04
170 TestMultiControlPlane/serial/RestartClusterKeepsNodes 218.21
171 TestMultiControlPlane/serial/DeleteSecondaryNode 11.63
172 TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete 0.75
173 TestMultiControlPlane/serial/StopCluster 33.01
174 TestMultiControlPlane/serial/RestartCluster 82.77
175 TestMultiControlPlane/serial/DegradedAfterClusterRestart 0.78
176 TestMultiControlPlane/serial/AddSecondaryNode 47.29
177 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd 1.05
180 TestImageBuild/serial/Setup 32.14
181 TestImageBuild/serial/NormalBuild 1.81
182 TestImageBuild/serial/BuildWithBuildArg 1.37
183 TestImageBuild/serial/BuildWithDockerIgnore 0.84
184 TestImageBuild/serial/BuildWithSpecifiedDockerfile 0.75
188 TestJSONOutput/start/Command 73.94
189 TestJSONOutput/start/Audit 0
191 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
192 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
194 TestJSONOutput/pause/Command 0.58
195 TestJSONOutput/pause/Audit 0
197 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
198 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
200 TestJSONOutput/unpause/Command 0.52
201 TestJSONOutput/unpause/Audit 0
203 TestJSONOutput/unpause/parallel/DistinctCurrentSteps 0
204 TestJSONOutput/unpause/parallel/IncreasingCurrentSteps 0
206 TestJSONOutput/stop/Command 10.97
207 TestJSONOutput/stop/Audit 0
209 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
210 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
211 TestErrorJSONOutput 0.25
213 TestKicCustomNetwork/create_custom_network 31.49
214 TestKicCustomNetwork/use_default_bridge_network 34.12
215 TestKicExistingNetwork 31.87
216 TestKicCustomSubnet 33.24
217 TestKicStaticIP 36.38
218 TestMainNoArgs 0.05
219 TestMinikubeProfile 70.65
222 TestMountStart/serial/StartWithMountFirst 8.53
223 TestMountStart/serial/VerifyMountFirst 0.25
224 TestMountStart/serial/StartWithMountSecond 8.06
225 TestMountStart/serial/VerifyMountSecond 0.24
226 TestMountStart/serial/DeleteFirst 1.48
227 TestMountStart/serial/VerifyMountPostDelete 0.26
228 TestMountStart/serial/Stop 1.2
229 TestMountStart/serial/RestartStopped 8.96
230 TestMountStart/serial/VerifyMountPostStop 0.35
233 TestMultiNode/serial/FreshStart2Nodes 86.19
234 TestMultiNode/serial/DeployApp2Nodes 37.13
235 TestMultiNode/serial/PingHostFrom2Pods 1.25
236 TestMultiNode/serial/AddNode 18.9
237 TestMultiNode/serial/MultiNodeLabels 0.11
238 TestMultiNode/serial/ProfileList 0.69
239 TestMultiNode/serial/CopyFile 9.9
240 TestMultiNode/serial/StopNode 2.27
241 TestMultiNode/serial/StartAfterStop 11.65
242 TestMultiNode/serial/RestartKeepsNodes 92.55
243 TestMultiNode/serial/DeleteNode 5.67
244 TestMultiNode/serial/StopMultiNode 21.71
245 TestMultiNode/serial/RestartMultiNode 52.3
246 TestMultiNode/serial/ValidateNameConflict 37.27
251 TestPreload 139.73
253 TestScheduledStopUnix 107.32
254 TestSkaffold 118.01
256 TestInsufficientStorage 10.84
257 TestRunningBinaryUpgrade 88.9
259 TestKubernetesUpgrade 380.73
260 TestMissingContainerUpgrade 173.28
262 TestNoKubernetes/serial/StartNoK8sWithVersion 0.09
263 TestNoKubernetes/serial/StartWithK8s 45.92
264 TestNoKubernetes/serial/StartWithStopK8s 8.8
265 TestNoKubernetes/serial/Start 8.17
266 TestNoKubernetes/serial/VerifyK8sNotRunning 0.32
267 TestNoKubernetes/serial/ProfileList 0.73
268 TestNoKubernetes/serial/Stop 1.25
269 TestNoKubernetes/serial/StartNoArgs 7.66
270 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 0.26
271 TestStoppedBinaryUpgrade/Setup 1.17
272 TestStoppedBinaryUpgrade/Upgrade 87.56
273 TestStoppedBinaryUpgrade/MinikubeLogs 1.43
282 TestPause/serial/Start 52.7
283 TestPause/serial/SecondStartNoReconfiguration 40.91
295 TestPause/serial/Pause 1.05
296 TestPause/serial/VerifyStatus 0.44
297 TestPause/serial/Unpause 0.54
298 TestPause/serial/PauseAgain 0.76
299 TestPause/serial/DeletePaused 2.27
300 TestPause/serial/VerifyDeletedResources 0.42
302 TestStartStop/group/old-k8s-version/serial/FirstStart 147.29
304 TestStartStop/group/no-preload/serial/FirstStart 87.33
305 TestStartStop/group/old-k8s-version/serial/DeployApp 10.73
306 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 1.55
307 TestStartStop/group/old-k8s-version/serial/Stop 11.6
308 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.34
309 TestStartStop/group/old-k8s-version/serial/SecondStart 128.96
310 TestStartStop/group/no-preload/serial/DeployApp 10.39
311 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 1.18
312 TestStartStop/group/no-preload/serial/Stop 10.93
313 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.2
314 TestStartStop/group/no-preload/serial/SecondStart 266.26
315 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 6.01
316 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 5.11
317 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.25
318 TestStartStop/group/old-k8s-version/serial/Pause 2.69
320 TestStartStop/group/embed-certs/serial/FirstStart 42.75
321 TestStartStop/group/embed-certs/serial/DeployApp 10.39
322 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 1.18
323 TestStartStop/group/embed-certs/serial/Stop 10.86
324 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.21
325 TestStartStop/group/embed-certs/serial/SecondStart 280.59
326 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 6.01
327 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 5.1
328 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.23
329 TestStartStop/group/no-preload/serial/Pause 3.07
331 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 43.73
332 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 9.37
333 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 1.17
334 TestStartStop/group/default-k8s-diff-port/serial/Stop 11.02
335 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 0.19
336 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 268.23
337 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6
338 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 5.11
339 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.24
340 TestStartStop/group/embed-certs/serial/Pause 2.73
342 TestStartStop/group/newest-cni/serial/FirstStart 35.19
343 TestStartStop/group/newest-cni/serial/DeployApp 0
344 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 1.32
345 TestStartStop/group/newest-cni/serial/Stop 11.09
346 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.18
347 TestStartStop/group/newest-cni/serial/SecondStart 18.53
348 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
349 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
350 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 0.29
351 TestStartStop/group/newest-cni/serial/Pause 3.16
352 TestNetworkPlugins/group/auto/Start 48.63
353 TestNetworkPlugins/group/auto/KubeletFlags 0.32
354 TestNetworkPlugins/group/auto/NetCatPod 10.27
355 TestNetworkPlugins/group/auto/DNS 0.2
356 TestNetworkPlugins/group/auto/Localhost 0.16
357 TestNetworkPlugins/group/auto/HairPin 0.18
358 TestNetworkPlugins/group/flannel/Start 59.35
359 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 6.01
360 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 6.13
361 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 0.26
362 TestStartStop/group/default-k8s-diff-port/serial/Pause 3.57
363 TestNetworkPlugins/group/calico/Start 72.58
364 TestNetworkPlugins/group/flannel/ControllerPod 6.01
365 TestNetworkPlugins/group/flannel/KubeletFlags 0.37
366 TestNetworkPlugins/group/flannel/NetCatPod 11.37
367 TestNetworkPlugins/group/flannel/DNS 0.27
368 TestNetworkPlugins/group/flannel/Localhost 0.23
369 TestNetworkPlugins/group/flannel/HairPin 0.2
370 TestNetworkPlugins/group/custom-flannel/Start 60.02
371 TestNetworkPlugins/group/calico/ControllerPod 6.03
372 TestNetworkPlugins/group/calico/KubeletFlags 0.45
373 TestNetworkPlugins/group/calico/NetCatPod 11.31
374 TestNetworkPlugins/group/calico/DNS 0.31
375 TestNetworkPlugins/group/calico/Localhost 0.21
376 TestNetworkPlugins/group/calico/HairPin 0.3
377 TestNetworkPlugins/group/custom-flannel/KubeletFlags 0.45
378 TestNetworkPlugins/group/custom-flannel/NetCatPod 11.55
379 TestNetworkPlugins/group/false/Start 77.77
380 TestNetworkPlugins/group/custom-flannel/DNS 0.3
381 TestNetworkPlugins/group/custom-flannel/Localhost 0.22
382 TestNetworkPlugins/group/custom-flannel/HairPin 0.22
383 TestNetworkPlugins/group/kindnet/Start 69.97
384 TestNetworkPlugins/group/false/KubeletFlags 0.32
385 TestNetworkPlugins/group/false/NetCatPod 13.31
386 TestNetworkPlugins/group/false/DNS 0.17
387 TestNetworkPlugins/group/false/Localhost 0.21
388 TestNetworkPlugins/group/false/HairPin 0.17
389 TestNetworkPlugins/group/kindnet/ControllerPod 6.01
390 TestNetworkPlugins/group/kindnet/KubeletFlags 0.43
391 TestNetworkPlugins/group/kindnet/NetCatPod 12.51
392 TestNetworkPlugins/group/kubenet/Start 79.73
393 TestNetworkPlugins/group/kindnet/DNS 0.27
394 TestNetworkPlugins/group/kindnet/Localhost 0.22
395 TestNetworkPlugins/group/kindnet/HairPin 0.4
396 TestNetworkPlugins/group/enable-default-cni/Start 51.93
397 TestNetworkPlugins/group/kubenet/KubeletFlags 0.29
398 TestNetworkPlugins/group/kubenet/NetCatPod 11.28
399 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.32
400 TestNetworkPlugins/group/enable-default-cni/NetCatPod 10.28
401 TestNetworkPlugins/group/kubenet/DNS 0.23
402 TestNetworkPlugins/group/kubenet/Localhost 0.18
403 TestNetworkPlugins/group/kubenet/HairPin 0.19
404 TestNetworkPlugins/group/enable-default-cni/DNS 0.23
405 TestNetworkPlugins/group/enable-default-cni/Localhost 0.25
406 TestNetworkPlugins/group/enable-default-cni/HairPin 0.23
407 TestNetworkPlugins/group/bridge/Start 78.55
408 TestNetworkPlugins/group/bridge/KubeletFlags 0.27
409 TestNetworkPlugins/group/bridge/NetCatPod 9.28
410 TestNetworkPlugins/group/bridge/DNS 0.18
411 TestNetworkPlugins/group/bridge/Localhost 0.17
412 TestNetworkPlugins/group/bridge/HairPin 0.16
x
+
TestDownloadOnly/v1.20.0/json-events (12.93s)

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/preload-exists
I0923 23:37:46.595184    7541 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime docker
I0923 23:37:46.595272    7541 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19696-2224/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-docker-overlay2-arm64.tar.lz4
--- PASS: TestDownloadOnly/v1.20.0/preload-exists (0.00s)

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      | End Time |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| start   | -o=json --download-only        | download-only-914233 | jenkins | v1.34.0 | 23 Sep 24 23:37 UTC |          |
	|         | -p download-only-914233        |                      |         |         |                     |          |
	|         | --force --alsologtostderr      |                      |         |         |                     |          |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |          |
	|         | --container-runtime=docker     |                      |         |         |                     |          |
	|         | --driver=docker                |                      |         |         |                     |          |
	|         | --container-runtime=docker     |                      |         |         |                     |          |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/23 23:37:33
	Running on machine: ip-172-31-30-239
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0923 23:37:33.706103    7546 out.go:345] Setting OutFile to fd 1 ...
	I0923 23:37:33.706292    7546 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 23:37:33.706316    7546 out.go:358] Setting ErrFile to fd 2...
	I0923 23:37:33.706336    7546 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 23:37:33.706611    7546 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19696-2224/.minikube/bin
	W0923 23:37:33.706775    7546 root.go:314] Error reading config file at /home/jenkins/minikube-integration/19696-2224/.minikube/config/config.json: open /home/jenkins/minikube-integration/19696-2224/.minikube/config/config.json: no such file or directory
	I0923 23:37:33.707221    7546 out.go:352] Setting JSON to true
	I0923 23:37:33.707983    7546 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":1199,"bootTime":1727133455,"procs":148,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0923 23:37:33.708070    7546 start.go:139] virtualization:  
	I0923 23:37:33.712508    7546 out.go:97] [download-only-914233] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	W0923 23:37:33.712647    7546 preload.go:293] Failed to list preload files: open /home/jenkins/minikube-integration/19696-2224/.minikube/cache/preloaded-tarball: no such file or directory
	I0923 23:37:33.712676    7546 notify.go:220] Checking for updates...
	I0923 23:37:33.715211    7546 out.go:169] MINIKUBE_LOCATION=19696
	I0923 23:37:33.717749    7546 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0923 23:37:33.720394    7546 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19696-2224/kubeconfig
	I0923 23:37:33.722831    7546 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19696-2224/.minikube
	I0923 23:37:33.725123    7546 out.go:169] MINIKUBE_BIN=out/minikube-linux-arm64
	W0923 23:37:33.730135    7546 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0923 23:37:33.730400    7546 driver.go:394] Setting default libvirt URI to qemu:///system
	I0923 23:37:33.754357    7546 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I0923 23:37:33.754461    7546 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0923 23:37:34.076948    7546 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:52 SystemTime:2024-09-23 23:37:34.067151365 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0923 23:37:34.077061    7546 docker.go:318] overlay module found
	I0923 23:37:34.079537    7546 out.go:97] Using the docker driver based on user configuration
	I0923 23:37:34.079572    7546 start.go:297] selected driver: docker
	I0923 23:37:34.079580    7546 start.go:901] validating driver "docker" against <nil>
	I0923 23:37:34.079694    7546 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0923 23:37:34.141495    7546 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:52 SystemTime:2024-09-23 23:37:34.132091971 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0923 23:37:34.141695    7546 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0923 23:37:34.142004    7546 start_flags.go:393] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0923 23:37:34.142183    7546 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0923 23:37:34.144897    7546 out.go:169] Using Docker driver with root privileges
	I0923 23:37:34.146978    7546 cni.go:84] Creating CNI manager for ""
	I0923 23:37:34.147068    7546 cni.go:162] CNI unnecessary in this configuration, recommending no CNI
	I0923 23:37:34.147151    7546 start.go:340] cluster config:
	{Name:download-only-914233 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 Memory:2200 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.20.0 ClusterName:download-only-914233 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local Co
ntainerRuntime:docker CRISocket: NetworkPlugin: 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:docker 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}
	I0923 23:37:34.149678    7546 out.go:97] Starting "download-only-914233" primary control-plane node in "download-only-914233" cluster
	I0923 23:37:34.149711    7546 cache.go:121] Beginning downloading kic base image for docker with docker
	I0923 23:37:34.151763    7546 out.go:97] Pulling base image v0.0.45-1727108449-19696 ...
	I0923 23:37:34.151806    7546 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime docker
	I0923 23:37:34.151894    7546 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 in local docker daemon
	I0923 23:37:34.167641    7546 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 to local cache
	I0923 23:37:34.167817    7546 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 in local cache directory
	I0923 23:37:34.167920    7546 image.go:148] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 to local cache
	I0923 23:37:34.264531    7546 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.20.0/preloaded-images-k8s-v18-v1.20.0-docker-overlay2-arm64.tar.lz4
	I0923 23:37:34.264556    7546 cache.go:56] Caching tarball of preloaded images
	I0923 23:37:34.264729    7546 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime docker
	I0923 23:37:34.267407    7546 out.go:97] Downloading Kubernetes v1.20.0 preload ...
	I0923 23:37:34.267437    7546 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.20.0-docker-overlay2-arm64.tar.lz4 ...
	I0923 23:37:34.351270    7546 download.go:107] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.20.0/preloaded-images-k8s-v18-v1.20.0-docker-overlay2-arm64.tar.lz4?checksum=md5:1a3e8f9b29e6affec63d76d0d3000942 -> /home/jenkins/minikube-integration/19696-2224/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-docker-overlay2-arm64.tar.lz4
	I0923 23:37:39.519947    7546 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.20.0-docker-overlay2-arm64.tar.lz4 ...
	I0923 23:37:39.520050    7546 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/19696-2224/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-docker-overlay2-arm64.tar.lz4 ...
	I0923 23:37:40.563380    7546 cache.go:59] Finished verifying existence of preloaded tar for v1.20.0 on docker
	I0923 23:37:40.563762    7546 profile.go:143] Saving config to /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/download-only-914233/config.json ...
	I0923 23:37:40.563799    7546 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/download-only-914233/config.json: {Name:mkc37e6450e409e69baedbe152b25364b1c670c8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 23:37:40.563985    7546 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime docker
	I0923 23:37:40.564162    7546 download.go:107] Downloading: https://dl.k8s.io/release/v1.20.0/bin/linux/arm64/kubectl?checksum=file:https://dl.k8s.io/release/v1.20.0/bin/linux/arm64/kubectl.sha256 -> /home/jenkins/minikube-integration/19696-2224/.minikube/cache/linux/arm64/v1.20.0/kubectl
	
	
	* The control-plane node download-only-914233 host does not exist
	  To start a cluster, run: "minikube start -p download-only-914233"

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

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

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.31.1/json-events (6.14s)

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.31.1/preload-exists
I0923 23:37:53.140830    7541 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
I0923 23:37:53.140871    7541 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19696-2224/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-arm64.tar.lz4
--- PASS: TestDownloadOnly/v1.31.1/preload-exists (0.00s)

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only        | download-only-914233 | jenkins | v1.34.0 | 23 Sep 24 23:37 UTC |                     |
	|         | -p download-only-914233        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |                     |
	|         | --container-runtime=docker     |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=docker     |                      |         |         |                     |                     |
	| delete  | --all                          | minikube             | jenkins | v1.34.0 | 23 Sep 24 23:37 UTC | 23 Sep 24 23:37 UTC |
	| delete  | -p download-only-914233        | download-only-914233 | jenkins | v1.34.0 | 23 Sep 24 23:37 UTC | 23 Sep 24 23:37 UTC |
	| start   | -o=json --download-only        | download-only-287226 | jenkins | v1.34.0 | 23 Sep 24 23:37 UTC |                     |
	|         | -p download-only-287226        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.31.1   |                      |         |         |                     |                     |
	|         | --container-runtime=docker     |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=docker     |                      |         |         |                     |                     |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/23 23:37:47
	Running on machine: ip-172-31-30-239
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0923 23:37:47.042365    7746 out.go:345] Setting OutFile to fd 1 ...
	I0923 23:37:47.042514    7746 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 23:37:47.042524    7746 out.go:358] Setting ErrFile to fd 2...
	I0923 23:37:47.042529    7746 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 23:37:47.042750    7746 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19696-2224/.minikube/bin
	I0923 23:37:47.043128    7746 out.go:352] Setting JSON to true
	I0923 23:37:47.043853    7746 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":1212,"bootTime":1727133455,"procs":146,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0923 23:37:47.043922    7746 start.go:139] virtualization:  
	I0923 23:37:47.046606    7746 out.go:97] [download-only-287226] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0923 23:37:47.046803    7746 notify.go:220] Checking for updates...
	I0923 23:37:47.048671    7746 out.go:169] MINIKUBE_LOCATION=19696
	I0923 23:37:47.050663    7746 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0923 23:37:47.052656    7746 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19696-2224/kubeconfig
	I0923 23:37:47.054599    7746 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19696-2224/.minikube
	I0923 23:37:47.056714    7746 out.go:169] MINIKUBE_BIN=out/minikube-linux-arm64
	W0923 23:37:47.060481    7746 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0923 23:37:47.060764    7746 driver.go:394] Setting default libvirt URI to qemu:///system
	I0923 23:37:47.096540    7746 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I0923 23:37:47.096674    7746 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0923 23:37:47.158738    7746 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-23 23:37:47.149173359 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0923 23:37:47.158849    7746 docker.go:318] overlay module found
	I0923 23:37:47.160899    7746 out.go:97] Using the docker driver based on user configuration
	I0923 23:37:47.160983    7746 start.go:297] selected driver: docker
	I0923 23:37:47.160991    7746 start.go:901] validating driver "docker" against <nil>
	I0923 23:37:47.161089    7746 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0923 23:37:47.215036    7746 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-23 23:37:47.20585216 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aa
rch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bridg
e-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0923 23:37:47.215238    7746 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0923 23:37:47.215518    7746 start_flags.go:393] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0923 23:37:47.215674    7746 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0923 23:37:47.218119    7746 out.go:169] Using Docker driver with root privileges
	I0923 23:37:47.220045    7746 cni.go:84] Creating CNI manager for ""
	I0923 23:37:47.220109    7746 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
	I0923 23:37:47.220131    7746 start_flags.go:319] Found "bridge CNI" CNI - setting NetworkPlugin=cni
	I0923 23:37:47.220217    7746 start.go:340] cluster config:
	{Name:download-only-287226 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 Memory:2200 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:download-only-287226 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local Co
ntainerRuntime:docker 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.31.1 ContainerRuntime:docker 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}
	I0923 23:37:47.222277    7746 out.go:97] Starting "download-only-287226" primary control-plane node in "download-only-287226" cluster
	I0923 23:37:47.222306    7746 cache.go:121] Beginning downloading kic base image for docker with docker
	I0923 23:37:47.224137    7746 out.go:97] Pulling base image v0.0.45-1727108449-19696 ...
	I0923 23:37:47.224165    7746 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
	I0923 23:37:47.224319    7746 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 in local docker daemon
	I0923 23:37:47.240057    7746 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 to local cache
	I0923 23:37:47.240175    7746 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 in local cache directory
	I0923 23:37:47.240199    7746 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 in local cache directory, skipping pull
	I0923 23:37:47.240205    7746 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 exists in cache, skipping pull
	I0923 23:37:47.240212    7746 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 as a tarball
	I0923 23:37:47.280466    7746 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.31.1/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-arm64.tar.lz4
	I0923 23:37:47.280496    7746 cache.go:56] Caching tarball of preloaded images
	I0923 23:37:47.280673    7746 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
	I0923 23:37:47.282770    7746 out.go:97] Downloading Kubernetes v1.31.1 preload ...
	I0923 23:37:47.282807    7746 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.31.1-docker-overlay2-arm64.tar.lz4 ...
	I0923 23:37:47.370840    7746 download.go:107] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.31.1/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-arm64.tar.lz4?checksum=md5:402f69b5e09ccb1e1dbe401b4cdd104d -> /home/jenkins/minikube-integration/19696-2224/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-arm64.tar.lz4
	I0923 23:37:51.613178    7746 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.31.1-docker-overlay2-arm64.tar.lz4 ...
	I0923 23:37:51.613287    7746 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/19696-2224/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-arm64.tar.lz4 ...
	
	
	* The control-plane node download-only-287226 host does not exist
	  To start a cluster, run: "minikube start -p download-only-287226"

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

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.31.1/DeleteAlwaysSucceeds (0.12s)

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

                                                
                                    
x
+
TestBinaryMirror (0.56s)

                                                
                                                
=== RUN   TestBinaryMirror
I0923 23:37:54.303371    7541 binary.go:74] Not caching binary, using https://dl.k8s.io/release/v1.31.1/bin/linux/arm64/kubectl?checksum=file:https://dl.k8s.io/release/v1.31.1/bin/linux/arm64/kubectl.sha256
aaa_download_only_test.go:314: (dbg) Run:  out/minikube-linux-arm64 start --download-only -p binary-mirror-966037 --alsologtostderr --binary-mirror http://127.0.0.1:42025 --driver=docker  --container-runtime=docker
helpers_test.go:175: Cleaning up "binary-mirror-966037" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p binary-mirror-966037
--- PASS: TestBinaryMirror (0.56s)

                                                
                                    
x
+
TestOffline (59.42s)

                                                
                                                
=== RUN   TestOffline
=== PAUSE TestOffline

                                                
                                                

                                                
                                                
=== CONT  TestOffline
aab_offline_test.go:55: (dbg) Run:  out/minikube-linux-arm64 start -p offline-docker-285308 --alsologtostderr -v=1 --memory=2048 --wait=true --driver=docker  --container-runtime=docker
aab_offline_test.go:55: (dbg) Done: out/minikube-linux-arm64 start -p offline-docker-285308 --alsologtostderr -v=1 --memory=2048 --wait=true --driver=docker  --container-runtime=docker: (56.899419297s)
helpers_test.go:175: Cleaning up "offline-docker-285308" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p offline-docker-285308
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p offline-docker-285308: (2.52477231s)
--- PASS: TestOffline (59.42s)

                                                
                                    
x
+
TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.07s)

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestAddons/PreSetup/DisablingAddonOnNonExistingCluster (0.07s)

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestAddons/Setup (219.92s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:107: (dbg) Run:  out/minikube-linux-arm64 start -p addons-093926 --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 --addons=volcano --driver=docker  --container-runtime=docker --addons=ingress --addons=ingress-dns
addons_test.go:107: (dbg) Done: out/minikube-linux-arm64 start -p addons-093926 --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 --addons=volcano --driver=docker  --container-runtime=docker --addons=ingress --addons=ingress-dns: (3m39.9180681s)
--- PASS: TestAddons/Setup (219.92s)

                                                
                                    
x
+
TestAddons/serial/Volcano (42.18s)

                                                
                                                
=== RUN   TestAddons/serial/Volcano
addons_test.go:843: volcano-admission stabilized in 64.137827ms
addons_test.go:851: volcano-controller stabilized in 64.510217ms
addons_test.go:835: volcano-scheduler stabilized in 65.210663ms
addons_test.go:857: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-scheduler" in namespace "volcano-system" ...
helpers_test.go:344: "volcano-scheduler-576bc46687-8nbxv" [63e5f46b-357d-40fa-88f1-730956e2c1bf] Running
addons_test.go:857: (dbg) TestAddons/serial/Volcano: app=volcano-scheduler healthy within 6.004512956s
addons_test.go:861: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-admission" in namespace "volcano-system" ...
helpers_test.go:344: "volcano-admission-77d7d48b68-qs22g" [bb421ec9-d15d-4f0a-8e1e-fb0abcf9b749] Running
addons_test.go:861: (dbg) TestAddons/serial/Volcano: app=volcano-admission healthy within 6.003277867s
addons_test.go:865: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-controller" in namespace "volcano-system" ...
helpers_test.go:344: "volcano-controllers-56675bb4d5-z9mw6" [7086ea6e-96a8-4966-97af-aed86dbe328c] Running
addons_test.go:865: (dbg) TestAddons/serial/Volcano: app=volcano-controller healthy within 5.003388366s
addons_test.go:870: (dbg) Run:  kubectl --context addons-093926 delete -n volcano-system job volcano-admission-init
addons_test.go:876: (dbg) Run:  kubectl --context addons-093926 create -f testdata/vcjob.yaml
addons_test.go:884: (dbg) Run:  kubectl --context addons-093926 get vcjob -n my-volcano
addons_test.go:902: (dbg) TestAddons/serial/Volcano: waiting 3m0s for pods matching "volcano.sh/job-name=test-job" in namespace "my-volcano" ...
helpers_test.go:344: "test-job-nginx-0" [ab186fe9-8ded-4724-8f24-5c18a0e7a0a4] Pending
helpers_test.go:344: "test-job-nginx-0" [ab186fe9-8ded-4724-8f24-5c18a0e7a0a4] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "test-job-nginx-0" [ab186fe9-8ded-4724-8f24-5c18a0e7a0a4] Running
addons_test.go:902: (dbg) TestAddons/serial/Volcano: volcano.sh/job-name=test-job healthy within 14.003736114s
addons_test.go:906: (dbg) Run:  out/minikube-linux-arm64 -p addons-093926 addons disable volcano --alsologtostderr -v=1
addons_test.go:906: (dbg) Done: out/minikube-linux-arm64 -p addons-093926 addons disable volcano --alsologtostderr -v=1: (10.504400958s)
--- PASS: TestAddons/serial/Volcano (42.18s)

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

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/Namespaces
addons_test.go:594: (dbg) Run:  kubectl --context addons-093926 create ns new-namespace
addons_test.go:608: (dbg) Run:  kubectl --context addons-093926 get secret gcp-auth -n new-namespace
--- PASS: TestAddons/serial/GCPAuth/Namespaces (0.21s)

                                                
                                    
x
+
TestAddons/parallel/Ingress (20.34s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:205: (dbg) Run:  kubectl --context addons-093926 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:230: (dbg) Run:  kubectl --context addons-093926 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:243: (dbg) Run:  kubectl --context addons-093926 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:248: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [17b47e38-a0ac-438f-837c-1bfd0e582573] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [17b47e38-a0ac-438f-837c-1bfd0e582573] Running
addons_test.go:248: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.004422273s
I0923 23:52:29.934720    7541 kapi.go:150] Service nginx in namespace default found.
addons_test.go:260: (dbg) Run:  out/minikube-linux-arm64 -p addons-093926 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:284: (dbg) Run:  kubectl --context addons-093926 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:289: (dbg) Run:  out/minikube-linux-arm64 -p addons-093926 ip
addons_test.go:295: (dbg) Run:  nslookup hello-john.test 192.168.49.2
addons_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p addons-093926 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:304: (dbg) Done: out/minikube-linux-arm64 -p addons-093926 addons disable ingress-dns --alsologtostderr -v=1: (1.766963743s)
addons_test.go:309: (dbg) Run:  out/minikube-linux-arm64 -p addons-093926 addons disable ingress --alsologtostderr -v=1
addons_test.go:309: (dbg) Done: out/minikube-linux-arm64 -p addons-093926 addons disable ingress --alsologtostderr -v=1: (7.771332505s)
--- PASS: TestAddons/parallel/Ingress (20.34s)

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (11.75s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/InspektorGadget
addons_test.go:786: (dbg) TestAddons/parallel/InspektorGadget: waiting 8m0s for pods matching "k8s-app=gadget" in namespace "gadget" ...
helpers_test.go:344: "gadget-9rq4t" [0df09691-be5d-4c63-8f87-e59fe8dac0c2] Running / Ready:ContainersNotReady (containers with unready status: [gadget]) / ContainersReady:ContainersNotReady (containers with unready status: [gadget])
addons_test.go:786: (dbg) TestAddons/parallel/InspektorGadget: k8s-app=gadget healthy within 6.003870031s
addons_test.go:789: (dbg) Run:  out/minikube-linux-arm64 addons disable inspektor-gadget -p addons-093926
addons_test.go:789: (dbg) Done: out/minikube-linux-arm64 addons disable inspektor-gadget -p addons-093926: (5.748249848s)
--- PASS: TestAddons/parallel/InspektorGadget (11.75s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (6.73s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:405: metrics-server stabilized in 4.020809ms
addons_test.go:407: (dbg) TestAddons/parallel/MetricsServer: waiting 6m0s for pods matching "k8s-app=metrics-server" in namespace "kube-system" ...
helpers_test.go:344: "metrics-server-84c5f94fbc-njwv5" [d5b63a80-40cb-4533-94a7-36f27dc1e030] Running
addons_test.go:407: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 6.003938554s
addons_test.go:413: (dbg) Run:  kubectl --context addons-093926 top pods -n kube-system
addons_test.go:430: (dbg) Run:  out/minikube-linux-arm64 -p addons-093926 addons disable metrics-server --alsologtostderr -v=1
--- PASS: TestAddons/parallel/MetricsServer (6.73s)

                                                
                                    
x
+
TestAddons/parallel/CSI (59.57s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
I0923 23:50:32.469440    7541 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0923 23:50:32.477006    7541 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0923 23:50:32.477037    7541 kapi.go:107] duration metric: took 10.01181ms to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
addons_test.go:505: csi-hostpath-driver pods stabilized in 10.022296ms
addons_test.go:508: (dbg) Run:  kubectl --context addons-093926 create -f testdata/csi-hostpath-driver/pvc.yaml
addons_test.go:513: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:518: (dbg) Run:  kubectl --context addons-093926 create -f testdata/csi-hostpath-driver/pv-pod.yaml
addons_test.go:523: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod" in namespace "default" ...
helpers_test.go:344: "task-pv-pod" [434e3497-ebd6-4bac-9c3d-430a224e7099] Pending
helpers_test.go:344: "task-pv-pod" [434e3497-ebd6-4bac-9c3d-430a224e7099] 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" [434e3497-ebd6-4bac-9c3d-430a224e7099] Running
addons_test.go:523: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 8.003433747s
addons_test.go:528: (dbg) Run:  kubectl --context addons-093926 create -f testdata/csi-hostpath-driver/snapshot.yaml
addons_test.go:533: (dbg) TestAddons/parallel/CSI: waiting 6m0s for volume snapshot "new-snapshot-demo" in namespace "default" ...
helpers_test.go:419: (dbg) Run:  kubectl --context addons-093926 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:419: (dbg) Run:  kubectl --context addons-093926 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:538: (dbg) Run:  kubectl --context addons-093926 delete pod task-pv-pod
addons_test.go:544: (dbg) Run:  kubectl --context addons-093926 delete pvc hpvc
addons_test.go:550: (dbg) Run:  kubectl --context addons-093926 create -f testdata/csi-hostpath-driver/pvc-restore.yaml
addons_test.go:555: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc-restore" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:560: (dbg) Run:  kubectl --context addons-093926 create -f testdata/csi-hostpath-driver/pv-pod-restore.yaml
addons_test.go:565: (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" [f9eb7ed9-4cb2-4824-a944-de9ac710ff3a] Pending
helpers_test.go:344: "task-pv-pod-restore" [f9eb7ed9-4cb2-4824-a944-de9ac710ff3a] 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" [f9eb7ed9-4cb2-4824-a944-de9ac710ff3a] Running
addons_test.go:565: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 7.003979223s
addons_test.go:570: (dbg) Run:  kubectl --context addons-093926 delete pod task-pv-pod-restore
addons_test.go:574: (dbg) Run:  kubectl --context addons-093926 delete pvc hpvc-restore
addons_test.go:578: (dbg) Run:  kubectl --context addons-093926 delete volumesnapshot new-snapshot-demo
addons_test.go:582: (dbg) Run:  out/minikube-linux-arm64 -p addons-093926 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:582: (dbg) Done: out/minikube-linux-arm64 -p addons-093926 addons disable csi-hostpath-driver --alsologtostderr -v=1: (6.663376742s)
addons_test.go:586: (dbg) Run:  out/minikube-linux-arm64 -p addons-093926 addons disable volumesnapshots --alsologtostderr -v=1
--- PASS: TestAddons/parallel/CSI (59.57s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (18.71s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp
addons_test.go:768: (dbg) Run:  out/minikube-linux-arm64 addons enable headlamp -p addons-093926 --alsologtostderr -v=1
addons_test.go:768: (dbg) Done: out/minikube-linux-arm64 addons enable headlamp -p addons-093926 --alsologtostderr -v=1: (1.056903306s)
addons_test.go:773: (dbg) TestAddons/parallel/Headlamp: waiting 8m0s for pods matching "app.kubernetes.io/name=headlamp" in namespace "headlamp" ...
helpers_test.go:344: "headlamp-7b5c95b59d-wprz9" [96e54bee-572f-43ff-810a-389b91755729] Pending
helpers_test.go:344: "headlamp-7b5c95b59d-wprz9" [96e54bee-572f-43ff-810a-389b91755729] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-7b5c95b59d-wprz9" [96e54bee-572f-43ff-810a-389b91755729] Running
addons_test.go:773: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 12.003500901s
addons_test.go:777: (dbg) Run:  out/minikube-linux-arm64 -p addons-093926 addons disable headlamp --alsologtostderr -v=1
addons_test.go:777: (dbg) Done: out/minikube-linux-arm64 -p addons-093926 addons disable headlamp --alsologtostderr -v=1: (5.653151323s)
--- PASS: TestAddons/parallel/Headlamp (18.71s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (5.56s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CloudSpanner
addons_test.go:805: (dbg) TestAddons/parallel/CloudSpanner: waiting 6m0s for pods matching "app=cloud-spanner-emulator" in namespace "default" ...
helpers_test.go:344: "cloud-spanner-emulator-5b584cc74-8q482" [4f1ff06f-fc89-4333-a6c9-38d4b291e7c5] Running
addons_test.go:805: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 5.004132348s
addons_test.go:808: (dbg) Run:  out/minikube-linux-arm64 addons disable cloud-spanner -p addons-093926
--- PASS: TestAddons/parallel/CloudSpanner (5.56s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (53.42s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:920: (dbg) Run:  kubectl --context addons-093926 apply -f testdata/storage-provisioner-rancher/pvc.yaml
addons_test.go:926: (dbg) Run:  kubectl --context addons-093926 apply -f testdata/storage-provisioner-rancher/pod.yaml
addons_test.go:930: (dbg) TestAddons/parallel/LocalPath: waiting 5m0s for pvc "test-pvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-093926 get pvc test-pvc -o jsonpath={.status.phase} -n default
addons_test.go:933: (dbg) TestAddons/parallel/LocalPath: waiting 3m0s for pods matching "run=test-local-path" in namespace "default" ...
helpers_test.go:344: "test-local-path" [3958b755-6dce-4436-8687-ba3c106c8610] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "test-local-path" [3958b755-6dce-4436-8687-ba3c106c8610] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "test-local-path" [3958b755-6dce-4436-8687-ba3c106c8610] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
addons_test.go:933: (dbg) TestAddons/parallel/LocalPath: run=test-local-path healthy within 4.003985904s
addons_test.go:938: (dbg) Run:  kubectl --context addons-093926 get pvc test-pvc -o=json
addons_test.go:947: (dbg) Run:  out/minikube-linux-arm64 -p addons-093926 ssh "cat /opt/local-path-provisioner/pvc-a08def58-58b0-457b-911b-76a8d8349a43_default_test-pvc/file1"
addons_test.go:959: (dbg) Run:  kubectl --context addons-093926 delete pod test-local-path
addons_test.go:963: (dbg) Run:  kubectl --context addons-093926 delete pvc test-pvc
addons_test.go:967: (dbg) Run:  out/minikube-linux-arm64 -p addons-093926 addons disable storage-provisioner-rancher --alsologtostderr -v=1
addons_test.go:967: (dbg) Done: out/minikube-linux-arm64 -p addons-093926 addons disable storage-provisioner-rancher --alsologtostderr -v=1: (43.275148369s)
--- PASS: TestAddons/parallel/LocalPath (53.42s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (5.52s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/NvidiaDevicePlugin
addons_test.go:999: (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-fs8hv" [36e9cbc4-45e9-4224-979a-63554be57c22] Running
addons_test.go:999: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 5.009326574s
addons_test.go:1002: (dbg) Run:  out/minikube-linux-arm64 addons disable nvidia-device-plugin -p addons-093926
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (5.52s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (11.7s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Yakd
addons_test.go:1010: (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-67d98fc6b-6nknp" [29cf927e-dff3-431f-b913-7dc781fbd81f] Running
addons_test.go:1010: (dbg) TestAddons/parallel/Yakd: app.kubernetes.io/name=yakd-dashboard healthy within 6.004117327s
addons_test.go:1014: (dbg) Run:  out/minikube-linux-arm64 -p addons-093926 addons disable yakd --alsologtostderr -v=1
addons_test.go:1014: (dbg) Done: out/minikube-linux-arm64 -p addons-093926 addons disable yakd --alsologtostderr -v=1: (5.695599293s)
--- PASS: TestAddons/parallel/Yakd (11.70s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (6.01s)

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

                                                
                                    
x
+
TestCertOptions (33.91s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

                                                
                                                
=== CONT  TestCertOptions
cert_options_test.go:49: (dbg) Run:  out/minikube-linux-arm64 start -p cert-options-759515 --memory=2048 --apiserver-ips=127.0.0.1 --apiserver-ips=192.168.15.15 --apiserver-names=localhost --apiserver-names=www.google.com --apiserver-port=8555 --driver=docker  --container-runtime=docker
E0924 00:37:42.488526    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/skaffold-701156/client.crt: no such file or directory" logger="UnhandledError"
cert_options_test.go:49: (dbg) Done: out/minikube-linux-arm64 start -p cert-options-759515 --memory=2048 --apiserver-ips=127.0.0.1 --apiserver-ips=192.168.15.15 --apiserver-names=localhost --apiserver-names=www.google.com --apiserver-port=8555 --driver=docker  --container-runtime=docker: (31.157273752s)
cert_options_test.go:60: (dbg) Run:  out/minikube-linux-arm64 -p cert-options-759515 ssh "openssl x509 -text -noout -in /var/lib/minikube/certs/apiserver.crt"
cert_options_test.go:88: (dbg) Run:  kubectl --context cert-options-759515 config view
cert_options_test.go:100: (dbg) Run:  out/minikube-linux-arm64 ssh -p cert-options-759515 -- "sudo cat /etc/kubernetes/admin.conf"
helpers_test.go:175: Cleaning up "cert-options-759515" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p cert-options-759515
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p cert-options-759515: (2.086275282s)
--- PASS: TestCertOptions (33.91s)

                                                
                                    
x
+
TestCertExpiration (242.42s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:123: (dbg) Run:  out/minikube-linux-arm64 start -p cert-expiration-148325 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=docker
E0924 00:36:34.890611    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
cert_options_test.go:123: (dbg) Done: out/minikube-linux-arm64 start -p cert-expiration-148325 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=docker: (36.665005538s)
E0924 00:37:14.779297    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/skaffold-701156/client.crt: no such file or directory" logger="UnhandledError"
cert_options_test.go:131: (dbg) Run:  out/minikube-linux-arm64 start -p cert-expiration-148325 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=docker
cert_options_test.go:131: (dbg) Done: out/minikube-linux-arm64 start -p cert-expiration-148325 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=docker: (23.543328237s)
helpers_test.go:175: Cleaning up "cert-expiration-148325" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p cert-expiration-148325
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p cert-expiration-148325: (2.208483353s)
--- PASS: TestCertExpiration (242.42s)

                                                
                                    
x
+
TestDockerFlags (39.83s)

                                                
                                                
=== RUN   TestDockerFlags
=== PAUSE TestDockerFlags

                                                
                                                

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

                                                
                                    
x
+
TestForceSystemdFlag (42.86s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

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

                                                
                                    
x
+
TestForceSystemdEnv (43.37s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

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

                                                
                                    
x
+
TestErrorSpam/setup (32.75s)

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

                                                
                                    
x
+
TestErrorSpam/start (0.75s)

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

                                                
                                    
x
+
TestErrorSpam/status (1.01s)

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

                                                
                                    
x
+
TestErrorSpam/pause (1.37s)

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

                                                
                                    
x
+
TestErrorSpam/unpause (1.41s)

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

                                                
                                    
x
+
TestErrorSpam/stop (2.05s)

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

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0s)

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

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (49.91s)

                                                
                                                
=== RUN   TestFunctional/serial/StartWithProxy
functional_test.go:2234: (dbg) Run:  out/minikube-linux-arm64 start -p functional-727085 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=docker
functional_test.go:2234: (dbg) Done: out/minikube-linux-arm64 start -p functional-727085 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=docker: (49.912982985s)
--- PASS: TestFunctional/serial/StartWithProxy (49.91s)

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (33.18s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
I0923 23:54:20.522090    7541 config.go:182] Loaded profile config "functional-727085": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
functional_test.go:659: (dbg) Run:  out/minikube-linux-arm64 start -p functional-727085 --alsologtostderr -v=8
functional_test.go:659: (dbg) Done: out/minikube-linux-arm64 start -p functional-727085 --alsologtostderr -v=8: (33.171352774s)
functional_test.go:663: soft start took 33.176176752s for "functional-727085" cluster.
I0923 23:54:53.695890    7541 config.go:182] Loaded profile config "functional-727085": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
--- PASS: TestFunctional/serial/SoftStart (33.18s)

                                                
                                    
x
+
TestFunctional/serial/KubeContext (0.06s)

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

                                                
                                    
x
+
TestFunctional/serial/KubectlGetPods (0.11s)

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

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_remote
functional_test.go:1049: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 cache add registry.k8s.io/pause:3.1
functional_test.go:1049: (dbg) Done: out/minikube-linux-arm64 -p functional-727085 cache add registry.k8s.io/pause:3.1: (1.174653161s)
functional_test.go:1049: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 cache add registry.k8s.io/pause:3.3
functional_test.go:1049: (dbg) Done: out/minikube-linux-arm64 -p functional-727085 cache add registry.k8s.io/pause:3.3: (1.172135955s)
functional_test.go:1049: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 cache add registry.k8s.io/pause:latest
functional_test.go:1049: (dbg) Done: out/minikube-linux-arm64 -p functional-727085 cache add registry.k8s.io/pause:latest: (1.000334855s)
--- PASS: TestFunctional/serial/CacheCmd/cache/add_remote (3.35s)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.16s)

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.14s)

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

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (42.29s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:757: (dbg) Run:  out/minikube-linux-arm64 start -p functional-727085 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
functional_test.go:757: (dbg) Done: out/minikube-linux-arm64 start -p functional-727085 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (42.290105764s)
functional_test.go:761: restart took 42.290216615s for "functional-727085" cluster.
I0923 23:55:43.118219    7541 config.go:182] Loaded profile config "functional-727085": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
--- PASS: TestFunctional/serial/ExtraConfig (42.29s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.1s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (1.13s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.28s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1250: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 logs --file /tmp/TestFunctionalserialLogsFileCmd1307947721/001/logs.txt
functional_test.go:1250: (dbg) Done: out/minikube-linux-arm64 -p functional-727085 logs --file /tmp/TestFunctionalserialLogsFileCmd1307947721/001/logs.txt: (1.279285029s)
--- PASS: TestFunctional/serial/LogsFileCmd (1.28s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (4.18s)

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (0.47s)

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

                                                
                                                

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (12.63s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/DryRun (0.5s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0923 23:56:24.782331   48691 out.go:345] Setting OutFile to fd 1 ...
	I0923 23:56:24.782493   48691 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 23:56:24.782498   48691 out.go:358] Setting ErrFile to fd 2...
	I0923 23:56:24.782503   48691 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 23:56:24.782740   48691 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19696-2224/.minikube/bin
	I0923 23:56:24.784286   48691 out.go:352] Setting JSON to false
	I0923 23:56:24.785300   48691 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":2330,"bootTime":1727133455,"procs":238,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0923 23:56:24.785377   48691 start.go:139] virtualization:  
	I0923 23:56:24.789136   48691 out.go:177] * [functional-727085] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0923 23:56:24.791783   48691 out.go:177]   - MINIKUBE_LOCATION=19696
	I0923 23:56:24.791935   48691 notify.go:220] Checking for updates...
	I0923 23:56:24.795698   48691 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0923 23:56:24.797675   48691 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19696-2224/kubeconfig
	I0923 23:56:24.799395   48691 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19696-2224/.minikube
	I0923 23:56:24.801030   48691 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0923 23:56:24.802799   48691 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0923 23:56:24.805370   48691 config.go:182] Loaded profile config "functional-727085": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
	I0923 23:56:24.805961   48691 driver.go:394] Setting default libvirt URI to qemu:///system
	I0923 23:56:24.829218   48691 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I0923 23:56:24.829342   48691 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0923 23:56:24.907860   48691 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:2 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:32 OomKillDisable:true NGoroutines:52 SystemTime:2024-09-23 23:56:24.897286976 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0923 23:56:24.907967   48691 docker.go:318] overlay module found
	I0923 23:56:24.910101   48691 out.go:177] * Using the docker driver based on existing profile
	I0923 23:56:24.912039   48691 start.go:297] selected driver: docker
	I0923 23:56:24.912062   48691 start.go:901] validating driver "docker" against &{Name:functional-727085 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 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.31.1 ClusterName:functional-727085 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.31.1 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker Mou
ntIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0923 23:56:24.912174   48691 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0923 23:56:24.915191   48691 out.go:201] 
	W0923 23:56:24.917125   48691 out.go:270] X Exiting due to RSRC_INSUFFICIENT_REQ_MEMORY: Requested memory allocation 250MiB is less than the usable minimum of 1800MB
	X Exiting due to RSRC_INSUFFICIENT_REQ_MEMORY: Requested memory allocation 250MiB is less than the usable minimum of 1800MB
	I0923 23:56:24.918954   48691 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (0.21s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0923 23:56:24.567905   48605 out.go:345] Setting OutFile to fd 1 ...
	I0923 23:56:24.568122   48605 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 23:56:24.568148   48605 out.go:358] Setting ErrFile to fd 2...
	I0923 23:56:24.568169   48605 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 23:56:24.568546   48605 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19696-2224/.minikube/bin
	I0923 23:56:24.568977   48605 out.go:352] Setting JSON to false
	I0923 23:56:24.570006   48605 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":2330,"bootTime":1727133455,"procs":236,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0923 23:56:24.570103   48605 start.go:139] virtualization:  
	I0923 23:56:24.573249   48605 out.go:177] * [functional-727085] minikube v1.34.0 sur Ubuntu 20.04 (arm64)
	I0923 23:56:24.575844   48605 out.go:177]   - MINIKUBE_LOCATION=19696
	I0923 23:56:24.575961   48605 notify.go:220] Checking for updates...
	I0923 23:56:24.580083   48605 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0923 23:56:24.582116   48605 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19696-2224/kubeconfig
	I0923 23:56:24.583858   48605 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19696-2224/.minikube
	I0923 23:56:24.587161   48605 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0923 23:56:24.589077   48605 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0923 23:56:24.591613   48605 config.go:182] Loaded profile config "functional-727085": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
	I0923 23:56:24.592147   48605 driver.go:394] Setting default libvirt URI to qemu:///system
	I0923 23:56:24.619690   48605 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I0923 23:56:24.619797   48605 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0923 23:56:24.695443   48605 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:2 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:32 OomKillDisable:true NGoroutines:52 SystemTime:2024-09-23 23:56:24.683068435 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0923 23:56:24.695565   48605 docker.go:318] overlay module found
	I0923 23:56:24.698424   48605 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0923 23:56:24.700810   48605 start.go:297] selected driver: docker
	I0923 23:56:24.700830   48605 start.go:901] validating driver "docker" against &{Name:functional-727085 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 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.31.1 ClusterName:functional-727085 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.31.1 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker Mou
ntIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0923 23:56:24.701040   48605 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0923 23:56:24.704112   48605 out.go:201] 
	W0923 23:56:24.706317   48605 out.go:270] X Fermeture en raison de RSRC_INSUFFICIENT_REQ_MEMORY : L'allocation de mémoire demandée 250 Mio est inférieure au minimum utilisable de 1800 Mo
	X Fermeture en raison de RSRC_INSUFFICIENT_REQ_MEMORY : L'allocation de mémoire demandée 250 Mio est inférieure au minimum utilisable de 1800 Mo
	I0923 23:56:24.709308   48605 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (1.13s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (12.73s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1627: (dbg) Run:  kubectl --context functional-727085 create deployment hello-node-connect --image=registry.k8s.io/echoserver-arm:1.8
functional_test.go:1635: (dbg) Run:  kubectl --context functional-727085 expose deployment hello-node-connect --type=NodePort --port=8080
functional_test.go:1640: (dbg) TestFunctional/parallel/ServiceCmdConnect: waiting 10m0s for pods matching "app=hello-node-connect" in namespace "default" ...
helpers_test.go:344: "hello-node-connect-65d86f57f4-qcfzp" [81bce6f4-0d3c-4c98-8e53-7fe447b8fbed] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver-arm]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver-arm])
helpers_test.go:344: "hello-node-connect-65d86f57f4-qcfzp" [81bce6f4-0d3c-4c98-8e53-7fe447b8fbed] Running
functional_test.go:1640: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 12.003156693s
functional_test.go:1649: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 service hello-node-connect --url
functional_test.go:1655: found endpoint for hello-node-connect: http://192.168.49.2:32649
functional_test.go:1675: http://192.168.49.2:32649: success! body:

                                                
                                                

                                                
                                                
Hostname: hello-node-connect-65d86f57f4-qcfzp

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

                                                
                                                
Request Body:
	-no body in request-

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

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.19s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (29.54s)

                                                
                                                
=== 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" [baa6a27f-f6aa-4607-b2bf-a912f46f58d0] Running
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 6.010787613s
functional_test_pvc_test.go:49: (dbg) Run:  kubectl --context functional-727085 get storageclass -o=json
functional_test_pvc_test.go:69: (dbg) Run:  kubectl --context functional-727085 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-727085 get pvc myclaim -o=json
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-727085 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" [fc44a784-eb2c-4245-8544-e85fe0d8c263] Pending
helpers_test.go:344: "sp-pod" [fc44a784-eb2c-4245-8544-e85fe0d8c263] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [fc44a784-eb2c-4245-8544-e85fe0d8c263] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 13.004114212s
functional_test_pvc_test.go:100: (dbg) Run:  kubectl --context functional-727085 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:106: (dbg) Run:  kubectl --context functional-727085 delete -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:106: (dbg) Done: kubectl --context functional-727085 delete -f testdata/storage-provisioner/pod.yaml: (1.417338292s)
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-727085 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" [d193d635-babb-4f81-9c00-c86587add074] Pending
helpers_test.go:344: "sp-pod" [d193d635-babb-4f81-9c00-c86587add074] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [d193d635-babb-4f81-9c00-c86587add074] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 8.003773503s
functional_test_pvc_test.go:114: (dbg) Run:  kubectl --context functional-727085 exec sp-pod -- ls /tmp/mount
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (29.54s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (0.68s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (2.33s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.35s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CertSync (2.08s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.15s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (0.3s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                    
x
+
TestFunctional/parallel/License (0.29s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/License
functional_test.go:2288: (dbg) Run:  out/minikube-linux-arm64 license
E0923 23:56:35.541609    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestFunctional/parallel/License (0.29s)

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-727085 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" [3c46da0a-fa3d-4fe9-b169-05c9dcb59875] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx-svc" [3c46da0a-fa3d-4fe9-b169-05c9dcb59875] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 8.053026497s
I0923 23:56:00.193638    7541 kapi.go:150] Service nginx-svc in namespace default found.
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (8.61s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1437: (dbg) Run:  kubectl --context functional-727085 create deployment hello-node --image=registry.k8s.io/echoserver-arm:1.8
functional_test.go:1445: (dbg) Run:  kubectl --context functional-727085 expose deployment hello-node --type=NodePort --port=8080
functional_test.go:1450: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: waiting 10m0s for pods matching "app=hello-node" in namespace "default" ...
helpers_test.go:344: "hello-node-64b4f8f9ff-664bf" [55a8167f-b9b6-4412-a237-9a1003a28768] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver-arm]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver-arm])
helpers_test.go:344: "hello-node-64b4f8f9ff-664bf" [55a8167f-b9b6-4412-a237-9a1003a28768] Running
functional_test.go:1450: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 7.003694115s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (7.21s)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
** /stderr **
I0923 23:56:23.794672    7541 retry.go:31] will retry after 732.736ms: exit status 1
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:129: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 ssh -- ls -la /mount-9p
functional_test_mount_test.go:133: guest mount directory contents
total 2
-rw-r--r-- 1 docker docker 24 Sep 23 23:56 created-by-test
-rw-r--r-- 1 docker docker 24 Sep 23 23:56 created-by-test-removed-by-pod
-rw-r--r-- 1 docker docker 24 Sep 23 23:56 test-1727135783315309579
functional_test_mount_test.go:137: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 ssh cat /mount-9p/test-1727135783315309579
functional_test_mount_test.go:148: (dbg) Run:  kubectl --context functional-727085 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" [16d4f1f6-5863-4079-aea4-c9adf64fba78] Pending
helpers_test.go:344: "busybox-mount" [16d4f1f6-5863-4079-aea4-c9adf64fba78] Pending / Ready:ContainersNotReady (containers with unready status: [mount-munger]) / ContainersReady:ContainersNotReady (containers with unready status: [mount-munger])
helpers_test.go:344: "busybox-mount" [16d4f1f6-5863-4079-aea4-c9adf64fba78] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "busybox-mount" [16d4f1f6-5863-4079-aea4-c9adf64fba78] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
functional_test_mount_test.go:153: (dbg) TestFunctional/parallel/MountCmd/any-port: integration-test=busybox-mount healthy within 5.003817803s
functional_test_mount_test.go:169: (dbg) Run:  kubectl --context functional-727085 logs busybox-mount
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 ssh stat /mount-9p/created-by-test
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 ssh stat /mount-9p/created-by-pod
functional_test_mount_test.go:90: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:94: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-727085 /tmp/TestFunctionalparallelMountCmdany-port1434733802/001:/mount-9p --alsologtostderr -v=1] ...
--- PASS: TestFunctional/parallel/MountCmd/any-port (8.65s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/MountCmd/specific-port
functional_test_mount_test.go:213: (dbg) daemon: [out/minikube-linux-arm64 mount -p functional-727085 /tmp/TestFunctionalparallelMountCmdspecific-port3106455514/001:/mount-9p --alsologtostderr -v=1 --port 46464]
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:257: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 ssh -- ls -la /mount-9p
functional_test_mount_test.go:261: guest mount directory contents
total 0
functional_test_mount_test.go:263: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-727085 /tmp/TestFunctionalparallelMountCmdspecific-port3106455514/001:/mount-9p --alsologtostderr -v=1 --port 46464] ...
functional_test_mount_test.go:264: reading mount text
functional_test_mount_test.go:278: done reading mount text
functional_test_mount_test.go:230: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:230: (dbg) Non-zero exit: out/minikube-linux-arm64 -p functional-727085 ssh "sudo umount -f /mount-9p": exit status 1 (309.076161ms)

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/MountCmd/VerifyCleanup
functional_test_mount_test.go:298: (dbg) daemon: [out/minikube-linux-arm64 mount -p functional-727085 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3630402865/001:/mount1 --alsologtostderr -v=1]
functional_test_mount_test.go:298: (dbg) daemon: [out/minikube-linux-arm64 mount -p functional-727085 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3630402865/001:/mount2 --alsologtostderr -v=1]
functional_test_mount_test.go:298: (dbg) daemon: [out/minikube-linux-arm64 mount -p functional-727085 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3630402865/001:/mount3 --alsologtostderr -v=1]
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Done: out/minikube-linux-arm64 -p functional-727085 ssh "findmnt -T" /mount1: (1.086596001s)
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 ssh "findmnt -T" /mount2
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 ssh "findmnt -T" /mount3
E0923 23:56:34.891764    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
E0923 23:56:34.898415    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
E0923 23:56:34.910038    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
E0923 23:56:34.932022    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
E0923 23:56:34.973410    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
E0923 23:56:35.054823    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
functional_test_mount_test.go:370: (dbg) Run:  out/minikube-linux-arm64 mount -p functional-727085 --kill=true
E0923 23:56:35.219045    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-727085 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3630402865/001:/mount1 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-727085 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3630402865/001:/mount2 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-727085 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3630402865/001:/mount3 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
--- PASS: TestFunctional/parallel/MountCmd/VerifyCleanup (1.90s)

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListShort
functional_test.go:261: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 image ls --format short --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-727085 image ls --format short --alsologtostderr:
registry.k8s.io/pause:latest
registry.k8s.io/pause:3.3
registry.k8s.io/pause:3.10
registry.k8s.io/pause:3.1
registry.k8s.io/kube-scheduler:v1.31.1
registry.k8s.io/kube-proxy:v1.31.1
registry.k8s.io/kube-controller-manager:v1.31.1
registry.k8s.io/kube-apiserver:v1.31.1
registry.k8s.io/etcd:3.5.15-0
registry.k8s.io/echoserver-arm:1.8
registry.k8s.io/coredns/coredns:v1.11.3
gcr.io/k8s-minikube/storage-provisioner:v5
gcr.io/k8s-minikube/busybox:1.28.4-glibc
docker.io/library/nginx:latest
docker.io/library/nginx:alpine
docker.io/library/minikube-local-cache-test:functional-727085
docker.io/kubernetesui/metrics-scraper:<none>
docker.io/kubernetesui/dashboard:<none>
docker.io/kicbase/echo-server:functional-727085
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-727085 image ls --format short --alsologtostderr:
I0923 23:56:42.708528   51947 out.go:345] Setting OutFile to fd 1 ...
I0923 23:56:42.708677   51947 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 23:56:42.708685   51947 out.go:358] Setting ErrFile to fd 2...
I0923 23:56:42.708691   51947 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 23:56:42.708924   51947 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19696-2224/.minikube/bin
I0923 23:56:42.709607   51947 config.go:182] Loaded profile config "functional-727085": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0923 23:56:42.709725   51947 config.go:182] Loaded profile config "functional-727085": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0923 23:56:42.710256   51947 cli_runner.go:164] Run: docker container inspect functional-727085 --format={{.State.Status}}
I0923 23:56:42.727880   51947 ssh_runner.go:195] Run: systemctl --version
I0923 23:56:42.727929   51947 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-727085
I0923 23:56:42.744992   51947 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32778 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/functional-727085/id_rsa Username:docker}
I0923 23:56:42.837837   51947 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.22s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListTable
functional_test.go:261: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 image ls --format table --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-727085 image ls --format table --alsologtostderr:
|---------------------------------------------|-------------------|---------------|--------|
|                    Image                    |        Tag        |   Image ID    |  Size  |
|---------------------------------------------|-------------------|---------------|--------|
| registry.k8s.io/kube-scheduler              | v1.31.1           | 7f8aa378bb47d | 66MB   |
| docker.io/library/nginx                     | alpine            | b887aca7aed61 | 47MB   |
| docker.io/library/nginx                     | latest            | 195245f0c7927 | 193MB  |
| registry.k8s.io/coredns/coredns             | v1.11.3           | 2f6c962e7b831 | 60.2MB |
| docker.io/kubernetesui/dashboard            | <none>            | 20b332c9a70d8 | 244MB  |
| gcr.io/k8s-minikube/storage-provisioner     | v5                | ba04bb24b9575 | 29MB   |
| gcr.io/k8s-minikube/busybox                 | 1.28.4-glibc      | 1611cd07b61d5 | 3.55MB |
| registry.k8s.io/kube-proxy                  | v1.31.1           | 24a140c548c07 | 94.7MB |
| registry.k8s.io/pause                       | 3.3               | 3d18732f8686c | 484kB  |
| registry.k8s.io/pause                       | 3.10              | afb61768ce381 | 514kB  |
| registry.k8s.io/echoserver-arm              | 1.8               | 72565bf5bbedf | 85MB   |
| registry.k8s.io/pause                       | latest            | 8cb2091f603e7 | 240kB  |
| docker.io/library/minikube-local-cache-test | functional-727085 | 41a924aa80ff2 | 30B    |
| registry.k8s.io/kube-apiserver              | v1.31.1           | d3f53a98c0a9d | 91.6MB |
| registry.k8s.io/kube-controller-manager     | v1.31.1           | 279f381cb3736 | 85.9MB |
| registry.k8s.io/etcd                        | 3.5.15-0          | 27e3830e14027 | 139MB  |
| docker.io/kicbase/echo-server               | functional-727085 | ce2d2cda2d858 | 4.78MB |
| docker.io/kubernetesui/metrics-scraper      | <none>            | a422e0e982356 | 42.3MB |
| registry.k8s.io/pause                       | 3.1               | 8057e0500773a | 525kB  |
|---------------------------------------------|-------------------|---------------|--------|
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-727085 image ls --format table --alsologtostderr:
I0923 23:56:43.392866   52139 out.go:345] Setting OutFile to fd 1 ...
I0923 23:56:43.392973   52139 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 23:56:43.392983   52139 out.go:358] Setting ErrFile to fd 2...
I0923 23:56:43.392988   52139 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 23:56:43.393305   52139 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19696-2224/.minikube/bin
I0923 23:56:43.395914   52139 config.go:182] Loaded profile config "functional-727085": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0923 23:56:43.396052   52139 config.go:182] Loaded profile config "functional-727085": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0923 23:56:43.396578   52139 cli_runner.go:164] Run: docker container inspect functional-727085 --format={{.State.Status}}
I0923 23:56:43.422489   52139 ssh_runner.go:195] Run: systemctl --version
I0923 23:56:43.422549   52139 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-727085
I0923 23:56:43.447359   52139 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32778 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/functional-727085/id_rsa Username:docker}
I0923 23:56:43.544417   52139 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
E0923 23:56:45.151049    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.25s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListJson
functional_test.go:261: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 image ls --format json --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-727085 image ls --format json --alsologtostderr:
[{"id":"7f8aa378bb47dffcf430f3a601abe39137e88aee0238e23ed8530fdd18dab82d","repoDigests":[],"repoTags":["registry.k8s.io/kube-scheduler:v1.31.1"],"size":"66000000"},{"id":"b887aca7aed6134b029401507d27ac9c8fbfc5a6cf510d254bdf4ac841cf1552","repoDigests":[],"repoTags":["docker.io/library/nginx:alpine"],"size":"47000000"},{"id":"2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4","repoDigests":[],"repoTags":["registry.k8s.io/coredns/coredns:v1.11.3"],"size":"60200000"},{"id":"afb61768ce381961ca0beff95337601f29dc70ff3ed14e5e4b3e5699057e6aa8","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.10"],"size":"514000"},{"id":"72565bf5bbedfb62e9d21afa2b1221b2c7a5e05b746dae33430bc550d3f87beb","repoDigests":[],"repoTags":["registry.k8s.io/echoserver-arm:1.8"],"size":"85000000"},{"id":"41a924aa80ff20cf101aaa7ceca26e304a9f534d7dc436e1775ba13186a90658","repoDigests":[],"repoTags":["docker.io/library/minikube-local-cache-test:functional-727085"],"size":"30"},{"id":"27e3830e1402783674d8b594038967deea9d51
f0d91b34c93c8f39d2f68af7da","repoDigests":[],"repoTags":["registry.k8s.io/etcd:3.5.15-0"],"size":"139000000"},{"id":"ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6","repoDigests":[],"repoTags":["gcr.io/k8s-minikube/storage-provisioner:v5"],"size":"29000000"},{"id":"1611cd07b61d57dbbfebe6db242513fd51e1c02d20ba08af17a45837d86a8a8c","repoDigests":[],"repoTags":["gcr.io/k8s-minikube/busybox:1.28.4-glibc"],"size":"3550000"},{"id":"8cb2091f603e75187e2f6226c5901d12e00b1d1f778c6471ae4578e8a1c4724a","repoDigests":[],"repoTags":["registry.k8s.io/pause:latest"],"size":"240000"},{"id":"24a140c548c075e487e45d0ee73b1aa89f8bfb40c08a57e05975559728822b1d","repoDigests":[],"repoTags":["registry.k8s.io/kube-proxy:v1.31.1"],"size":"94700000"},{"id":"195245f0c79279e8b8e012efa02c91dad4cf7d0e44c0f4382fea68cd93088e6c","repoDigests":[],"repoTags":["docker.io/library/nginx:latest"],"size":"193000000"},{"id":"ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17","repoDigests":[],"repoTags":["docker.io/kicb
ase/echo-server:functional-727085"],"size":"4780000"},{"id":"3d18732f8686cc3c878055d99a05fa80289502fa496b36b6a0fe0f77206a7300","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.3"],"size":"484000"},{"id":"8057e0500773a37cde2cff041eb13ebd68c748419a2fbfd1dfb5bf38696cc8e5","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.1"],"size":"525000"},{"id":"d3f53a98c0a9d9163c4848bcf34b2d2f5e1e3691b79f3d1dd6d0206809e02853","repoDigests":[],"repoTags":["registry.k8s.io/kube-apiserver:v1.31.1"],"size":"91600000"},{"id":"279f381cb37365bbbcd133c9531fba9c2beb0f38dbbe6ddfcd0b1b1643d3450e","repoDigests":[],"repoTags":["registry.k8s.io/kube-controller-manager:v1.31.1"],"size":"85900000"},{"id":"20b332c9a70d8516d849d1ac23eff5800cbb2f263d379f0ec11ee908db6b25a8","repoDigests":[],"repoTags":["docker.io/kubernetesui/dashboard:\u003cnone\u003e"],"size":"244000000"},{"id":"a422e0e982356f6c1cf0e5bb7b733363caae3992a07c99951fbcc73e58ed656a","repoDigests":[],"repoTags":["docker.io/kubernetesui/metrics-scraper:\u003cnone\u003e"],"si
ze":"42300000"}]
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-727085 image ls --format json --alsologtostderr:
I0923 23:56:42.863260   51983 out.go:345] Setting OutFile to fd 1 ...
I0923 23:56:42.865152   51983 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 23:56:42.865283   51983 out.go:358] Setting ErrFile to fd 2...
I0923 23:56:42.865307   51983 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 23:56:42.865685   51983 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19696-2224/.minikube/bin
I0923 23:56:42.866370   51983 config.go:182] Loaded profile config "functional-727085": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0923 23:56:42.866545   51983 config.go:182] Loaded profile config "functional-727085": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0923 23:56:42.867067   51983 cli_runner.go:164] Run: docker container inspect functional-727085 --format={{.State.Status}}
I0923 23:56:42.892914   51983 ssh_runner.go:195] Run: systemctl --version
I0923 23:56:42.892973   51983 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-727085
I0923 23:56:42.926502   51983 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32778 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/functional-727085/id_rsa Username:docker}
I0923 23:56:43.027966   51983 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
W0923 23:56:43.075614   51983 root.go:91] failed to log command end to audit: failed to find a log row with id equals to 817ab37f-6534-4025-9889-0972446abcae
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.28s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListYaml
functional_test.go:261: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 image ls --format yaml --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-727085 image ls --format yaml --alsologtostderr:
- id: 20b332c9a70d8516d849d1ac23eff5800cbb2f263d379f0ec11ee908db6b25a8
repoDigests: []
repoTags:
- docker.io/kubernetesui/dashboard:<none>
size: "244000000"
- id: 72565bf5bbedfb62e9d21afa2b1221b2c7a5e05b746dae33430bc550d3f87beb
repoDigests: []
repoTags:
- registry.k8s.io/echoserver-arm:1.8
size: "85000000"
- id: 195245f0c79279e8b8e012efa02c91dad4cf7d0e44c0f4382fea68cd93088e6c
repoDigests: []
repoTags:
- docker.io/library/nginx:latest
size: "193000000"
- id: 2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4
repoDigests: []
repoTags:
- registry.k8s.io/coredns/coredns:v1.11.3
size: "60200000"
- id: 27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da
repoDigests: []
repoTags:
- registry.k8s.io/etcd:3.5.15-0
size: "139000000"
- id: ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17
repoDigests: []
repoTags:
- docker.io/kicbase/echo-server:functional-727085
size: "4780000"
- id: a422e0e982356f6c1cf0e5bb7b733363caae3992a07c99951fbcc73e58ed656a
repoDigests: []
repoTags:
- docker.io/kubernetesui/metrics-scraper:<none>
size: "42300000"
- id: 41a924aa80ff20cf101aaa7ceca26e304a9f534d7dc436e1775ba13186a90658
repoDigests: []
repoTags:
- docker.io/library/minikube-local-cache-test:functional-727085
size: "30"
- id: d3f53a98c0a9d9163c4848bcf34b2d2f5e1e3691b79f3d1dd6d0206809e02853
repoDigests: []
repoTags:
- registry.k8s.io/kube-apiserver:v1.31.1
size: "91600000"
- id: 279f381cb37365bbbcd133c9531fba9c2beb0f38dbbe6ddfcd0b1b1643d3450e
repoDigests: []
repoTags:
- registry.k8s.io/kube-controller-manager:v1.31.1
size: "85900000"
- id: ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6
repoDigests: []
repoTags:
- gcr.io/k8s-minikube/storage-provisioner:v5
size: "29000000"
- id: 3d18732f8686cc3c878055d99a05fa80289502fa496b36b6a0fe0f77206a7300
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.3
size: "484000"
- id: 7f8aa378bb47dffcf430f3a601abe39137e88aee0238e23ed8530fdd18dab82d
repoDigests: []
repoTags:
- registry.k8s.io/kube-scheduler:v1.31.1
size: "66000000"
- id: 24a140c548c075e487e45d0ee73b1aa89f8bfb40c08a57e05975559728822b1d
repoDigests: []
repoTags:
- registry.k8s.io/kube-proxy:v1.31.1
size: "94700000"
- id: 1611cd07b61d57dbbfebe6db242513fd51e1c02d20ba08af17a45837d86a8a8c
repoDigests: []
repoTags:
- gcr.io/k8s-minikube/busybox:1.28.4-glibc
size: "3550000"
- id: 8cb2091f603e75187e2f6226c5901d12e00b1d1f778c6471ae4578e8a1c4724a
repoDigests: []
repoTags:
- registry.k8s.io/pause:latest
size: "240000"
- id: b887aca7aed6134b029401507d27ac9c8fbfc5a6cf510d254bdf4ac841cf1552
repoDigests: []
repoTags:
- docker.io/library/nginx:alpine
size: "47000000"
- id: afb61768ce381961ca0beff95337601f29dc70ff3ed14e5e4b3e5699057e6aa8
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.10
size: "514000"
- id: 8057e0500773a37cde2cff041eb13ebd68c748419a2fbfd1dfb5bf38696cc8e5
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.1
size: "525000"

                                                
                                                
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-727085 image ls --format yaml --alsologtostderr:
I0923 23:56:43.150283   52071 out.go:345] Setting OutFile to fd 1 ...
I0923 23:56:43.150522   52071 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 23:56:43.150550   52071 out.go:358] Setting ErrFile to fd 2...
I0923 23:56:43.150572   52071 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 23:56:43.150872   52071 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19696-2224/.minikube/bin
I0923 23:56:43.151606   52071 config.go:182] Loaded profile config "functional-727085": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0923 23:56:43.151839   52071 config.go:182] Loaded profile config "functional-727085": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0923 23:56:43.153263   52071 cli_runner.go:164] Run: docker container inspect functional-727085 --format={{.State.Status}}
I0923 23:56:43.170221   52071 ssh_runner.go:195] Run: systemctl --version
I0923 23:56:43.170271   52071 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-727085
I0923 23:56:43.187857   52071 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32778 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/functional-727085/id_rsa Username:docker}
I0923 23:56:43.290020   52071 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.26s)

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

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

                                                
                                                

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

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

                                                
                                                
** /stderr **
functional_test.go:315: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 image build -t localhost/my-image:functional-727085 testdata/build --alsologtostderr
functional_test.go:315: (dbg) Done: out/minikube-linux-arm64 -p functional-727085 image build -t localhost/my-image:functional-727085 testdata/build --alsologtostderr: (2.663648461s)
functional_test.go:323: (dbg) Stderr: out/minikube-linux-arm64 -p functional-727085 image build -t localhost/my-image:functional-727085 testdata/build --alsologtostderr:
I0923 23:56:43.258397   52105 out.go:345] Setting OutFile to fd 1 ...
I0923 23:56:43.258586   52105 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 23:56:43.258598   52105 out.go:358] Setting ErrFile to fd 2...
I0923 23:56:43.258603   52105 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 23:56:43.258910   52105 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19696-2224/.minikube/bin
I0923 23:56:43.259603   52105 config.go:182] Loaded profile config "functional-727085": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0923 23:56:43.260167   52105 config.go:182] Loaded profile config "functional-727085": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0923 23:56:43.260713   52105 cli_runner.go:164] Run: docker container inspect functional-727085 --format={{.State.Status}}
I0923 23:56:43.278133   52105 ssh_runner.go:195] Run: systemctl --version
I0923 23:56:43.278190   52105 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-727085
I0923 23:56:43.299023   52105 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32778 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/functional-727085/id_rsa Username:docker}
I0923 23:56:43.393880   52105 build_images.go:161] Building image from path: /tmp/build.1044976320.tar
I0923 23:56:43.393949   52105 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I0923 23:56:43.404790   52105 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.1044976320.tar
I0923 23:56:43.408930   52105 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.1044976320.tar: stat -c "%s %y" /var/lib/minikube/build/build.1044976320.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.1044976320.tar': No such file or directory
I0923 23:56:43.408958   52105 ssh_runner.go:362] scp /tmp/build.1044976320.tar --> /var/lib/minikube/build/build.1044976320.tar (3072 bytes)
I0923 23:56:43.442173   52105 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.1044976320
I0923 23:56:43.455872   52105 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.1044976320 -xf /var/lib/minikube/build/build.1044976320.tar
I0923 23:56:43.466534   52105 docker.go:360] Building image: /var/lib/minikube/build/build.1044976320
I0923 23:56:43.466603   52105 ssh_runner.go:195] Run: docker build -t localhost/my-image:functional-727085 /var/lib/minikube/build/build.1044976320
#0 building with "default" instance using docker driver

                                                
                                                
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 97B done
#1 DONE 0.0s

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

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

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

                                                
                                                
#5 [1/3] FROM gcr.io/k8s-minikube/busybox:latest@sha256:ca5ae90100d50772da31f3b5016209e25ad61972404e2ccd83d44f10dee7e79b
#5 resolve gcr.io/k8s-minikube/busybox:latest@sha256:ca5ae90100d50772da31f3b5016209e25ad61972404e2ccd83d44f10dee7e79b 0.0s done
#5 sha256:ca5ae90100d50772da31f3b5016209e25ad61972404e2ccd83d44f10dee7e79b 770B / 770B done
#5 sha256:a77fe109c026308f149d36484d795b42efe0fd29b332be9071f63e1634c36ac9 527B / 527B done
#5 sha256:71a676dd070f4b701c3272e566d84951362f1326ea07d5bbad119d1c4f6b3d02 1.47kB / 1.47kB done
#5 sha256:a01966dde7f8d5ba10b6d87e776c7c8fb5a5f6bfa678874bd28b33b1fc6dba34 0B / 828.50kB 0.1s
#5 sha256:a01966dde7f8d5ba10b6d87e776c7c8fb5a5f6bfa678874bd28b33b1fc6dba34 828.50kB / 828.50kB 0.4s done
#5 extracting sha256:a01966dde7f8d5ba10b6d87e776c7c8fb5a5f6bfa678874bd28b33b1fc6dba34 0.0s done
#5 DONE 0.6s

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

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

                                                
                                                
#8 exporting to image
#8 exporting layers 0.0s done
#8 writing image sha256:373752f22b4b41cb4c20f06019ec09831bee5fcd878b4828f11f99587a119fde done
#8 naming to localhost/my-image:functional-727085 done
#8 DONE 0.1s
I0923 23:56:45.838085   52105 ssh_runner.go:235] Completed: docker build -t localhost/my-image:functional-727085 /var/lib/minikube/build/build.1044976320: (2.371459387s)
I0923 23:56:45.838163   52105 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.1044976320
I0923 23:56:45.847772   52105 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.1044976320.tar
I0923 23:56:45.856860   52105 build_images.go:217] Built localhost/my-image:functional-727085 from /tmp/build.1044976320.tar
I0923 23:56:45.856902   52105 build_images.go:133] succeeded building to: functional-727085
I0923 23:56:45.856908   52105 build_images.go:134] failed building to: 
functional_test.go:451: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (3.19s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/Setup
functional_test.go:342: (dbg) Run:  docker pull kicbase/echo-server:1.0
E0923 23:56:36.182925    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:347: (dbg) Run:  docker tag kicbase/echo-server:1.0 kicbase/echo-server:functional-727085
--- PASS: TestFunctional/parallel/ImageCommands/Setup (0.71s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadDaemon
functional_test.go:355: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 image load --daemon kicbase/echo-server:functional-727085 --alsologtostderr
functional_test.go:451: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 image ls
E0923 23:56:37.464247    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
2024/09/23 23:56:37 [DEBUG] GET http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadDaemon (0.97s)

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

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveToFile
functional_test.go:380: (dbg) Run:  out/minikube-linux-arm64 -p functional-727085 image save kicbase/echo-server:functional-727085 /home/jenkins/workspace/Docker_Linux_docker_arm64/echo-server-save.tar --alsologtostderr
E0923 23:56:40.026735    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveToFile (0.47s)

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

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/delete_echo-server_images (0.04s)

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

                                                
                                    
x
+
TestFunctional/delete_my-image_image (0.01s)

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

                                                
                                    
x
+
TestFunctional/delete_minikube_cached_images (0.02s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StartCluster (118.03s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StartCluster
ha_test.go:101: (dbg) Run:  out/minikube-linux-arm64 start -p ha-002032 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=docker
E0923 23:56:55.393141    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
E0923 23:57:15.874462    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
E0923 23:57:56.837532    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:101: (dbg) Done: out/minikube-linux-arm64 start -p ha-002032 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=docker: (1m57.143359301s)
ha_test.go:107: (dbg) Run:  out/minikube-linux-arm64 -p ha-002032 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/StartCluster (118.03s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeployApp (46.09s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeployApp
ha_test.go:128: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-002032 -- apply -f ./testdata/ha/ha-pod-dns-test.yaml
ha_test.go:133: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-002032 -- rollout status deployment/busybox
ha_test.go:133: (dbg) Done: out/minikube-linux-arm64 kubectl -p ha-002032 -- rollout status deployment/busybox: (5.255618791s)
ha_test.go:140: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-002032 -- get pods -o jsonpath='{.items[*].status.podIP}'
ha_test.go:149: expected 3 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4'\n\n-- /stdout --"
I0923 23:58:52.523734    7541 retry.go:31] will retry after 694.274514ms: expected 3 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4'\n\n-- /stdout --"
ha_test.go:140: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-002032 -- get pods -o jsonpath='{.items[*].status.podIP}'
ha_test.go:149: expected 3 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4'\n\n-- /stdout --"
I0923 23:58:53.401552    7541 retry.go:31] will retry after 821.598924ms: expected 3 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4'\n\n-- /stdout --"
ha_test.go:140: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-002032 -- get pods -o jsonpath='{.items[*].status.podIP}'
ha_test.go:149: expected 3 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4'\n\n-- /stdout --"
I0923 23:58:54.381645    7541 retry.go:31] will retry after 2.348963766s: expected 3 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4'\n\n-- /stdout --"
ha_test.go:140: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-002032 -- get pods -o jsonpath='{.items[*].status.podIP}'
ha_test.go:149: expected 3 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4'\n\n-- /stdout --"
I0923 23:58:56.884354    7541 retry.go:31] will retry after 3.285955292s: expected 3 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4'\n\n-- /stdout --"
ha_test.go:140: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-002032 -- get pods -o jsonpath='{.items[*].status.podIP}'
ha_test.go:149: expected 3 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4'\n\n-- /stdout --"
I0923 23:59:00.535281    7541 retry.go:31] will retry after 7.582665661s: expected 3 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4'\n\n-- /stdout --"
ha_test.go:140: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-002032 -- get pods -o jsonpath='{.items[*].status.podIP}'
ha_test.go:149: expected 3 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4'\n\n-- /stdout --"
I0923 23:59:08.277563    7541 retry.go:31] will retry after 5.552596623s: expected 3 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4'\n\n-- /stdout --"
ha_test.go:140: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-002032 -- get pods -o jsonpath='{.items[*].status.podIP}'
ha_test.go:149: expected 3 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4'\n\n-- /stdout --"
I0923 23:59:13.995271    7541 retry.go:31] will retry after 16.177707793s: expected 3 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4'\n\n-- /stdout --"
E0923 23:59:18.761904    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:140: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-002032 -- get pods -o jsonpath='{.items[*].status.podIP}'
ha_test.go:163: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-002032 -- get pods -o jsonpath='{.items[*].metadata.name}'
ha_test.go:171: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-002032 -- exec busybox-7dff88458-bdpzv -- nslookup kubernetes.io
ha_test.go:171: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-002032 -- exec busybox-7dff88458-ntbld -- nslookup kubernetes.io
ha_test.go:171: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-002032 -- exec busybox-7dff88458-vvh5b -- nslookup kubernetes.io
ha_test.go:181: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-002032 -- exec busybox-7dff88458-bdpzv -- nslookup kubernetes.default
ha_test.go:181: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-002032 -- exec busybox-7dff88458-ntbld -- nslookup kubernetes.default
ha_test.go:181: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-002032 -- exec busybox-7dff88458-vvh5b -- nslookup kubernetes.default
ha_test.go:189: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-002032 -- exec busybox-7dff88458-bdpzv -- nslookup kubernetes.default.svc.cluster.local
ha_test.go:189: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-002032 -- exec busybox-7dff88458-ntbld -- nslookup kubernetes.default.svc.cluster.local
ha_test.go:189: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-002032 -- exec busybox-7dff88458-vvh5b -- nslookup kubernetes.default.svc.cluster.local
--- PASS: TestMultiControlPlane/serial/DeployApp (46.09s)

                                                
                                    
x
+
TestMultiControlPlane/serial/PingHostFromPods (1.67s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddWorkerNode (24.06s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddWorkerNode
ha_test.go:228: (dbg) Run:  out/minikube-linux-arm64 node add -p ha-002032 -v=7 --alsologtostderr
ha_test.go:228: (dbg) Done: out/minikube-linux-arm64 node add -p ha-002032 -v=7 --alsologtostderr: (23.073541859s)
ha_test.go:234: (dbg) Run:  out/minikube-linux-arm64 -p ha-002032 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/AddWorkerNode (24.06s)

                                                
                                    
x
+
TestMultiControlPlane/serial/NodeLabels (0.11s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterClusterStart (1s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/CopyFile (21.19s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopSecondaryNode (11.79s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0924 00:00:31.994239   74991 out.go:345] Setting OutFile to fd 1 ...
	I0924 00:00:31.994376   74991 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0924 00:00:31.994383   74991 out.go:358] Setting ErrFile to fd 2...
	I0924 00:00:31.994388   74991 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0924 00:00:31.994701   74991 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19696-2224/.minikube/bin
	I0924 00:00:31.994927   74991 out.go:352] Setting JSON to false
	I0924 00:00:31.994951   74991 mustload.go:65] Loading cluster: ha-002032
	I0924 00:00:31.995481   74991 config.go:182] Loaded profile config "ha-002032": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
	I0924 00:00:31.995502   74991 status.go:174] checking status of ha-002032 ...
	I0924 00:00:31.996619   74991 notify.go:220] Checking for updates...
	I0924 00:00:31.996836   74991 cli_runner.go:164] Run: docker container inspect ha-002032 --format={{.State.Status}}
	I0924 00:00:32.018194   74991 status.go:364] ha-002032 host status = "Running" (err=<nil>)
	I0924 00:00:32.018240   74991 host.go:66] Checking if "ha-002032" exists ...
	I0924 00:00:32.018650   74991 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-002032
	I0924 00:00:32.052963   74991 host.go:66] Checking if "ha-002032" exists ...
	I0924 00:00:32.053294   74991 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0924 00:00:32.053333   74991 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-002032
	I0924 00:00:32.071697   74991 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32783 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/ha-002032/id_rsa Username:docker}
	I0924 00:00:32.168220   74991 ssh_runner.go:195] Run: systemctl --version
	I0924 00:00:32.172492   74991 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0924 00:00:32.184667   74991 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0924 00:00:32.234978   74991 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:4 ContainersRunning:3 ContainersPaused:0 ContainersStopped:1 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:53 OomKillDisable:true NGoroutines:71 SystemTime:2024-09-24 00:00:32.22463791 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aa
rch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bridg
e-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0924 00:00:32.235575   74991 kubeconfig.go:125] found "ha-002032" server: "https://192.168.49.254:8443"
	I0924 00:00:32.235612   74991 api_server.go:166] Checking apiserver status ...
	I0924 00:00:32.235658   74991 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0924 00:00:32.247961   74991 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/2254/cgroup
	I0924 00:00:32.259313   74991 api_server.go:182] apiserver freezer: "10:freezer:/docker/80c8e2c952098ffaf1995ea26d398d4f8b439d82ad7ca0023ce0398d352af958/kubepods/burstable/pod5706892ac680a3b237d83294f5b25fe0/17f5e1578d0fb751d8c28d5a051dd5b8354cea116014f421c6108a795273bf68"
	I0924 00:00:32.259390   74991 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/80c8e2c952098ffaf1995ea26d398d4f8b439d82ad7ca0023ce0398d352af958/kubepods/burstable/pod5706892ac680a3b237d83294f5b25fe0/17f5e1578d0fb751d8c28d5a051dd5b8354cea116014f421c6108a795273bf68/freezer.state
	I0924 00:00:32.270854   74991 api_server.go:204] freezer state: "THAWED"
	I0924 00:00:32.270886   74991 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0924 00:00:32.278983   74991 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0924 00:00:32.279022   74991 status.go:456] ha-002032 apiserver status = Running (err=<nil>)
	I0924 00:00:32.279033   74991 status.go:176] ha-002032 status: &{Name:ha-002032 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0924 00:00:32.279082   74991 status.go:174] checking status of ha-002032-m02 ...
	I0924 00:00:32.279414   74991 cli_runner.go:164] Run: docker container inspect ha-002032-m02 --format={{.State.Status}}
	I0924 00:00:32.298246   74991 status.go:364] ha-002032-m02 host status = "Stopped" (err=<nil>)
	I0924 00:00:32.298269   74991 status.go:377] host is not running, skipping remaining checks
	I0924 00:00:32.298277   74991 status.go:176] ha-002032-m02 status: &{Name:ha-002032-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0924 00:00:32.298303   74991 status.go:174] checking status of ha-002032-m03 ...
	I0924 00:00:32.298613   74991 cli_runner.go:164] Run: docker container inspect ha-002032-m03 --format={{.State.Status}}
	I0924 00:00:32.315128   74991 status.go:364] ha-002032-m03 host status = "Running" (err=<nil>)
	I0924 00:00:32.315154   74991 host.go:66] Checking if "ha-002032-m03" exists ...
	I0924 00:00:32.315451   74991 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-002032-m03
	I0924 00:00:32.339991   74991 host.go:66] Checking if "ha-002032-m03" exists ...
	I0924 00:00:32.340572   74991 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0924 00:00:32.340634   74991 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-002032-m03
	I0924 00:00:32.359639   74991 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32795 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/ha-002032-m03/id_rsa Username:docker}
	I0924 00:00:32.455711   74991 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0924 00:00:32.470967   74991 kubeconfig.go:125] found "ha-002032" server: "https://192.168.49.254:8443"
	I0924 00:00:32.470997   74991 api_server.go:166] Checking apiserver status ...
	I0924 00:00:32.471047   74991 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0924 00:00:32.483721   74991 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/2129/cgroup
	I0924 00:00:32.494658   74991 api_server.go:182] apiserver freezer: "10:freezer:/docker/f141c64d26563ffb0cd3d1910822c677176829dcc7986606a7449d7b723565b0/kubepods/burstable/pod920d6f5f07db0b1cc75ccdf39b9eaf21/8fb80c6d1d827343043ecc15fbec498c451dc54ffce6d9b85539ca9264d5045d"
	I0924 00:00:32.494731   74991 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/f141c64d26563ffb0cd3d1910822c677176829dcc7986606a7449d7b723565b0/kubepods/burstable/pod920d6f5f07db0b1cc75ccdf39b9eaf21/8fb80c6d1d827343043ecc15fbec498c451dc54ffce6d9b85539ca9264d5045d/freezer.state
	I0924 00:00:32.504704   74991 api_server.go:204] freezer state: "THAWED"
	I0924 00:00:32.504733   74991 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0924 00:00:32.514034   74991 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0924 00:00:32.514077   74991 status.go:456] ha-002032-m03 apiserver status = Running (err=<nil>)
	I0924 00:00:32.514087   74991 status.go:176] ha-002032-m03 status: &{Name:ha-002032-m03 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0924 00:00:32.514112   74991 status.go:174] checking status of ha-002032-m04 ...
	I0924 00:00:32.514486   74991 cli_runner.go:164] Run: docker container inspect ha-002032-m04 --format={{.State.Status}}
	I0924 00:00:32.530934   74991 status.go:364] ha-002032-m04 host status = "Running" (err=<nil>)
	I0924 00:00:32.530960   74991 host.go:66] Checking if "ha-002032-m04" exists ...
	I0924 00:00:32.531263   74991 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-002032-m04
	I0924 00:00:32.550835   74991 host.go:66] Checking if "ha-002032-m04" exists ...
	I0924 00:00:32.551259   74991 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0924 00:00:32.551302   74991 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-002032-m04
	I0924 00:00:32.573455   74991 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32800 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/ha-002032-m04/id_rsa Username:docker}
	I0924 00:00:32.666550   74991 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0924 00:00:32.678765   74991 status.go:176] ha-002032-m04 status: &{Name:ha-002032-m04 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (0.76s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartSecondaryNode (66.75s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartSecondaryNode
ha_test.go:420: (dbg) Run:  out/minikube-linux-arm64 -p ha-002032 node start m02 -v=7 --alsologtostderr
E0924 00:00:51.582259    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:00:51.588710    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:00:51.600044    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:00:51.621488    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:00:51.662878    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:00:51.746158    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:00:51.911578    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:00:52.233176    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:00:52.874737    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:00:54.156452    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:00:56.718508    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:01:01.841093    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:01:12.082884    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:01:32.565137    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:01:34.890287    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:420: (dbg) Done: out/minikube-linux-arm64 -p ha-002032 node start m02 -v=7 --alsologtostderr: (1m5.628682515s)
ha_test.go:428: (dbg) Run:  out/minikube-linux-arm64 -p ha-002032 status -v=7 --alsologtostderr
ha_test.go:428: (dbg) Done: out/minikube-linux-arm64 -p ha-002032 status -v=7 --alsologtostderr: (1.011457172s)
ha_test.go:448: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiControlPlane/serial/RestartSecondaryNode (66.75s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (1.04s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartClusterKeepsNodes (218.21s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartClusterKeepsNodes
ha_test.go:456: (dbg) Run:  out/minikube-linux-arm64 node list -p ha-002032 -v=7 --alsologtostderr
ha_test.go:462: (dbg) Run:  out/minikube-linux-arm64 stop -p ha-002032 -v=7 --alsologtostderr
E0924 00:02:02.603275    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:02:13.527793    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:462: (dbg) Done: out/minikube-linux-arm64 stop -p ha-002032 -v=7 --alsologtostderr: (34.413928118s)
ha_test.go:467: (dbg) Run:  out/minikube-linux-arm64 start -p ha-002032 --wait=true -v=7 --alsologtostderr
E0924 00:03:35.449407    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:467: (dbg) Done: out/minikube-linux-arm64 start -p ha-002032 --wait=true -v=7 --alsologtostderr: (3m3.620318104s)
ha_test.go:472: (dbg) Run:  out/minikube-linux-arm64 node list -p ha-002032
--- PASS: TestMultiControlPlane/serial/RestartClusterKeepsNodes (218.21s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeleteSecondaryNode (11.63s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (0.75s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopCluster (33.01s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopCluster
ha_test.go:531: (dbg) Run:  out/minikube-linux-arm64 -p ha-002032 stop -v=7 --alsologtostderr
E0924 00:05:51.585859    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:531: (dbg) Done: out/minikube-linux-arm64 -p ha-002032 stop -v=7 --alsologtostderr: (32.889526807s)
ha_test.go:537: (dbg) Run:  out/minikube-linux-arm64 -p ha-002032 status -v=7 --alsologtostderr
ha_test.go:537: (dbg) Non-zero exit: out/minikube-linux-arm64 -p ha-002032 status -v=7 --alsologtostderr: exit status 7 (120.465217ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0924 00:06:04.762182  101823 out.go:345] Setting OutFile to fd 1 ...
	I0924 00:06:04.762388  101823 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0924 00:06:04.762414  101823 out.go:358] Setting ErrFile to fd 2...
	I0924 00:06:04.762434  101823 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0924 00:06:04.762712  101823 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19696-2224/.minikube/bin
	I0924 00:06:04.762975  101823 out.go:352] Setting JSON to false
	I0924 00:06:04.763043  101823 mustload.go:65] Loading cluster: ha-002032
	I0924 00:06:04.763127  101823 notify.go:220] Checking for updates...
	I0924 00:06:04.763582  101823 config.go:182] Loaded profile config "ha-002032": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
	I0924 00:06:04.763622  101823 status.go:174] checking status of ha-002032 ...
	I0924 00:06:04.764266  101823 cli_runner.go:164] Run: docker container inspect ha-002032 --format={{.State.Status}}
	I0924 00:06:04.782684  101823 status.go:364] ha-002032 host status = "Stopped" (err=<nil>)
	I0924 00:06:04.782705  101823 status.go:377] host is not running, skipping remaining checks
	I0924 00:06:04.782713  101823 status.go:176] ha-002032 status: &{Name:ha-002032 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0924 00:06:04.782759  101823 status.go:174] checking status of ha-002032-m02 ...
	I0924 00:06:04.783087  101823 cli_runner.go:164] Run: docker container inspect ha-002032-m02 --format={{.State.Status}}
	I0924 00:06:04.814501  101823 status.go:364] ha-002032-m02 host status = "Stopped" (err=<nil>)
	I0924 00:06:04.814525  101823 status.go:377] host is not running, skipping remaining checks
	I0924 00:06:04.814533  101823 status.go:176] ha-002032-m02 status: &{Name:ha-002032-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0924 00:06:04.814553  101823 status.go:174] checking status of ha-002032-m04 ...
	I0924 00:06:04.814873  101823 cli_runner.go:164] Run: docker container inspect ha-002032-m04 --format={{.State.Status}}
	I0924 00:06:04.832975  101823 status.go:364] ha-002032-m04 host status = "Stopped" (err=<nil>)
	I0924 00:06:04.832997  101823 status.go:377] host is not running, skipping remaining checks
	I0924 00:06:04.833005  101823 status.go:176] ha-002032-m04 status: &{Name:ha-002032-m04 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartCluster (82.77s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartCluster
ha_test.go:560: (dbg) Run:  out/minikube-linux-arm64 start -p ha-002032 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=docker
E0924 00:06:19.293568    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:06:34.891102    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:560: (dbg) Done: out/minikube-linux-arm64 start -p ha-002032 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=docker: (1m21.816032792s)
ha_test.go:566: (dbg) Run:  out/minikube-linux-arm64 -p ha-002032 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 (82.77s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterClusterRestart (0.78s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddSecondaryNode (47.29s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddSecondaryNode
ha_test.go:605: (dbg) Run:  out/minikube-linux-arm64 node add -p ha-002032 --control-plane -v=7 --alsologtostderr
ha_test.go:605: (dbg) Done: out/minikube-linux-arm64 node add -p ha-002032 --control-plane -v=7 --alsologtostderr: (46.165538375s)
ha_test.go:611: (dbg) Run:  out/minikube-linux-arm64 -p ha-002032 status -v=7 --alsologtostderr
ha_test.go:611: (dbg) Done: out/minikube-linux-arm64 -p ha-002032 status -v=7 --alsologtostderr: (1.11960659s)
--- PASS: TestMultiControlPlane/serial/AddSecondaryNode (47.29s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (1.05s)

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

                                                
                                    
x
+
TestImageBuild/serial/Setup (32.14s)

                                                
                                                
=== RUN   TestImageBuild/serial/Setup
image_test.go:69: (dbg) Run:  out/minikube-linux-arm64 start -p image-803302 --driver=docker  --container-runtime=docker
image_test.go:69: (dbg) Done: out/minikube-linux-arm64 start -p image-803302 --driver=docker  --container-runtime=docker: (32.137764465s)
--- PASS: TestImageBuild/serial/Setup (32.14s)

                                                
                                    
x
+
TestImageBuild/serial/NormalBuild (1.81s)

                                                
                                                
=== RUN   TestImageBuild/serial/NormalBuild
image_test.go:78: (dbg) Run:  out/minikube-linux-arm64 image build -t aaa:latest ./testdata/image-build/test-normal -p image-803302
image_test.go:78: (dbg) Done: out/minikube-linux-arm64 image build -t aaa:latest ./testdata/image-build/test-normal -p image-803302: (1.811497777s)
--- PASS: TestImageBuild/serial/NormalBuild (1.81s)

                                                
                                    
x
+
TestImageBuild/serial/BuildWithBuildArg (1.37s)

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

                                                
                                    
x
+
TestImageBuild/serial/BuildWithDockerIgnore (0.84s)

                                                
                                                
=== RUN   TestImageBuild/serial/BuildWithDockerIgnore
image_test.go:133: (dbg) Run:  out/minikube-linux-arm64 image build -t aaa:latest ./testdata/image-build/test-normal --build-opt=no-cache -p image-803302
--- PASS: TestImageBuild/serial/BuildWithDockerIgnore (0.84s)

                                                
                                    
x
+
TestImageBuild/serial/BuildWithSpecifiedDockerfile (0.75s)

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

                                                
                                    
x
+
TestJSONOutput/start/Command (73.94s)

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

                                                
                                    
x
+
TestJSONOutput/start/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestJSONOutput/pause/Command (0.58s)

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

                                                
                                    
x
+
TestJSONOutput/pause/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestJSONOutput/unpause/Command (0.52s)

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

                                                
                                    
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 (10.97s)

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

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

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"619f7fff-5248-4eff-8d6f-3f61b3909381","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-080650] minikube v1.34.0 on Ubuntu 20.04 (arm64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"40067f1f-297c-478d-ae01-e1762066db31","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=19696"}}
	{"specversion":"1.0","id":"37244c2b-e0cf-4cb1-80a0-a701dcbd5555","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":"bde2e1f9-6b38-4608-8958-bda3b3229488","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/19696-2224/kubeconfig"}}
	{"specversion":"1.0","id":"370cbe13-8769-419a-a81d-18d22def0693","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/19696-2224/.minikube"}}
	{"specversion":"1.0","id":"a6eb7d57-31ec-4bd8-a0ac-4b013291ae51","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-arm64"}}
	{"specversion":"1.0","id":"2acf0eed-8b93-482e-a53a-ea030c3f608e","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"81246b34-310c-48f7-9690-e76fd2b68337","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.error","datacontenttype":"application/json","data":{"advice":"","exitcode":"56","issues":"","message":"The driver 'fail' is not supported on linux/arm64","name":"DRV_UNSUPPORTED_OS","url":""}}

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

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (31.49s)

                                                
                                                
=== RUN   TestKicCustomNetwork/create_custom_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-linux-arm64 start -p docker-network-353713 --network=
E0924 00:10:51.587059    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
kic_custom_network_test.go:57: (dbg) Done: out/minikube-linux-arm64 start -p docker-network-353713 --network=: (29.35110383s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-353713" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p docker-network-353713
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p docker-network-353713: (2.119850968s)
--- PASS: TestKicCustomNetwork/create_custom_network (31.49s)

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (34.12s)

                                                
                                                
=== RUN   TestKicCustomNetwork/use_default_bridge_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-linux-arm64 start -p docker-network-213680 --network=bridge
E0924 00:11:34.890710    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
kic_custom_network_test.go:57: (dbg) Done: out/minikube-linux-arm64 start -p docker-network-213680 --network=bridge: (32.110226353s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-213680" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p docker-network-213680
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p docker-network-213680: (1.981747705s)
--- PASS: TestKicCustomNetwork/use_default_bridge_network (34.12s)

                                                
                                    
x
+
TestKicExistingNetwork (31.87s)

                                                
                                                
=== RUN   TestKicExistingNetwork
I0924 00:11:38.602405    7541 cli_runner.go:164] Run: docker network inspect existing-network --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
W0924 00:11:38.622481    7541 cli_runner.go:211] docker network inspect existing-network --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
I0924 00:11:38.622571    7541 network_create.go:284] running [docker network inspect existing-network] to gather additional debugging logs...
I0924 00:11:38.622594    7541 cli_runner.go:164] Run: docker network inspect existing-network
W0924 00:11:38.639177    7541 cli_runner.go:211] docker network inspect existing-network returned with exit code 1
I0924 00:11:38.639211    7541 network_create.go:287] error running [docker network inspect existing-network]: docker network inspect existing-network: exit status 1
stdout:
[]

                                                
                                                
stderr:
Error response from daemon: network existing-network not found
I0924 00:11:38.639224    7541 network_create.go:289] output of [docker network inspect existing-network]: -- stdout --
[]

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

                                                
                                                
** /stderr **
I0924 00:11:38.639329    7541 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}}]}"
I0924 00:11:38.656458    7541 network.go:211] skipping subnet 192.168.49.0/24 that is taken: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 IsPrivate:true Interface:{IfaceName:br-d52956a9cfe4 IfaceIPv4:192.168.49.1 IfaceMTU:1500 IfaceMAC:02:42:25:cf:2b:db} reservation:<nil>}
I0924 00:11:38.656766    7541 network.go:206] using free private subnet 192.168.58.0/24: &{IP:192.168.58.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.58.0/24 Gateway:192.168.58.1 ClientMin:192.168.58.2 ClientMax:192.168.58.254 Broadcast:192.168.58.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0x4001d071a0}
I0924 00:11:38.656788    7541 network_create.go:124] attempt to create docker network existing-network 192.168.58.0/24 with gateway 192.168.58.1 and MTU of 1500 ...
I0924 00:11:38.656839    7541 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.58.0/24 --gateway=192.168.58.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=existing-network existing-network
I0924 00:11:38.731141    7541 network_create.go:108] docker network existing-network 192.168.58.0/24 created
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
kic_custom_network_test.go:93: (dbg) Run:  out/minikube-linux-arm64 start -p existing-network-163713 --network=existing-network
kic_custom_network_test.go:93: (dbg) Done: out/minikube-linux-arm64 start -p existing-network-163713 --network=existing-network: (29.754644848s)
helpers_test.go:175: Cleaning up "existing-network-163713" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p existing-network-163713
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p existing-network-163713: (1.951762002s)
I0924 00:12:10.453506    7541 cli_runner.go:164] Run: docker network ls --filter=label=existing-network --format {{.Name}}
--- PASS: TestKicExistingNetwork (31.87s)

                                                
                                    
x
+
TestKicCustomSubnet (33.24s)

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

                                                
                                    
x
+
TestKicStaticIP (36.38s)

                                                
                                                
=== RUN   TestKicStaticIP
kic_custom_network_test.go:132: (dbg) Run:  out/minikube-linux-arm64 start -p static-ip-380148 --static-ip=192.168.200.200
E0924 00:12:57.964686    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
kic_custom_network_test.go:132: (dbg) Done: out/minikube-linux-arm64 start -p static-ip-380148 --static-ip=192.168.200.200: (34.075810832s)
kic_custom_network_test.go:138: (dbg) Run:  out/minikube-linux-arm64 -p static-ip-380148 ip
helpers_test.go:175: Cleaning up "static-ip-380148" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p static-ip-380148
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p static-ip-380148: (2.16008399s)
--- PASS: TestKicStaticIP (36.38s)

                                                
                                    
x
+
TestMainNoArgs (0.05s)

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

                                                
                                    
x
+
TestMinikubeProfile (70.65s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p first-600116 --driver=docker  --container-runtime=docker
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p first-600116 --driver=docker  --container-runtime=docker: (31.455352895s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p second-602692 --driver=docker  --container-runtime=docker
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p second-602692 --driver=docker  --container-runtime=docker: (33.597034037s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-arm64 profile first-600116
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-arm64 profile list -ojson
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-arm64 profile second-602692
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-arm64 profile list -ojson
helpers_test.go:175: Cleaning up "second-602692" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p second-602692
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p second-602692: (2.085524013s)
helpers_test.go:175: Cleaning up "first-600116" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p first-600116
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p first-600116: (2.186482219s)
--- PASS: TestMinikubeProfile (70.65s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (8.53s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountFirst (0.25s)

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

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (8.06s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountSecond (0.24s)

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

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (1.48s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostDelete (0.26s)

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

                                                
                                    
x
+
TestMountStart/serial/Stop (1.2s)

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

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (8.96s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostStop (0.35s)

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

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (86.19s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:96: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-938264 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=docker
E0924 00:15:51.582282    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:96: (dbg) Done: out/minikube-linux-arm64 start -p multinode-938264 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=docker: (1m25.579174078s)
multinode_test.go:102: (dbg) Run:  out/minikube-linux-arm64 -p multinode-938264 status --alsologtostderr
--- PASS: TestMultiNode/serial/FreshStart2Nodes (86.19s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (37.13s)

                                                
                                                
=== RUN   TestMultiNode/serial/DeployApp2Nodes
multinode_test.go:493: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-938264 -- apply -f ./testdata/multinodes/multinode-pod-dns-test.yaml
multinode_test.go:498: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-938264 -- rollout status deployment/busybox
multinode_test.go:498: (dbg) Done: out/minikube-linux-arm64 kubectl -p multinode-938264 -- rollout status deployment/busybox: (4.02635913s)
multinode_test.go:505: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-938264 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:514: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
I0924 00:16:32.693961    7541 retry.go:31] will retry after 755.45651ms: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
multinode_test.go:505: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-938264 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:514: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
I0924 00:16:33.604703    7541 retry.go:31] will retry after 755.89347ms: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
multinode_test.go:505: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-938264 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:514: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
I0924 00:16:34.514943    7541 retry.go:31] will retry after 2.789786132s: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
E0924 00:16:34.890443    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:505: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-938264 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:514: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
I0924 00:16:37.451761    7541 retry.go:31] will retry after 2.15363869s: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
multinode_test.go:505: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-938264 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:514: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
I0924 00:16:39.740965    7541 retry.go:31] will retry after 6.255654004s: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
multinode_test.go:505: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-938264 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:514: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
I0924 00:16:46.136837    7541 retry.go:31] will retry after 4.563232665s: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
multinode_test.go:505: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-938264 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:514: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
I0924 00:16:50.844829    7541 retry.go:31] will retry after 12.347970695s: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
multinode_test.go:505: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-938264 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:528: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-938264 -- get pods -o jsonpath='{.items[*].metadata.name}'
multinode_test.go:536: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-938264 -- exec busybox-7dff88458-2z77f -- nslookup kubernetes.io
multinode_test.go:536: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-938264 -- exec busybox-7dff88458-hm68d -- nslookup kubernetes.io
multinode_test.go:546: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-938264 -- exec busybox-7dff88458-2z77f -- nslookup kubernetes.default
multinode_test.go:546: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-938264 -- exec busybox-7dff88458-hm68d -- nslookup kubernetes.default
multinode_test.go:554: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-938264 -- exec busybox-7dff88458-2z77f -- nslookup kubernetes.default.svc.cluster.local
multinode_test.go:554: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-938264 -- exec busybox-7dff88458-hm68d -- nslookup kubernetes.default.svc.cluster.local
--- PASS: TestMultiNode/serial/DeployApp2Nodes (37.13s)

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (1.25s)

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

                                                
                                    
x
+
TestMultiNode/serial/AddNode (18.9s)

                                                
                                                
=== RUN   TestMultiNode/serial/AddNode
multinode_test.go:121: (dbg) Run:  out/minikube-linux-arm64 node add -p multinode-938264 -v 3 --alsologtostderr
E0924 00:17:14.655124    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:121: (dbg) Done: out/minikube-linux-arm64 node add -p multinode-938264 -v 3 --alsologtostderr: (18.140670372s)
multinode_test.go:127: (dbg) Run:  out/minikube-linux-arm64 -p multinode-938264 status --alsologtostderr
--- PASS: TestMultiNode/serial/AddNode (18.90s)

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.11s)

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

                                                
                                    
x
+
TestMultiNode/serial/ProfileList (0.69s)

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

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (9.9s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopNode (2.27s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0924 00:17:37.983452  176541 out.go:345] Setting OutFile to fd 1 ...
	I0924 00:17:37.983670  176541 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0924 00:17:37.983702  176541 out.go:358] Setting ErrFile to fd 2...
	I0924 00:17:37.983746  176541 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0924 00:17:37.984038  176541 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19696-2224/.minikube/bin
	I0924 00:17:37.984287  176541 out.go:352] Setting JSON to false
	I0924 00:17:37.984354  176541 mustload.go:65] Loading cluster: multinode-938264
	I0924 00:17:37.984428  176541 notify.go:220] Checking for updates...
	I0924 00:17:37.984851  176541 config.go:182] Loaded profile config "multinode-938264": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
	I0924 00:17:37.984887  176541 status.go:174] checking status of multinode-938264 ...
	I0924 00:17:37.985461  176541 cli_runner.go:164] Run: docker container inspect multinode-938264 --format={{.State.Status}}
	I0924 00:17:38.006904  176541 status.go:364] multinode-938264 host status = "Running" (err=<nil>)
	I0924 00:17:38.006934  176541 host.go:66] Checking if "multinode-938264" exists ...
	I0924 00:17:38.007441  176541 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-938264
	I0924 00:17:38.035285  176541 host.go:66] Checking if "multinode-938264" exists ...
	I0924 00:17:38.035609  176541 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0924 00:17:38.035670  176541 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-938264
	I0924 00:17:38.061087  176541 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32910 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/multinode-938264/id_rsa Username:docker}
	I0924 00:17:38.158966  176541 ssh_runner.go:195] Run: systemctl --version
	I0924 00:17:38.163595  176541 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0924 00:17:38.182081  176541 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0924 00:17:38.250615  176541 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:3 ContainersRunning:2 ContainersPaused:0 ContainersStopped:1 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:41 OomKillDisable:true NGoroutines:61 SystemTime:2024-09-24 00:17:38.240439631 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0924 00:17:38.251203  176541 kubeconfig.go:125] found "multinode-938264" server: "https://192.168.67.2:8443"
	I0924 00:17:38.251241  176541 api_server.go:166] Checking apiserver status ...
	I0924 00:17:38.251289  176541 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0924 00:17:38.263106  176541 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/2203/cgroup
	I0924 00:17:38.272697  176541 api_server.go:182] apiserver freezer: "10:freezer:/docker/194efce46cc21425ec0ca652ffd3cd7cb1b3d8c0f6db0efa0d3db1bfb05606f9/kubepods/burstable/podda0c4663520c5363825ebbdb501c7eb6/f560747d48eb28ccbd7ef7c8a0e56b4a97752c16311f7a97065897ef2bc35862"
	I0924 00:17:38.272773  176541 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/194efce46cc21425ec0ca652ffd3cd7cb1b3d8c0f6db0efa0d3db1bfb05606f9/kubepods/burstable/podda0c4663520c5363825ebbdb501c7eb6/f560747d48eb28ccbd7ef7c8a0e56b4a97752c16311f7a97065897ef2bc35862/freezer.state
	I0924 00:17:38.282235  176541 api_server.go:204] freezer state: "THAWED"
	I0924 00:17:38.282265  176541 api_server.go:253] Checking apiserver healthz at https://192.168.67.2:8443/healthz ...
	I0924 00:17:38.290208  176541 api_server.go:279] https://192.168.67.2:8443/healthz returned 200:
	ok
	I0924 00:17:38.290237  176541 status.go:456] multinode-938264 apiserver status = Running (err=<nil>)
	I0924 00:17:38.290249  176541 status.go:176] multinode-938264 status: &{Name:multinode-938264 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0924 00:17:38.290265  176541 status.go:174] checking status of multinode-938264-m02 ...
	I0924 00:17:38.290566  176541 cli_runner.go:164] Run: docker container inspect multinode-938264-m02 --format={{.State.Status}}
	I0924 00:17:38.307808  176541 status.go:364] multinode-938264-m02 host status = "Running" (err=<nil>)
	I0924 00:17:38.307838  176541 host.go:66] Checking if "multinode-938264-m02" exists ...
	I0924 00:17:38.308155  176541 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-938264-m02
	I0924 00:17:38.324636  176541 host.go:66] Checking if "multinode-938264-m02" exists ...
	I0924 00:17:38.324970  176541 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0924 00:17:38.325019  176541 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-938264-m02
	I0924 00:17:38.344312  176541 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32915 SSHKeyPath:/home/jenkins/minikube-integration/19696-2224/.minikube/machines/multinode-938264-m02/id_rsa Username:docker}
	I0924 00:17:38.434951  176541 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0924 00:17:38.447155  176541 status.go:176] multinode-938264-m02 status: &{Name:multinode-938264-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I0924 00:17:38.447197  176541 status.go:174] checking status of multinode-938264-m03 ...
	I0924 00:17:38.447621  176541 cli_runner.go:164] Run: docker container inspect multinode-938264-m03 --format={{.State.Status}}
	I0924 00:17:38.472657  176541 status.go:364] multinode-938264-m03 host status = "Stopped" (err=<nil>)
	I0924 00:17:38.472679  176541 status.go:377] host is not running, skipping remaining checks
	I0924 00:17:38.472686  176541 status.go:176] multinode-938264-m03 status: &{Name:multinode-938264-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (11.65s)

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

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (92.55s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:314: (dbg) Run:  out/minikube-linux-arm64 node list -p multinode-938264
multinode_test.go:321: (dbg) Run:  out/minikube-linux-arm64 stop -p multinode-938264
multinode_test.go:321: (dbg) Done: out/minikube-linux-arm64 stop -p multinode-938264: (22.550542459s)
multinode_test.go:326: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-938264 --wait=true -v=8 --alsologtostderr
multinode_test.go:326: (dbg) Done: out/minikube-linux-arm64 start -p multinode-938264 --wait=true -v=8 --alsologtostderr: (1m9.86531546s)
multinode_test.go:331: (dbg) Run:  out/minikube-linux-arm64 node list -p multinode-938264
--- PASS: TestMultiNode/serial/RestartKeepsNodes (92.55s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (5.67s)

                                                
                                                
=== RUN   TestMultiNode/serial/DeleteNode
multinode_test.go:416: (dbg) Run:  out/minikube-linux-arm64 -p multinode-938264 node delete m03
multinode_test.go:416: (dbg) Done: out/minikube-linux-arm64 -p multinode-938264 node delete m03: (4.977571659s)
multinode_test.go:422: (dbg) Run:  out/minikube-linux-arm64 -p multinode-938264 status --alsologtostderr
multinode_test.go:436: (dbg) Run:  kubectl get nodes
multinode_test.go:444: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiNode/serial/DeleteNode (5.67s)

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (21.71s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0924 00:19:50.000216  190047 out.go:345] Setting OutFile to fd 1 ...
	I0924 00:19:50.000419  190047 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0924 00:19:50.000445  190047 out.go:358] Setting ErrFile to fd 2...
	I0924 00:19:50.000464  190047 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0924 00:19:50.000752  190047 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19696-2224/.minikube/bin
	I0924 00:19:50.001005  190047 out.go:352] Setting JSON to false
	I0924 00:19:50.001073  190047 mustload.go:65] Loading cluster: multinode-938264
	I0924 00:19:50.001596  190047 config.go:182] Loaded profile config "multinode-938264": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
	I0924 00:19:50.001654  190047 status.go:174] checking status of multinode-938264 ...
	I0924 00:19:50.002301  190047 cli_runner.go:164] Run: docker container inspect multinode-938264 --format={{.State.Status}}
	I0924 00:19:50.007649  190047 notify.go:220] Checking for updates...
	I0924 00:19:50.031908  190047 status.go:364] multinode-938264 host status = "Stopped" (err=<nil>)
	I0924 00:19:50.031936  190047 status.go:377] host is not running, skipping remaining checks
	I0924 00:19:50.031945  190047 status.go:176] multinode-938264 status: &{Name:multinode-938264 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0924 00:19:50.031985  190047 status.go:174] checking status of multinode-938264-m02 ...
	I0924 00:19:50.032330  190047 cli_runner.go:164] Run: docker container inspect multinode-938264-m02 --format={{.State.Status}}
	I0924 00:19:50.062533  190047 status.go:364] multinode-938264-m02 host status = "Stopped" (err=<nil>)
	I0924 00:19:50.062554  190047 status.go:377] host is not running, skipping remaining checks
	I0924 00:19:50.062562  190047 status.go:176] multinode-938264-m02 status: &{Name:multinode-938264-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (52.3s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartMultiNode
multinode_test.go:376: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-938264 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=docker
multinode_test.go:376: (dbg) Done: out/minikube-linux-arm64 start -p multinode-938264 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=docker: (51.544960289s)
multinode_test.go:382: (dbg) Run:  out/minikube-linux-arm64 -p multinode-938264 status --alsologtostderr
multinode_test.go:396: (dbg) Run:  kubectl get nodes
multinode_test.go:404: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiNode/serial/RestartMultiNode (52.30s)

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (37.27s)

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

                                                
                                                
-- stdout --
	* [multinode-938264-m02] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=19696
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19696-2224/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19696-2224/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

                                                
                                                
** /stderr **
multinode_test.go:472: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-938264-m03 --driver=docker  --container-runtime=docker
E0924 00:20:51.584149    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:472: (dbg) Done: out/minikube-linux-arm64 start -p multinode-938264-m03 --driver=docker  --container-runtime=docker: (34.81286694s)
multinode_test.go:479: (dbg) Run:  out/minikube-linux-arm64 node add -p multinode-938264
multinode_test.go:479: (dbg) Non-zero exit: out/minikube-linux-arm64 node add -p multinode-938264: exit status 80 (303.707162ms)

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

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

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

                                                
                                    
x
+
TestPreload (139.73s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p test-preload-231437 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.24.4
E0924 00:21:34.891152    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
preload_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p test-preload-231437 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.24.4: (1m42.392211293s)
preload_test.go:52: (dbg) Run:  out/minikube-linux-arm64 -p test-preload-231437 image pull gcr.io/k8s-minikube/busybox
preload_test.go:52: (dbg) Done: out/minikube-linux-arm64 -p test-preload-231437 image pull gcr.io/k8s-minikube/busybox: (2.219350597s)
preload_test.go:58: (dbg) Run:  out/minikube-linux-arm64 stop -p test-preload-231437
preload_test.go:58: (dbg) Done: out/minikube-linux-arm64 stop -p test-preload-231437: (10.746717336s)
preload_test.go:66: (dbg) Run:  out/minikube-linux-arm64 start -p test-preload-231437 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=docker
preload_test.go:66: (dbg) Done: out/minikube-linux-arm64 start -p test-preload-231437 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=docker: (21.716633401s)
preload_test.go:71: (dbg) Run:  out/minikube-linux-arm64 -p test-preload-231437 image list
helpers_test.go:175: Cleaning up "test-preload-231437" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p test-preload-231437
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p test-preload-231437: (2.35595228s)
--- PASS: TestPreload (139.73s)

                                                
                                    
x
+
TestScheduledStopUnix (107.32s)

                                                
                                                
=== RUN   TestScheduledStopUnix
scheduled_stop_test.go:128: (dbg) Run:  out/minikube-linux-arm64 start -p scheduled-stop-949847 --memory=2048 --driver=docker  --container-runtime=docker
scheduled_stop_test.go:128: (dbg) Done: out/minikube-linux-arm64 start -p scheduled-stop-949847 --memory=2048 --driver=docker  --container-runtime=docker: (34.169075439s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-949847 --schedule 5m
scheduled_stop_test.go:191: (dbg) Run:  out/minikube-linux-arm64 status --format={{.TimeToStop}} -p scheduled-stop-949847 -n scheduled-stop-949847
scheduled_stop_test.go:169: signal error was:  <nil>
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-949847 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
I0924 00:24:18.072421    7541 retry.go:31] will retry after 84.114µs: open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/scheduled-stop-949847/pid: no such file or directory
I0924 00:24:18.073001    7541 retry.go:31] will retry after 80.856µs: open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/scheduled-stop-949847/pid: no such file or directory
I0924 00:24:18.073372    7541 retry.go:31] will retry after 297.996µs: open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/scheduled-stop-949847/pid: no such file or directory
I0924 00:24:18.074654    7541 retry.go:31] will retry after 175.315µs: open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/scheduled-stop-949847/pid: no such file or directory
I0924 00:24:18.075886    7541 retry.go:31] will retry after 651.442µs: open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/scheduled-stop-949847/pid: no such file or directory
I0924 00:24:18.077435    7541 retry.go:31] will retry after 1.073788ms: open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/scheduled-stop-949847/pid: no such file or directory
I0924 00:24:18.078633    7541 retry.go:31] will retry after 595.087µs: open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/scheduled-stop-949847/pid: no such file or directory
I0924 00:24:18.079797    7541 retry.go:31] will retry after 2.536228ms: open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/scheduled-stop-949847/pid: no such file or directory
I0924 00:24:18.083042    7541 retry.go:31] will retry after 2.771715ms: open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/scheduled-stop-949847/pid: no such file or directory
I0924 00:24:18.086311    7541 retry.go:31] will retry after 4.058287ms: open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/scheduled-stop-949847/pid: no such file or directory
I0924 00:24:18.090486    7541 retry.go:31] will retry after 5.137063ms: open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/scheduled-stop-949847/pid: no such file or directory
I0924 00:24:18.096786    7541 retry.go:31] will retry after 10.366907ms: open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/scheduled-stop-949847/pid: no such file or directory
I0924 00:24:18.108135    7541 retry.go:31] will retry after 10.164694ms: open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/scheduled-stop-949847/pid: no such file or directory
I0924 00:24:18.119734    7541 retry.go:31] will retry after 11.027705ms: open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/scheduled-stop-949847/pid: no such file or directory
I0924 00:24:18.132585    7541 retry.go:31] will retry after 25.2874ms: open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/scheduled-stop-949847/pid: no such file or directory
I0924 00:24:18.158375    7541 retry.go:31] will retry after 22.304187ms: open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/scheduled-stop-949847/pid: no such file or directory
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-949847 --cancel-scheduled
scheduled_stop_test.go:176: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p scheduled-stop-949847 -n scheduled-stop-949847
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-arm64 status -p scheduled-stop-949847
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-949847 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-arm64 status -p scheduled-stop-949847
scheduled_stop_test.go:205: (dbg) Non-zero exit: out/minikube-linux-arm64 status -p scheduled-stop-949847: exit status 7 (77.506262ms)

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

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    
x
+
TestSkaffold (118.01s)

                                                
                                                
=== RUN   TestSkaffold
skaffold_test.go:59: (dbg) Run:  /tmp/skaffold.exe2399279902 version
skaffold_test.go:63: skaffold version: v2.13.2
skaffold_test.go:66: (dbg) Run:  out/minikube-linux-arm64 start -p skaffold-701156 --memory=2600 --driver=docker  --container-runtime=docker
E0924 00:25:51.585670    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
skaffold_test.go:66: (dbg) Done: out/minikube-linux-arm64 start -p skaffold-701156 --memory=2600 --driver=docker  --container-runtime=docker: (32.998557965s)
skaffold_test.go:86: copying out/minikube-linux-arm64 to /home/jenkins/workspace/Docker_Linux_docker_arm64/out/minikube
skaffold_test.go:105: (dbg) Run:  /tmp/skaffold.exe2399279902 run --minikube-profile skaffold-701156 --kube-context skaffold-701156 --status-check=true --port-forward=false --interactive=false
E0924 00:26:34.890920    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
skaffold_test.go:105: (dbg) Done: /tmp/skaffold.exe2399279902 run --minikube-profile skaffold-701156 --kube-context skaffold-701156 --status-check=true --port-forward=false --interactive=false: (1m9.747968382s)
skaffold_test.go:111: (dbg) TestSkaffold: waiting 1m0s for pods matching "app=leeroy-app" in namespace "default" ...
helpers_test.go:344: "leeroy-app-69fcc9bbd4-jjnlj" [fb4f640c-c486-4ee1-a10b-7f79f34f8064] Running
skaffold_test.go:111: (dbg) TestSkaffold: app=leeroy-app healthy within 6.003760185s
skaffold_test.go:114: (dbg) TestSkaffold: waiting 1m0s for pods matching "app=leeroy-web" in namespace "default" ...
helpers_test.go:344: "leeroy-web-5c764586b5-czd5r" [891ed463-1f40-4715-b019-067082f82240] Running
skaffold_test.go:114: (dbg) TestSkaffold: app=leeroy-web healthy within 5.004125472s
helpers_test.go:175: Cleaning up "skaffold-701156" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p skaffold-701156
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p skaffold-701156: (2.93764612s)
--- PASS: TestSkaffold (118.01s)

                                                
                                    
x
+
TestInsufficientStorage (10.84s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"7075b2ce-d7f5-4695-b9d8-0c76b40f48d3","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-455667] minikube v1.34.0 on Ubuntu 20.04 (arm64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"2e7ccdfd-496c-4886-ad5f-4a68c73efb2a","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=19696"}}
	{"specversion":"1.0","id":"233f12ad-8b53-411c-b1f1-af1137f632aa","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":"8e896909-dc00-4b9c-9d6d-7260b90524ce","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/19696-2224/kubeconfig"}}
	{"specversion":"1.0","id":"e7f8bb29-bd7e-4de2-924f-a3b2293fa76a","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/19696-2224/.minikube"}}
	{"specversion":"1.0","id":"3477762d-2ecd-4117-902f-415f265da3e5","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-arm64"}}
	{"specversion":"1.0","id":"4d080cba-02eb-46d2-897a-8637cde1000e","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"159a83f0-505c-4ebf-9780-6251cda42979","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":"6fe68f24-4377-4a2a-8ea8-4a41b3fd8246","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":"09a619c8-91bf-4bbc-812b-f2c4c6fea56c","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":"efa2e6c8-ae4f-499c-9479-6207b17faadd","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":"f39e7951-a74a-44b3-8538-6b6ef73df59c","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting \"insufficient-storage-455667\" primary control-plane node in \"insufficient-storage-455667\" cluster","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"80789c5d-5b57-44a3-b81c-e3964ee069ed","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"5","message":"Pulling base image v0.0.45-1727108449-19696 ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"7115bda3-cacc-4f3c-8968-22e5f7f9fa41","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":"f51503ea-ac7e-45ab-858f-4ab9c441b063","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.error","datacontenttype":"application/json","data":{"advice":"Try one or more of the following to free up space on the device:\n\t\n\t\t\t1. Run \"docker system prune\" to remove unused Docker data (optionally with \"-a\")\n\t\t\t2. Increase the storage allocated to Docker for Desktop by clicking on:\n\t\t\t\tDocker icon \u003e Preferences \u003e Resources \u003e Disk Image Size\n\t\t\t3. Run \"minikube ssh -- docker system prune\" if using the Docker container runtime","exitcode":"26","issues":"https://github.com/kubernetes/minikube/issues/9024","message":"Docker is out of disk space! (/var is at 100% of capacity). You can pass '--force' to skip this check.","name":"RSRC_DOCKER_STORAGE","url":""}}

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0924 00:27:37.595844  224177 status.go:451] kubeconfig endpoint: get endpoint: "insufficient-storage-455667" does not appear in /home/jenkins/minikube-integration/19696-2224/kubeconfig

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0924 00:27:37.867169  224238 status.go:451] kubeconfig endpoint: get endpoint: "insufficient-storage-455667" does not appear in /home/jenkins/minikube-integration/19696-2224/kubeconfig
	E0924 00:27:37.877907  224238 status.go:258] unable to read event log: stat: stat /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/insufficient-storage-455667/events.json: no such file or directory

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

                                                
                                    
x
+
TestRunningBinaryUpgrade (88.9s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:120: (dbg) Run:  /tmp/minikube-v1.26.0.4107110973 start -p running-upgrade-936651 --memory=2200 --vm-driver=docker  --container-runtime=docker
E0924 00:33:36.725518    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/skaffold-701156/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:120: (dbg) Done: /tmp/minikube-v1.26.0.4107110973 start -p running-upgrade-936651 --memory=2200 --vm-driver=docker  --container-runtime=docker: (41.356305975s)
version_upgrade_test.go:130: (dbg) Run:  out/minikube-linux-arm64 start -p running-upgrade-936651 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker
E0924 00:33:54.657240    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:130: (dbg) Done: out/minikube-linux-arm64 start -p running-upgrade-936651 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker: (44.194033102s)
helpers_test.go:175: Cleaning up "running-upgrade-936651" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p running-upgrade-936651
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p running-upgrade-936651: (2.567011191s)
--- PASS: TestRunningBinaryUpgrade (88.90s)

                                                
                                    
x
+
TestKubernetesUpgrade (380.73s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestKubernetesUpgrade
version_upgrade_test.go:222: (dbg) Run:  out/minikube-linux-arm64 start -p kubernetes-upgrade-331196 --memory=2200 --kubernetes-version=v1.20.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker
E0924 00:29:37.968553    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:222: (dbg) Done: out/minikube-linux-arm64 start -p kubernetes-upgrade-331196 --memory=2200 --kubernetes-version=v1.20.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker: (1m1.841462845s)
version_upgrade_test.go:227: (dbg) Run:  out/minikube-linux-arm64 stop -p kubernetes-upgrade-331196
version_upgrade_test.go:227: (dbg) Done: out/minikube-linux-arm64 stop -p kubernetes-upgrade-331196: (1.367886895s)
version_upgrade_test.go:232: (dbg) Run:  out/minikube-linux-arm64 -p kubernetes-upgrade-331196 status --format={{.Host}}
version_upgrade_test.go:232: (dbg) Non-zero exit: out/minikube-linux-arm64 -p kubernetes-upgrade-331196 status --format={{.Host}}: exit status 7 (91.407736ms)

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                                
-- stdout --
	* [kubernetes-upgrade-331196] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=19696
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19696-2224/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19696-2224/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

                                                
                                                
** /stderr **
version_upgrade_test.go:273: Attempting restart after unsuccessful downgrade
version_upgrade_test.go:275: (dbg) Run:  out/minikube-linux-arm64 start -p kubernetes-upgrade-331196 --memory=2200 --kubernetes-version=v1.31.1 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker
E0924 00:34:58.647173    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/skaffold-701156/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:275: (dbg) Done: out/minikube-linux-arm64 start -p kubernetes-upgrade-331196 --memory=2200 --kubernetes-version=v1.31.1 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker: (30.929540128s)
helpers_test.go:175: Cleaning up "kubernetes-upgrade-331196" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p kubernetes-upgrade-331196
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p kubernetes-upgrade-331196: (2.697713623s)
--- PASS: TestKubernetesUpgrade (380.73s)

                                                
                                    
x
+
TestMissingContainerUpgrade (173.28s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:309: (dbg) Run:  /tmp/minikube-v1.26.0.3183045103 start -p missing-upgrade-708980 --memory=2200 --driver=docker  --container-runtime=docker
version_upgrade_test.go:309: (dbg) Done: /tmp/minikube-v1.26.0.3183045103 start -p missing-upgrade-708980 --memory=2200 --driver=docker  --container-runtime=docker: (1m40.732544862s)
version_upgrade_test.go:318: (dbg) Run:  docker stop missing-upgrade-708980
version_upgrade_test.go:318: (dbg) Done: docker stop missing-upgrade-708980: (10.434197284s)
version_upgrade_test.go:323: (dbg) Run:  docker rm missing-upgrade-708980
version_upgrade_test.go:329: (dbg) Run:  out/minikube-linux-arm64 start -p missing-upgrade-708980 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker
E0924 00:30:51.582291    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:329: (dbg) Done: out/minikube-linux-arm64 start -p missing-upgrade-708980 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker: (58.334066559s)
helpers_test.go:175: Cleaning up "missing-upgrade-708980" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p missing-upgrade-708980
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p missing-upgrade-708980: (2.298611648s)
--- PASS: TestMissingContainerUpgrade (173.28s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.09s)

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

                                                
                                                
-- stdout --
	* [NoKubernetes-294859] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=19696
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19696-2224/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19696-2224/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithK8s (45.92s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (8.8s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/Start (8.17s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (0.32s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (0.73s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (1.25s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (7.66s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.26s)

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

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

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (1.17s)

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (87.56s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:183: (dbg) Run:  /tmp/minikube-v1.26.0.553196147 start -p stopped-upgrade-535320 --memory=2200 --vm-driver=docker  --container-runtime=docker
E0924 00:31:34.891072    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:32:14.781555    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/skaffold-701156/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:32:14.791018    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/skaffold-701156/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:32:14.802343    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/skaffold-701156/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:32:14.823805    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/skaffold-701156/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:32:14.865143    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/skaffold-701156/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:32:14.947300    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/skaffold-701156/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:32:15.109259    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/skaffold-701156/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:32:15.430938    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/skaffold-701156/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:32:16.072970    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/skaffold-701156/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:183: (dbg) Done: /tmp/minikube-v1.26.0.553196147 start -p stopped-upgrade-535320 --memory=2200 --vm-driver=docker  --container-runtime=docker: (42.849906615s)
version_upgrade_test.go:192: (dbg) Run:  /tmp/minikube-v1.26.0.553196147 -p stopped-upgrade-535320 stop
E0924 00:32:17.354928    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/skaffold-701156/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:32:19.916305    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/skaffold-701156/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:32:25.037904    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/skaffold-701156/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:192: (dbg) Done: /tmp/minikube-v1.26.0.553196147 -p stopped-upgrade-535320 stop: (10.874304156s)
version_upgrade_test.go:198: (dbg) Run:  out/minikube-linux-arm64 start -p stopped-upgrade-535320 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker
E0924 00:32:35.280666    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/skaffold-701156/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:32:55.762612    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/skaffold-701156/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:198: (dbg) Done: out/minikube-linux-arm64 start -p stopped-upgrade-535320 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker: (33.837684101s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (87.56s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (1.43s)

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

                                                
                                    
x
+
TestPause/serial/Start (52.7s)

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

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (40.91s)

                                                
                                                
=== RUN   TestPause/serial/SecondStartNoReconfiguration
pause_test.go:92: (dbg) Run:  out/minikube-linux-arm64 start -p pause-743613 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker
E0924 00:35:51.585554    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
pause_test.go:92: (dbg) Done: out/minikube-linux-arm64 start -p pause-743613 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker: (40.889490867s)
--- PASS: TestPause/serial/SecondStartNoReconfiguration (40.91s)

                                                
                                    
x
+
TestPause/serial/Pause (1.05s)

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

                                                
                                    
x
+
TestPause/serial/VerifyStatus (0.44s)

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

                                                
                                                
-- stdout --
	{"Name":"pause-743613","StatusCode":418,"StatusName":"Paused","Step":"Done","StepDetail":"* Paused 12 containers in: kube-system, kubernetes-dashboard, storage-gluster, istio-operator","BinaryVersion":"v1.34.0","Components":{"kubeconfig":{"Name":"kubeconfig","StatusCode":200,"StatusName":"OK"}},"Nodes":[{"Name":"pause-743613","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.44s)

                                                
                                    
x
+
TestPause/serial/Unpause (0.54s)

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

                                                
                                    
x
+
TestPause/serial/PauseAgain (0.76s)

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

                                                
                                    
x
+
TestPause/serial/DeletePaused (2.27s)

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

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (0.42s)

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

                                                
                                                
-- stdout --
	[]

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p old-k8s-version-530838 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.20.0
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p old-k8s-version-530838 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.20.0: (2m27.293447368s)
--- PASS: TestStartStop/group/old-k8s-version/serial/FirstStart (147.29s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p no-preload-582514 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.31.1
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p no-preload-582514 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.31.1: (1m27.330100726s)
--- PASS: TestStartStop/group/no-preload/serial/FirstStart (87.33s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-530838 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" [afac3b41-d119-45b4-a338-b38ff10b1948] Pending
helpers_test.go:344: "busybox" [afac3b41-d119-45b4-a338-b38ff10b1948] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [afac3b41-d119-45b4-a338-b38ff10b1948] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 10.007286929s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-530838 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (10.73s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-arm64 stop -p old-k8s-version-530838 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-arm64 stop -p old-k8s-version-530838 --alsologtostderr -v=3: (11.600481535s)
--- PASS: TestStartStop/group/old-k8s-version/serial/Stop (11.60s)

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p old-k8s-version-530838 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.20.0
E0924 00:40:51.582980    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:41:34.890532    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p old-k8s-version-530838 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.20.0: (2m8.584507052s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p old-k8s-version-530838 -n old-k8s-version-530838
--- PASS: TestStartStop/group/old-k8s-version/serial/SecondStart (128.96s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-582514 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" [dd5881e2-1b83-4b9b-b871-fe51b33ee86a] Pending
helpers_test.go:344: "busybox" [dd5881e2-1b83-4b9b-b871-fe51b33ee86a] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [dd5881e2-1b83-4b9b-b871-fe51b33ee86a] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 10.003664573s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-582514 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (10.39s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-arm64 stop -p no-preload-582514 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-arm64 stop -p no-preload-582514 --alsologtostderr -v=3: (10.92518339s)
--- PASS: TestStartStop/group/no-preload/serial/Stop (10.93s)

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p no-preload-582514 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.31.1
E0924 00:42:14.778652    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/skaffold-701156/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p no-preload-582514 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.31.1: (4m25.89650324s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p no-preload-582514 -n no-preload-582514
--- PASS: TestStartStop/group/no-preload/serial/SecondStart (266.26s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-cd95d586-zp58h" [ce886708-f9b1-4e64-933f-3b07131a0a1f] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003583549s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== 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-zp58h" [ce886708-f9b1-4e64-933f-3b07131a0a1f] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004654663s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context old-k8s-version-530838 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (5.11s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p embed-certs-433111 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=docker --kubernetes-version=v1.31.1
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p embed-certs-433111 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=docker --kubernetes-version=v1.31.1: (42.750181479s)
--- PASS: TestStartStop/group/embed-certs/serial/FirstStart (42.75s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-433111 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" [a70595f4-2507-4023-87af-bfc9d428bc7d] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [a70595f4-2507-4023-87af-bfc9d428bc7d] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 10.012305762s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-433111 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (10.39s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-arm64 stop -p embed-certs-433111 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-arm64 stop -p embed-certs-433111 --alsologtostderr -v=3: (10.859183096s)
--- PASS: TestStartStop/group/embed-certs/serial/Stop (10.86s)

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p embed-certs-433111 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=docker --kubernetes-version=v1.31.1
E0924 00:45:26.948817    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/old-k8s-version-530838/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:45:26.955409    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/old-k8s-version-530838/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:45:26.966767    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/old-k8s-version-530838/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:45:26.988233    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/old-k8s-version-530838/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:45:27.029685    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/old-k8s-version-530838/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:45:27.111242    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/old-k8s-version-530838/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:45:27.272776    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/old-k8s-version-530838/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:45:27.594504    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/old-k8s-version-530838/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:45:28.236453    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/old-k8s-version-530838/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:45:29.517925    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/old-k8s-version-530838/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:45:32.080045    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/old-k8s-version-530838/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:45:37.202061    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/old-k8s-version-530838/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:45:47.444125    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/old-k8s-version-530838/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:45:51.582694    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:46:07.926300    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/old-k8s-version-530838/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:46:17.970609    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p embed-certs-433111 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=docker --kubernetes-version=v1.31.1: (4m40.245145262s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p embed-certs-433111 -n embed-certs-433111
--- PASS: TestStartStop/group/embed-certs/serial/SecondStart (280.59s)

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

                                                
                                                
=== 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-695b96c756-mqsld" [a2506537-a781-4080-9fce-8e6623629533] Running
E0924 00:46:34.890790    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:274: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003890994s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== 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-695b96c756-mqsld" [a2506537-a781-4080-9fce-8e6623629533] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004429399s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context no-preload-582514 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/no-preload/serial/AddonExistsAfterStop (5.10s)

                                                
                                    
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-arm64 -p no-preload-582514 image list --format=json
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 (3.07s)

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p default-k8s-diff-port-515606 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=docker --kubernetes-version=v1.31.1
E0924 00:46:48.888242    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/old-k8s-version-530838/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:47:14.779327    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/skaffold-701156/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p default-k8s-diff-port-515606 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=docker --kubernetes-version=v1.31.1: (43.730858595s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/FirstStart (43.73s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-515606 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" [0a195593-620e-405b-814f-9956fc23a88e] Pending
helpers_test.go:344: "busybox" [0a195593-620e-405b-814f-9956fc23a88e] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [0a195593-620e-405b-814f-9956fc23a88e] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: integration-test=busybox healthy within 9.0047102s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-515606 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (9.37s)

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p default-k8s-diff-port-515606 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=docker --kubernetes-version=v1.31.1
E0924 00:48:10.809664    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/old-k8s-version-530838/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:48:37.850228    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/skaffold-701156/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p default-k8s-diff-port-515606 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=docker --kubernetes-version=v1.31.1: (4m27.722060195s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p default-k8s-diff-port-515606 -n default-k8s-diff-port-515606
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/SecondStart (268.23s)

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

                                                
                                                
=== 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-695b96c756-wp45r" [cff7583d-6ae2-4947-8a68-337414724295] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003524962s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.00s)

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

                                                
                                                
=== 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-695b96c756-wp45r" [cff7583d-6ae2-4947-8a68-337414724295] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004010029s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context embed-certs-433111 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.11s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p newest-cni-915522 --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=docker --kubernetes-version=v1.31.1
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p newest-cni-915522 --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=docker --kubernetes-version=v1.31.1: (35.190187239s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (35.19s)

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-arm64 stop -p newest-cni-915522 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-arm64 stop -p newest-cni-915522 --alsologtostderr -v=3: (11.089829845s)
--- PASS: TestStartStop/group/newest-cni/serial/Stop (11.09s)

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p newest-cni-915522 --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=docker --kubernetes-version=v1.31.1
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p newest-cni-915522 --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=docker --kubernetes-version=v1.31.1: (18.143662273s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p newest-cni-915522 -n newest-cni-915522
--- PASS: TestStartStop/group/newest-cni/serial/SecondStart (18.53s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p newest-cni-915522 image list --format=json
--- PASS: TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (0.29s)

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

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

                                                
                                                
-- 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-arm64 status --format={{.Kubelet}} -p newest-cni-915522 -n newest-cni-915522
E0924 00:50:26.947496    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/old-k8s-version-530838/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.Kubelet}} -p newest-cni-915522 -n newest-cni-915522: exit status 2 (341.600536ms)

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p auto-141640 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=docker
E0924 00:50:34.659176    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:50:51.583103    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:50:54.651195    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/old-k8s-version-530838/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p auto-141640 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=docker: (48.633077089s)
--- PASS: TestNetworkPlugins/group/auto/Start (48.63s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p auto-141640 "pgrep -a kubelet"
I0924 00:51:20.226328    7541 config.go:182] Loaded profile config "auto-141640": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
--- PASS: TestNetworkPlugins/group/auto/KubeletFlags (0.32s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-141640 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-6fc964789b-2vwrc" [ed192f75-00eb-4b32-8ad3-2e0687b031ed] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-2vwrc" [ed192f75-00eb-4b32-8ad3-2e0687b031ed] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 10.004478022s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (10.27s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p flannel-141640 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=docker
E0924 00:51:53.217971    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/no-preload-582514/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:52:03.459526    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/no-preload-582514/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:52:14.778821    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/skaffold-701156/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p flannel-141640 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=docker: (59.353615979s)
--- PASS: TestNetworkPlugins/group/flannel/Start (59.35s)

                                                
                                    
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-695b96c756-ntf6q" [82f1674e-3d65-4e75-8dfb-9e55c67f5a30] Running
E0924 00:52:23.941589    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/no-preload-582514/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:274: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004227625s
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== 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-695b96c756-ntf6q" [82f1674e-3d65-4e75-8dfb-9e55c67f5a30] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.00478976s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context default-k8s-diff-port-515606 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (6.13s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p default-k8s-diff-port-515606 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages (0.26s)

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

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

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

                                                
                                                
-- 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-arm64 unpause -p default-k8s-diff-port-515606 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p default-k8s-diff-port-515606 -n default-k8s-diff-port-515606
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p default-k8s-diff-port-515606 -n default-k8s-diff-port-515606
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/Pause (3.57s)
E0924 00:58:54.288796    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/calico-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:58:54.295112    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/calico-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:58:54.306445    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/calico-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:58:54.327786    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/calico-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:58:54.369141    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/calico-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:58:54.450471    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/calico-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:58:54.611917    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/calico-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:58:54.700373    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/default-k8s-diff-port-515606/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:58:54.933311    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/calico-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:58:55.575471    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/calico-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:58:56.856711    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/calico-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:58:59.418046    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/calico-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:59:04.339791    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/auto-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:59:04.540232    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/calico-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:59:12.860352    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:59:14.782283    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/calico-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:59:35.264244    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/calico-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:59:37.324356    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/custom-flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:59:37.330841    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/custom-flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:59:37.342237    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/custom-flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:59:37.363614    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/custom-flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:59:37.405068    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/custom-flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:59:37.486577    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/custom-flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:59:37.648079    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/custom-flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:59:37.969806    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/custom-flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:59:38.611312    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/custom-flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:59:39.892685    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/custom-flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:59:42.454162    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/custom-flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:59:47.576453    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/custom-flannel-141640/client.crt: no such file or directory" logger="UnhandledError"

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

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

                                                
                                    
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-9gdd4" [83f2efb4-6db3-4c2a-81fc-45a4f955d8e3] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.005052249s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p flannel-141640 "pgrep -a kubelet"
I0924 00:52:57.294869    7541 config.go:182] Loaded profile config "flannel-141640": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
--- PASS: TestNetworkPlugins/group/flannel/KubeletFlags (0.37s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-141640 replace --force -f testdata/netcat-deployment.yaml
I0924 00:52:57.645610    7541 kapi.go:136] Waiting for deployment netcat to stabilize, generation 1 observed generation 1 spec.replicas 1 status.replicas 0
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6fc964789b-blw5r" [c9f83a5e-93f4-4eb7-8147-837175616712] Pending
helpers_test.go:344: "netcat-6fc964789b-blw5r" [c9f83a5e-93f4-4eb7-8147-837175616712] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-blw5r" [c9f83a5e-93f4-4eb7-8147-837175616712] Running
E0924 00:53:04.903442    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/no-preload-582514/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 11.004418616s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (11.37s)

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/calico/ControllerPod (6.03s)

                                                
                                                
=== 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-xtcf2" [692bfa2f-2510-45d2-873a-a518320d0cd2] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 6.025386545s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (6.03s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p calico-141640 "pgrep -a kubelet"
I0924 00:54:00.758674    7541 config.go:182] Loaded profile config "calico-141640": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
--- PASS: TestNetworkPlugins/group/calico/KubeletFlags (0.45s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-141640 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-6fc964789b-hz5rs" [4cbb130a-32ce-4c63-a9ba-0d1cbf5ddea9] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-hz5rs" [4cbb130a-32ce-4c63-a9ba-0d1cbf5ddea9] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 11.004731676s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (11.31s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p custom-flannel-141640 "pgrep -a kubelet"
I0924 00:54:36.858678    7541 config.go:182] Loaded profile config "custom-flannel-141640": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
--- PASS: TestNetworkPlugins/group/custom-flannel/KubeletFlags (0.45s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-141640 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-6fc964789b-9rs7p" [62e14bfd-99a0-4d3f-bb9e-6026b0bec529] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-9rs7p" [62e14bfd-99a0-4d3f-bb9e-6026b0bec529] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 11.067899024s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (11.55s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p false-141640 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=false --driver=docker  --container-runtime=docker
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p false-141640 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=false --driver=docker  --container-runtime=docker: (1m17.771548429s)
--- PASS: TestNetworkPlugins/group/false/Start (77.77s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p kindnet-141640 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=docker
E0924 00:55:26.947973    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/old-k8s-version-530838/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:55:51.582902    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/functional-727085/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p kindnet-141640 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=docker: (1m9.972359291s)
--- PASS: TestNetworkPlugins/group/kindnet/Start (69.97s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p false-141640 "pgrep -a kubelet"
I0924 00:55:58.368138    7541 config.go:182] Loaded profile config "false-141640": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
--- PASS: TestNetworkPlugins/group/false/KubeletFlags (0.32s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context false-141640 replace --force -f testdata/netcat-deployment.yaml
I0924 00:55:58.669745    7541 kapi.go:136] Waiting for deployment netcat to stabilize, generation 1 observed generation 1 spec.replicas 1 status.replicas 0
net_test.go:163: (dbg) TestNetworkPlugins/group/false/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6fc964789b-lg6vq" [c7fb8dd0-adb2-4070-bc51-cb2d71173751] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-lg6vq" [c7fb8dd0-adb2-4070-bc51-cb2d71173751] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/false/NetCatPod: app=netcat healthy within 13.004232934s
--- PASS: TestNetworkPlugins/group/false/NetCatPod (13.31s)

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

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

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

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

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

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

                                                
                                    
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-l62w7" [d3792b2e-fbee-46de-a754-e9a4b93f0150] Running
E0924 00:56:25.610852    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/auto-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:56:30.733054    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/auto-141640/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.010830436s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p kindnet-141640 "pgrep -a kubelet"
I0924 00:56:31.834068    7541 config.go:182] Loaded profile config "kindnet-141640": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
--- PASS: TestNetworkPlugins/group/kindnet/KubeletFlags (0.43s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-141640 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-6fc964789b-gbzx6" [9f0c8fe4-8546-475e-9c88-f59e0e8a867d] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-gbzx6" [9f0c8fe4-8546-475e-9c88-f59e0e8a867d] Running
E0924 00:56:40.974863    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/auto-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:56:42.959432    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/no-preload-582514/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 12.005979978s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (12.51s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p kubenet-141640 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --network-plugin=kubenet --driver=docker  --container-runtime=docker
E0924 00:56:34.891137    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/addons-093926/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p kubenet-141640 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --network-plugin=kubenet --driver=docker  --container-runtime=docker: (1m19.732538698s)
--- PASS: TestNetworkPlugins/group/kubenet/Start (79.73s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p enable-default-cni-141640 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker  --container-runtime=docker
E0924 00:57:10.668769    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/no-preload-582514/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:14.779289    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/skaffold-701156/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:32.761552    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/default-k8s-diff-port-515606/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:32.767912    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/default-k8s-diff-port-515606/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:32.779281    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/default-k8s-diff-port-515606/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:32.800682    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/default-k8s-diff-port-515606/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:32.842286    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/default-k8s-diff-port-515606/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:32.923642    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/default-k8s-diff-port-515606/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:33.085224    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/default-k8s-diff-port-515606/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:33.406857    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/default-k8s-diff-port-515606/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:34.048973    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/default-k8s-diff-port-515606/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:35.330230    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/default-k8s-diff-port-515606/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:37.892365    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/default-k8s-diff-port-515606/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:42.417884    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/auto-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:43.013968    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/default-k8s-diff-port-515606/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:50.919529    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:50.925946    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:50.937305    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:50.958669    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:51.000010    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:51.081319    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:51.242762    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:51.564875    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:52.206770    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:53.255819    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/default-k8s-diff-port-515606/client.crt: no such file or directory" logger="UnhandledError"
E0924 00:57:53.488450    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p enable-default-cni-141640 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker  --container-runtime=docker: (51.929950449s)
--- PASS: TestNetworkPlugins/group/enable-default-cni/Start (51.93s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p kubenet-141640 "pgrep -a kubelet"
I0924 00:57:54.611461    7541 config.go:182] Loaded profile config "kubenet-141640": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
--- PASS: TestNetworkPlugins/group/kubenet/KubeletFlags (0.29s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kubenet-141640 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/kubenet/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6fc964789b-r6g6k" [82613773-bd54-4a7b-9e8f-f31e9fc5bbfa] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0924 00:57:56.050480    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "netcat-6fc964789b-r6g6k" [82613773-bd54-4a7b-9e8f-f31e9fc5bbfa] Running
E0924 00:58:01.172346    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/kubenet/NetCatPod: app=netcat healthy within 11.003975255s
--- PASS: TestNetworkPlugins/group/kubenet/NetCatPod (11.28s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p enable-default-cni-141640 "pgrep -a kubelet"
I0924 00:58:02.477735    7541 config.go:182] Loaded profile config "enable-default-cni-141640": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
--- PASS: TestNetworkPlugins/group/enable-default-cni/KubeletFlags (0.32s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context enable-default-cni-141640 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-6fc964789b-s265s" [8210c176-fcdd-44fa-8b2c-6459dfe87a49] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-s265s" [8210c176-fcdd-44fa-8b2c-6459dfe87a49] Running
E0924 00:58:11.414610    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 10.004333661s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (10.28s)

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p bridge-141640 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker  --container-runtime=docker
E0924 00:58:31.896836    7541 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/flannel-141640/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p bridge-141640 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker  --container-runtime=docker: (1m18.549017989s)
--- PASS: TestNetworkPlugins/group/bridge/Start (78.55s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p bridge-141640 "pgrep -a kubelet"
I0924 00:59:47.913091    7541 config.go:182] Loaded profile config "bridge-141640": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
--- PASS: TestNetworkPlugins/group/bridge/KubeletFlags (0.27s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-141640 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-6fc964789b-v7whp" [3b888904-47a4-41ff-9b80-d34c9a50bc3b] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-v7whp" [3b888904-47a4-41ff-9b80-d34c9a50bc3b] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 9.003964891s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (9.28s)

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

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

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

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

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

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

                                                
                                    

Test skip (23/342)

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

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnlyKic (0.5s)

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

                                                
                                    
x
+
TestAddons/parallel/Olm (0s)

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

                                                
                                                

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

                                                
                                    
x
+
TestDockerEnvContainerd (0s)

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

                                                
                                    
x
+
TestKVMDriverInstallOrUpdate (0s)

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

                                                
                                    
x
+
TestHyperKitDriverInstallOrUpdate (0s)

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

                                                
                                    
x
+
TestHyperkitDriverSkipUpgrade (0s)

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

                                                
                                    
x
+
TestFunctional/parallel/MySQL (0s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/PodmanEnv (0s)

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

                                                
                                                

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

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

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

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

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

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

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

                                                
                                    
x
+
TestGvisorAddon (0s)

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

                                                
                                    
x
+
TestImageBuild/serial/validateImageBuildWithBuildEnv (0s)

                                                
                                                
=== RUN   TestImageBuild/serial/validateImageBuildWithBuildEnv
image_test.go:114: skipping due to https://github.com/kubernetes/minikube/issues/12431
--- SKIP: TestImageBuild/serial/validateImageBuildWithBuildEnv (0.00s)

                                                
                                    
x
+
TestChangeNoneUser (0s)

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

                                                
                                    
x
+
TestScheduledStopWindows (0s)

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (4.34s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/19696-2224/.minikube/ca.crt
extensions:
- extension:
last-update: Tue, 24 Sep 2024 00:35:45 UTC
provider: minikube.sigs.k8s.io
version: v1.34.0
name: cluster_info
server: https://192.168.85.2:8443
name: pause-743613
contexts:
- context:
cluster: pause-743613
extensions:
- extension:
last-update: Tue, 24 Sep 2024 00:35:45 UTC
provider: minikube.sigs.k8s.io
version: v1.34.0
name: context_info
namespace: default
user: pause-743613
name: pause-743613
current-context: ""
kind: Config
preferences: {}
users:
- name: pause-743613
user:
client-certificate: /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/pause-743613/client.crt
client-key: /home/jenkins/minikube-integration/19696-2224/.minikube/profiles/pause-743613/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                
----------------------- debugLogs end: cilium-141640 [took: 4.189639321s] --------------------------------
helpers_test.go:175: Cleaning up "cilium-141640" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p cilium-141640
--- SKIP: TestNetworkPlugins/group/cilium (4.34s)

                                                
                                    
Copied to clipboard