Test Report: Docker_Cloud_Shell 19648

                    
                      5a5b9bbbb8805a9ff40b088174fcc86278d72994:2024-09-15:36226
                    
                

Test fail (6/108)

x
+
TestAddons/parallel/Registry (77.99s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:332: registry stabilized in 3.464887ms
addons_test.go:334: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-66c9cd494c-mk2hj" [8407a7aa-ef71-4947-ac71-9eada5abad15] Running
addons_test.go:334: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 6.008095831s
addons_test.go:337: (dbg) TestAddons/parallel/Registry: waiting 10m0s for pods matching "registry-proxy=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-proxy-w992r" [24198a64-32db-42a2-9a4e-a7cfae30aee2] Running
addons_test.go:337: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 6.005488724s
addons_test.go:342: (dbg) Run:  kubectl --context addons-045753 delete po -l run=registry-test --now
addons_test.go:347: (dbg) Run:  kubectl --context addons-045753 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:347: (dbg) Non-zero exit: kubectl --context addons-045753 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.173223943s)

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

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

                                                
                                                
** /stderr **
addons_test.go:349: failed to hit registry.kube-system.svc.cluster.local. args "kubectl --context addons-045753 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:353: expected curl response be "HTTP/1.1 200", but got *pod "registry-test" deleted
*
addons_test.go:361: (dbg) Run:  out/minikube-linux-amd64 -p addons-045753 ip
2024/09/15 18:10:13 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:390: (dbg) Run:  out/minikube-linux-amd64 -p addons-045753 addons disable registry --alsologtostderr -v=1
addons_test.go:390: (dbg) Done: out/minikube-linux-amd64 -p addons-045753 addons disable registry --alsologtostderr -v=1: (1.189657126s)
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-045753
helpers_test.go:235: (dbg) docker inspect addons-045753:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "985f5f69a443cc262bb7f93bb64650735fd7b08d34a52ab6530ab1f5343bffd2",
	        "Created": "2024-09-15T17:57:32.703646412Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 71699,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-09-15T17:57:32.869905038Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:20d492278eed428d119466f58713403332b5d2ac1db7c6863f797e2406f2b671",
	        "ResolvConfPath": "/var/lib/docker/containers/985f5f69a443cc262bb7f93bb64650735fd7b08d34a52ab6530ab1f5343bffd2/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/985f5f69a443cc262bb7f93bb64650735fd7b08d34a52ab6530ab1f5343bffd2/hostname",
	        "HostsPath": "/var/lib/docker/containers/985f5f69a443cc262bb7f93bb64650735fd7b08d34a52ab6530ab1f5343bffd2/hosts",
	        "LogPath": "/var/lib/docker/containers/985f5f69a443cc262bb7f93bb64650735fd7b08d34a52ab6530ab1f5343bffd2/985f5f69a443cc262bb7f93bb64650735fd7b08d34a52ab6530ab1f5343bffd2-json.log",
	        "Name": "/addons-045753",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-045753:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "addons-045753",
	            "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": "private",
	            "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": 0,
	            "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": null,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "LowerDir": "/var/lib/docker/overlay2/cc6fc0a380b476423ec928e65e6d0de99d733cfa585b257d87a53f1c3ab2ed96-init/diff:/var/lib/docker/overlay2/7c8bc8ebe6fa97179d1b95ad5695d43533cc6b027f62989c784e66d83f915101/diff",
	                "MergedDir": "/var/lib/docker/overlay2/cc6fc0a380b476423ec928e65e6d0de99d733cfa585b257d87a53f1c3ab2ed96/merged",
	                "UpperDir": "/var/lib/docker/overlay2/cc6fc0a380b476423ec928e65e6d0de99d733cfa585b257d87a53f1c3ab2ed96/diff",
	                "WorkDir": "/var/lib/docker/overlay2/cc6fc0a380b476423ec928e65e6d0de99d733cfa585b257d87a53f1c3ab2ed96/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-045753",
	                "Source": "/var/lib/docker/volumes/addons-045753/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-045753",
	            "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-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0",
	            "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-045753",
	                "name.minikube.sigs.k8s.io": "addons-045753",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "d6236ed7d4ab60f75e85e3a60f063dbc2546be65f4650d79aa9eee6b6b81519e",
	            "SandboxKey": "/var/run/docker/netns/d6236ed7d4ab",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32788"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32789"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32792"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32790"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32791"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-045753": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "921c9635b2b0f184c532a20fba53bbedca7952cb80c472584a16cfebdd9bffb9",
	                    "EndpointID": "0fdd19c26c66dce80b3cca72f5b430b5029ef4c96b1fcff1cfa88780227eb01b",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-045753",
	                        "985f5f69a443"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p addons-045753 -n addons-045753
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-amd64 -p addons-045753 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-045753 logs -n 25: (1.841985468s)
helpers_test.go:252: TestAddons/parallel/Registry logs: 
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------------|---------------|-----------------------|---------|---------------------|---------------------|
	| Command |                 Args                 |    Profile    |         User          | Version |     Start Time      |      End Time       |
	|---------|--------------------------------------|---------------|-----------------------|---------|---------------------|---------------------|
	| addons  | disable dashboard -p                 | addons-045753 | g528047478195_compute | v1.34.0 | 15 Sep 24 17:56 UTC |                     |
	|         | addons-045753                        |               |                       |         |                     |                     |
	| addons  | enable dashboard -p                  | addons-045753 | g528047478195_compute | v1.34.0 | 15 Sep 24 17:56 UTC |                     |
	|         | addons-045753                        |               |                       |         |                     |                     |
	| start   | -p addons-045753 --wait=true         | addons-045753 | g528047478195_compute | v1.34.0 | 15 Sep 24 17:56 UTC | 15 Sep 24 18:00 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=helm-tiller                 |               |                       |         |                     |                     |
	| addons  | addons-045753 addons disable         | addons-045753 | g528047478195_compute | v1.34.0 | 15 Sep 24 18:00 UTC | 15 Sep 24 18:00 UTC |
	|         | volcano --alsologtostderr -v=1       |               |                       |         |                     |                     |
	| addons  | addons-045753 addons                 | addons-045753 | g528047478195_compute | v1.34.0 | 15 Sep 24 18:09 UTC | 15 Sep 24 18:09 UTC |
	|         | disable csi-hostpath-driver          |               |                       |         |                     |                     |
	|         | --alsologtostderr -v=1               |               |                       |         |                     |                     |
	| addons  | addons-045753 addons                 | addons-045753 | g528047478195_compute | v1.34.0 | 15 Sep 24 18:09 UTC | 15 Sep 24 18:09 UTC |
	|         | disable volumesnapshots              |               |                       |         |                     |                     |
	|         | --alsologtostderr -v=1               |               |                       |         |                     |                     |
	| addons  | addons-045753 addons disable         | addons-045753 | g528047478195_compute | v1.34.0 | 15 Sep 24 18:10 UTC | 15 Sep 24 18:10 UTC |
	|         | helm-tiller --alsologtostderr        |               |                       |         |                     |                     |
	|         | -v=1                                 |               |                       |         |                     |                     |
	| addons  | addons-045753 addons                 | addons-045753 | g528047478195_compute | v1.34.0 | 15 Sep 24 18:10 UTC | 15 Sep 24 18:10 UTC |
	|         | disable metrics-server               |               |                       |         |                     |                     |
	|         | --alsologtostderr -v=1               |               |                       |         |                     |                     |
	| ip      | addons-045753 ip                     | addons-045753 | g528047478195_compute | v1.34.0 | 15 Sep 24 18:10 UTC | 15 Sep 24 18:10 UTC |
	| addons  | addons-045753 addons disable         | addons-045753 | g528047478195_compute | v1.34.0 | 15 Sep 24 18:10 UTC | 15 Sep 24 18:10 UTC |
	|         | registry --alsologtostderr           |               |                       |         |                     |                     |
	|         | -v=1                                 |               |                       |         |                     |                     |
	|---------|--------------------------------------|---------------|-----------------------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/15 17:56:47
	Running on machine: cs-905301410258-default
	Binary: Built with gc go1.23.0 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0915 17:56:47.069366   71216 out.go:345] Setting OutFile to fd 1 ...
	I0915 17:56:47.069616   71216 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0915 17:56:47.069629   71216 out.go:358] Setting ErrFile to fd 2...
	I0915 17:56:47.069639   71216 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0915 17:56:47.071055   71216 root.go:338] Updating PATH: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/bin
	W0915 17:56:47.072500   71216 root.go:314] Error reading config file at /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/config/config.json: open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/config/config.json: no such file or directory
	I0915 17:56:47.073896   71216 out.go:352] Setting JSON to false
	I0915 17:56:47.077767   71216 start.go:129] hostinfo: {"hostname":"cs-905301410258-default","uptime":2822,"bootTime":1726420185,"procs":20,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"22.04","kernelVersion":"6.1.100+","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"guest","hostId":"88b15d6b-fddc-40bb-b1ad-a90cb2566e38"}
	I0915 17:56:47.078184   71216 start.go:139] virtualization:  guest
	I0915 17:56:47.083092   71216 out.go:177] * [addons-045753] minikube v1.34.0 on Ubuntu 22.04 (amd64)
	W0915 17:56:47.086149   71216 preload.go:293] Failed to list preload files: open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/cache/preloaded-tarball: no such file or directory
	I0915 17:56:47.086629   71216 notify.go:220] Checking for updates...
	I0915 17:56:47.091254   71216 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0915 17:56:47.094848   71216 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0915 17:56:47.098588   71216 out.go:177]   - KUBECONFIG=/home/g528047478195_compute/minikube-integration/19648-65143/kubeconfig
	I0915 17:56:47.101761   71216 out.go:177]   - MINIKUBE_HOME=/home/g528047478195_compute/minikube-integration/19648-65143/.minikube
	I0915 17:56:47.107294   71216 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0915 17:56:47.112578   71216 out.go:177]   - MINIKUBE_WANTUPDATENOTIFICATION=false
	I0915 17:56:47.117104   71216 driver.go:394] Setting default libvirt URI to qemu:///system
	I0915 17:56:47.194537   71216 docker.go:123] docker version: linux-27.1.2:Docker Engine - Community
	I0915 17:56:47.194697   71216 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0915 17:56:47.369670   71216 info.go:266] docker info: {ID:e8902090-88da-4fd6-9235-08f55b159908 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:false NGoroutines:55 SystemTime:2024-09-15 17:56:47.353240146 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:6.1.100+ OperatingSystem:Ubuntu 22.04.4 LTS (containerized) OSType:linux Architecture:x86_64 IndexSer
verAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[https://us-mirror.gcr.io/] Secure:true Official:true}} Mirrors:[https://us-mirror.gcr.io/]} NCPU:2 MemTotal:8337182720 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:cs-905301410258-default Labels:[] ExperimentalBuild:false ServerVersion:27.1.2 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:8fc6bcff51318944179630522a095cc9dbf9f353 Expected:8fc6bcff51318944179630522a095cc9dbf9f353} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builti
n name=cgroupns] ProductLicense: Warnings:<nil> 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.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
	I0915 17:56:47.369857   71216 docker.go:318] overlay module found
	I0915 17:56:47.373221   71216 out.go:177] * Using the docker driver based on user configuration
	I0915 17:56:47.375751   71216 start.go:297] selected driver: docker
	I0915 17:56:47.375776   71216 start.go:901] validating driver "docker" against <nil>
	I0915 17:56:47.375797   71216 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0915 17:56:47.376414   71216 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0915 17:56:47.475145   71216 info.go:266] docker info: {ID:e8902090-88da-4fd6-9235-08f55b159908 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:false NGoroutines:55 SystemTime:2024-09-15 17:56:47.459313901 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:6.1.100+ OperatingSystem:Ubuntu 22.04.4 LTS (containerized) OSType:linux Architecture:x86_64 IndexSer
verAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[https://us-mirror.gcr.io/] Secure:true Official:true}} Mirrors:[https://us-mirror.gcr.io/]} NCPU:2 MemTotal:8337182720 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:cs-905301410258-default Labels:[] ExperimentalBuild:false ServerVersion:27.1.2 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:8fc6bcff51318944179630522a095cc9dbf9f353 Expected:8fc6bcff51318944179630522a095cc9dbf9f353} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builti
n name=cgroupns] ProductLicense: Warnings:<nil> 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.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
	I0915 17:56:47.475454   71216 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0915 17:56:47.476270   71216 start_flags.go:421] setting extra-config: kubelet.cgroups-per-qos=false
	I0915 17:56:47.476292   71216 start_flags.go:421] setting extra-config: kubelet.enforce-node-allocatable=""
	I0915 17:56:47.476355   71216 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]
	I0915 17:56:47.479546   71216 out.go:177] * Using Docker driver with root privileges
	I0915 17:56:47.482289   71216 cni.go:84] Creating CNI manager for ""
	I0915 17:56:47.482447   71216 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
	I0915 17:56:47.482474   71216 start_flags.go:319] Found "bridge CNI" CNI - setting NetworkPlugin=cni
	I0915 17:56:47.482596   71216 start.go:340] cluster config:
	{Name:addons-045753 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 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-045753 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:[{Component:kubelet Key:cgroups-per-qos Value:false} {Component:kubelet Key:enforce-node-allocatable Value:""}] 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/g528047478195_compute:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOpti
mizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0915 17:56:47.485664   71216 out.go:177] * Starting "addons-045753" primary control-plane node in "addons-045753" cluster
	I0915 17:56:47.488418   71216 cache.go:121] Beginning downloading kic base image for docker with docker
	I0915 17:56:47.491137   71216 out.go:177] * Pulling base image v0.0.45-1726358845-19644 ...
	I0915 17:56:47.493459   71216 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
	I0915 17:56:47.493566   71216 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 in local docker daemon
	I0915 17:56:47.519121   71216 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 to local cache
	I0915 17:56:47.519606   71216 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 in local cache directory
	I0915 17:56:47.519764   71216 image.go:148] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 to local cache
	I0915 17:56:47.524867   71216 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-amd64.tar.lz4
	I0915 17:56:47.524907   71216 cache.go:56] Caching tarball of preloaded images
	I0915 17:56:47.525292   71216 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
	I0915 17:56:47.528802   71216 out.go:177] * Downloading Kubernetes v1.31.1 preload ...
	I0915 17:56:47.531111   71216 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4 ...
	I0915 17:56:47.570893   71216 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-amd64.tar.lz4?checksum=md5:42e9a173dd5f0c45ed1a890dd06aec5a -> /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4
	I0915 17:56:51.094486   71216 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4 ...
	I0915 17:56:51.094875   71216 preload.go:254] verifying checksum of /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4 ...
	I0915 17:56:52.940255   71216 cache.go:59] Finished verifying existence of preloaded tar for v1.31.1 on docker
	I0915 17:56:52.941433   71216 profile.go:143] Saving config to /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/config.json ...
	I0915 17:56:52.941568   71216 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/config.json: {Name:mkabaddfc0f5ef78e69a6ea8fbf2f38aa5f2787f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0915 17:56:55.439469   71216 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 as a tarball
	I0915 17:56:55.439519   71216 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 from local cache
	I0915 17:57:20.282254   71216 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 from cached tarball
	I0915 17:57:20.282315   71216 cache.go:194] Successfully downloaded all kic artifacts
	I0915 17:57:20.282391   71216 start.go:360] acquireMachinesLock for addons-045753: {Name:mkcc538550296c8026daf83007241805d161ef95 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0915 17:57:20.282731   71216 start.go:364] duration metric: took 297.457µs to acquireMachinesLock for "addons-045753"
	I0915 17:57:20.282781   71216 start.go:93] Provisioning new machine with config: &{Name:addons-045753 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 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-045753 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:[{Component:kubelet Key:cgroups-per-qos Value:false} {Component:kubelet Key:enforce-node-allocatable Value:""}] 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/g528047478195_compute:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144
MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker ControlPlane:true Worker:true}
	I0915 17:57:20.282920   71216 start.go:125] createHost starting for "" (driver="docker")
	I0915 17:57:20.286387   71216 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0915 17:57:20.286803   71216 start.go:159] libmachine.API.Create for "addons-045753" (driver="docker")
	I0915 17:57:20.286845   71216 client.go:168] LocalClient.Create starting
	I0915 17:57:20.287000   71216 main.go:141] libmachine: Creating CA: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/certs/ca.pem
	I0915 17:57:20.359322   71216 main.go:141] libmachine: Creating client certificate: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/certs/cert.pem
	I0915 17:57:20.447674   71216 cli_runner.go:164] Run: docker network inspect addons-045753 --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}}]}"
	W0915 17:57:20.472631   71216 cli_runner.go:211] docker network inspect addons-045753 --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
	I0915 17:57:20.472770   71216 network_create.go:284] running [docker network inspect addons-045753] to gather additional debugging logs...
	I0915 17:57:20.472801   71216 cli_runner.go:164] Run: docker network inspect addons-045753
	W0915 17:57:20.498689   71216 cli_runner.go:211] docker network inspect addons-045753 returned with exit code 1
	I0915 17:57:20.498733   71216 network_create.go:287] error running [docker network inspect addons-045753]: docker network inspect addons-045753: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-045753 not found
	I0915 17:57:20.498753   71216 network_create.go:289] output of [docker network inspect addons-045753]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-045753 not found
	
	** /stderr **
	I0915 17:57:20.498917   71216 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}}]}"
	I0915 17:57:20.525540   71216 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:0xc002010c60}
	I0915 17:57:20.525598   71216 network_create.go:124] attempt to create docker network addons-045753 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1460 ...
	I0915 17:57:20.525710   71216 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=1460 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=addons-045753 addons-045753
	I0915 17:57:20.628024   71216 network_create.go:108] docker network addons-045753 192.168.49.0/24 created
	I0915 17:57:20.628067   71216 kic.go:121] calculated static IP "192.168.49.2" for the "addons-045753" container
	I0915 17:57:20.628249   71216 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0915 17:57:20.651717   71216 cli_runner.go:164] Run: docker volume create addons-045753 --label name.minikube.sigs.k8s.io=addons-045753 --label created_by.minikube.sigs.k8s.io=true
	I0915 17:57:20.681655   71216 oci.go:103] Successfully created a docker volume addons-045753
	I0915 17:57:20.681805   71216 cli_runner.go:164] Run: docker run --rm --name addons-045753-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-045753 --entrypoint /usr/bin/test -v addons-045753:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 -d /var/lib
	I0915 17:57:24.846618   71216 cli_runner.go:217] Completed: docker run --rm --name addons-045753-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-045753 --entrypoint /usr/bin/test -v addons-045753:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 -d /var/lib: (4.164726203s)
	I0915 17:57:24.846660   71216 oci.go:107] Successfully prepared a docker volume addons-045753
	I0915 17:57:24.846685   71216 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
	I0915 17:57:24.846720   71216 kic.go:194] Starting extracting preloaded images to volume ...
	I0915 17:57:24.846839   71216 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-045753:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 -I lz4 -xf /preloaded.tar -C /extractDir
	I0915 17:57:32.586657   71216 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-045753:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 -I lz4 -xf /preloaded.tar -C /extractDir: (7.739744775s)
	I0915 17:57:32.586699   71216 kic.go:203] duration metric: took 7.739975498s to extract preloaded images to volume ...
	W0915 17:57:32.586882   71216 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	W0915 17:57:32.586950   71216 oci.go:243] Your kernel does not support CPU cfs period/quota or the cgroup is not mounted.
	I0915 17:57:32.587053   71216 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0915 17:57:32.678444   71216 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-045753 --name addons-045753 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-045753 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-045753 --network addons-045753 --ip 192.168.49.2 --volume addons-045753:/var --security-opt apparmor=unconfined --memory=4000mb -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-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0
	I0915 17:57:33.085179   71216 cli_runner.go:164] Run: docker container inspect addons-045753 --format={{.State.Running}}
	I0915 17:57:33.132092   71216 cli_runner.go:164] Run: docker container inspect addons-045753 --format={{.State.Status}}
	I0915 17:57:33.177614   71216 cli_runner.go:164] Run: docker exec addons-045753 stat /var/lib/dpkg/alternatives/iptables
	I0915 17:57:33.291291   71216 oci.go:144] the created container "addons-045753" has a running status.
	I0915 17:57:33.291330   71216 kic.go:225] Creating ssh key for kic: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa...
	I0915 17:57:33.844274   71216 kic_runner.go:191] docker (temp): /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0915 17:57:33.912941   71216 cli_runner.go:164] Run: docker container inspect addons-045753 --format={{.State.Status}}
	I0915 17:57:33.991610   71216 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0915 17:57:33.991805   71216 kic_runner.go:114] Args: [docker exec --privileged addons-045753 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0915 17:57:34.135506   71216 cli_runner.go:164] Run: docker container inspect addons-045753 --format={{.State.Status}}
	I0915 17:57:34.182572   71216 machine.go:93] provisionDockerMachine start ...
	I0915 17:57:34.182744   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:57:34.237433   71216 main.go:141] libmachine: Using SSH client type: native
	I0915 17:57:34.237789   71216 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x86c560] 0x86f240 <nil>  [] 0s} 127.0.0.1 32788 <nil> <nil>}
	I0915 17:57:34.237816   71216 main.go:141] libmachine: About to run SSH command:
	hostname
	I0915 17:57:34.463596   71216 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-045753
	
	I0915 17:57:34.463639   71216 ubuntu.go:169] provisioning hostname "addons-045753"
	I0915 17:57:34.463764   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:57:34.507105   71216 main.go:141] libmachine: Using SSH client type: native
	I0915 17:57:34.507728   71216 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x86c560] 0x86f240 <nil>  [] 0s} 127.0.0.1 32788 <nil> <nil>}
	I0915 17:57:34.507769   71216 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-045753 && echo "addons-045753" | sudo tee /etc/hostname
	I0915 17:57:34.722046   71216 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-045753
	
	I0915 17:57:34.722190   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:57:34.754987   71216 main.go:141] libmachine: Using SSH client type: native
	I0915 17:57:34.755350   71216 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x86c560] 0x86f240 <nil>  [] 0s} 127.0.0.1 32788 <nil> <nil>}
	I0915 17:57:34.755385   71216 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-045753' /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-045753/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-045753' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0915 17:57:34.907784   71216 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0915 17:57:34.907904   71216 ubuntu.go:175] set auth options {CertDir:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube CaCertPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/certs/ca.pem CaPrivateKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/server.pem ServerKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/server-key.pem ClientKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube}
	I0915 17:57:34.907983   71216 ubuntu.go:177] setting up certificates
	I0915 17:57:34.908002   71216 provision.go:84] configureAuth start
	I0915 17:57:34.908170   71216 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-045753
	I0915 17:57:34.937442   71216 provision.go:143] copyHostCerts
	I0915 17:57:34.937555   71216 exec_runner.go:151] cp: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/certs/ca.pem --> /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/ca.pem (1119 bytes)
	I0915 17:57:34.937781   71216 exec_runner.go:151] cp: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/certs/cert.pem --> /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/cert.pem (1164 bytes)
	I0915 17:57:34.937991   71216 exec_runner.go:151] cp: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/certs/key.pem --> /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/key.pem (1679 bytes)
	I0915 17:57:34.938130   71216 provision.go:117] generating server cert: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/server.pem ca-key=/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/certs/ca.pem private-key=/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/certs/ca-key.pem org=g528047478195_compute.addons-045753 san=[127.0.0.1 192.168.49.2 addons-045753 localhost minikube]
	I0915 17:57:35.255438   71216 provision.go:177] copyRemoteCerts
	I0915 17:57:35.255557   71216 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0915 17:57:35.255642   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:57:35.282311   71216 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa Username:docker}
	I0915 17:57:35.390263   71216 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/server.pem --> /etc/docker/server.pem (1249 bytes)
	I0915 17:57:35.429948   71216 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
	I0915 17:57:35.468596   71216 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1119 bytes)
	I0915 17:57:35.509326   71216 provision.go:87] duration metric: took 601.304583ms to configureAuth
	I0915 17:57:35.509462   71216 ubuntu.go:193] setting minikube options for container-runtime
	I0915 17:57:35.509811   71216 config.go:182] Loaded profile config "addons-045753": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
	I0915 17:57:35.509930   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:57:35.539103   71216 main.go:141] libmachine: Using SSH client type: native
	I0915 17:57:35.539477   71216 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x86c560] 0x86f240 <nil>  [] 0s} 127.0.0.1 32788 <nil> <nil>}
	I0915 17:57:35.539504   71216 main.go:141] libmachine: About to run SSH command:
	df --output=fstype / | tail -n 1
	I0915 17:57:35.692953   71216 main.go:141] libmachine: SSH cmd err, output: <nil>: overlay
	
	I0915 17:57:35.692988   71216 ubuntu.go:71] root file system type: overlay
	I0915 17:57:35.693187   71216 provision.go:314] Updating docker unit: /lib/systemd/system/docker.service ...
	I0915 17:57:35.693344   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:57:35.722380   71216 main.go:141] libmachine: Using SSH client type: native
	I0915 17:57:35.722709   71216 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x86c560] 0x86f240 <nil>  [] 0s} 127.0.0.1 32788 <nil> <nil>}
	I0915 17:57:35.722851   71216 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
	I0915 17:57:35.894709   71216 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
	
	I0915 17:57:35.894868   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:57:35.923492   71216 main.go:141] libmachine: Using SSH client type: native
	I0915 17:57:35.923829   71216 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x86c560] 0x86f240 <nil>  [] 0s} 127.0.0.1 32788 <nil> <nil>}
	I0915 17:57:35.923865   71216 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; }
	I0915 17:57:37.091032   71216 main.go:141] libmachine: SSH cmd err, output: <nil>: --- /lib/systemd/system/docker.service	2024-09-06 12:06:41.000000000 +0000
	+++ /lib/systemd/system/docker.service.new	2024-09-15 17:57:35.891038761 +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
	
	I0915 17:57:37.091091   71216 machine.go:96] duration metric: took 2.908484058s to provisionDockerMachine
	I0915 17:57:37.091109   71216 client.go:171] duration metric: took 16.804253044s to LocalClient.Create
	I0915 17:57:37.091130   71216 start.go:167] duration metric: took 16.804333672s to libmachine.API.Create "addons-045753"
	I0915 17:57:37.091144   71216 start.go:293] postStartSetup for "addons-045753" (driver="docker")
	I0915 17:57:37.091168   71216 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]
	I0915 17:57:37.091335   71216 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
	I0915 17:57:37.091427   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:57:37.131951   71216 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa Username:docker}
	I0915 17:57:37.262293   71216 ssh_runner.go:195] Run: cat /etc/os-release
	I0915 17:57:37.269966   71216 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0915 17:57:37.270017   71216 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0915 17:57:37.270034   71216 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0915 17:57:37.270045   71216 info.go:137] Remote host: Ubuntu 22.04.4 LTS
	I0915 17:57:37.270062   71216 filesync.go:126] Scanning /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/addons for local assets ...
	I0915 17:57:37.270141   71216 filesync.go:126] Scanning /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/files for local assets ...
	I0915 17:57:37.270179   71216 start.go:296] duration metric: took 179.020101ms for postStartSetup
	I0915 17:57:37.270730   71216 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-045753
	I0915 17:57:37.311967   71216 profile.go:143] Saving config to /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/config.json ...
	I0915 17:57:37.312437   71216 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0915 17:57:37.312524   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:57:37.345798   71216 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa Username:docker}
	I0915 17:57:37.447114   71216 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0915 17:57:37.454368   71216 start.go:128] duration metric: took 17.171423297s to createHost
	I0915 17:57:37.454411   71216 start.go:83] releasing machines lock for "addons-045753", held for 17.171657031s
	I0915 17:57:37.454540   71216 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-045753
	I0915 17:57:37.484526   71216 ssh_runner.go:195] Run: cat /version.json
	I0915 17:57:37.484631   71216 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0915 17:57:37.484667   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:57:37.484769   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:57:37.527138   71216 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa Username:docker}
	I0915 17:57:37.537076   71216 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa Username:docker}
	I0915 17:57:37.761367   71216 ssh_runner.go:195] Run: systemctl --version
	I0915 17:57:37.768737   71216 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0915 17:57:37.775844   71216 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' {}" ;
	I0915 17:57:37.816664   71216 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
	I0915 17:57:37.816852   71216 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" ;
	I0915 17:57:37.860618   71216 cni.go:262] disabled [/etc/cni/net.d/100-crio-bridge.conf, /etc/cni/net.d/87-podman-bridge.conflist] bridge cni config(s)
	I0915 17:57:37.860679   71216 start.go:495] detecting cgroup driver to use...
	I0915 17:57:37.860781   71216 detect.go:190] detected "systemd" cgroup driver on host os
	I0915 17:57:37.861042   71216 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"
	I0915 17:57:37.887829   71216 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"
	I0915 17:57:37.903862   71216 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"
	I0915 17:57:37.919563   71216 containerd.go:146] configuring containerd to use "systemd" as cgroup driver...
	I0915 17:57:37.919693   71216 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = true|g' /etc/containerd/config.toml"
	I0915 17:57:37.935725   71216 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"
	I0915 17:57:37.951527   71216 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
	I0915 17:57:37.968976   71216 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0915 17:57:37.984594   71216 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0915 17:57:37.999319   71216 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"
	I0915 17:57:38.015490   71216 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
	I0915 17:57:38.031432   71216 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"
	I0915 17:57:38.047706   71216 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0915 17:57:38.063211   71216 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0915 17:57:38.077239   71216 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0915 17:57:38.209612   71216 ssh_runner.go:195] Run: sudo systemctl restart containerd
	I0915 17:57:38.332183   71216 start.go:495] detecting cgroup driver to use...
	I0915 17:57:38.332270   71216 detect.go:190] detected "systemd" cgroup driver on host os
	I0915 17:57:38.332388   71216 ssh_runner.go:195] Run: sudo systemctl cat docker.service
	I0915 17:57:38.370609   71216 cruntime.go:279] skipping containerd shutdown because we are bound to it
	I0915 17:57:38.370743   71216 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
	I0915 17:57:38.397595   71216 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"
	I0915 17:57:38.437606   71216 ssh_runner.go:195] Run: which cri-dockerd
	I0915 17:57:38.445742   71216 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/cri-docker.service.d
	I0915 17:57:38.468124   71216 ssh_runner.go:362] scp memory --> /etc/systemd/system/cri-docker.service.d/10-cni.conf (190 bytes)
	I0915 17:57:38.517556   71216 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
	I0915 17:57:38.747922   71216 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
	I0915 17:57:38.967158   71216 docker.go:574] configuring docker to use "systemd" as cgroup driver...
	I0915 17:57:38.967363   71216 ssh_runner.go:362] scp memory --> /etc/docker/daemon.json (129 bytes)
	I0915 17:57:38.996271   71216 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0915 17:57:39.128429   71216 ssh_runner.go:195] Run: sudo systemctl restart docker
	I0915 17:57:39.564712   71216 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.socket
	I0915 17:57:39.584620   71216 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
	I0915 17:57:39.603682   71216 ssh_runner.go:195] Run: sudo systemctl unmask cri-docker.socket
	I0915 17:57:39.745170   71216 ssh_runner.go:195] Run: sudo systemctl enable cri-docker.socket
	I0915 17:57:39.880016   71216 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0915 17:57:40.015619   71216 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.socket
	I0915 17:57:40.043332   71216 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
	I0915 17:57:40.061865   71216 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0915 17:57:40.195664   71216 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.service
	I0915 17:57:40.306571   71216 start.go:542] Will wait 60s for socket path /var/run/cri-dockerd.sock
	I0915 17:57:40.307022   71216 ssh_runner.go:195] Run: stat /var/run/cri-dockerd.sock
	I0915 17:57:40.316331   71216 start.go:563] Will wait 60s for crictl version
	I0915 17:57:40.316451   71216 ssh_runner.go:195] Run: which crictl
	I0915 17:57:40.322396   71216 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0915 17:57:40.375857   71216 start.go:579] Version:  0.1.0
	RuntimeName:  docker
	RuntimeVersion:  27.2.1
	RuntimeApiVersion:  v1
	I0915 17:57:40.376004   71216 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
	I0915 17:57:40.416026   71216 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
	I0915 17:57:40.460556   71216 out.go:235] * Preparing Kubernetes v1.31.1 on Docker 27.2.1 ...
	I0915 17:57:40.460727   71216 cli_runner.go:164] Run: docker network inspect addons-045753 --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}}]}"
	I0915 17:57:40.487527   71216 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0915 17:57:40.493554   71216 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""
	I0915 17:57:40.514784   71216 out.go:177]   - kubelet.cgroups-per-qos=false
	I0915 17:57:40.517354   71216 out.go:177]   - kubelet.enforce-node-allocatable=""
	I0915 17:57:40.519956   71216 kubeadm.go:883] updating cluster {Name:addons-045753 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 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-045753 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:[{Component:kubelet Key:cgroups-per-qos Value:false} {Component:kubelet Key:enforce-node-allocatable Value:""}] 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/g528047478195_compute:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOp
tions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0915 17:57:40.520133   71216 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
	I0915 17:57:40.520313   71216 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
	I0915 17:57:40.556746   71216 docker.go:685] Got preloaded images: -- stdout --
	registry.k8s.io/kube-apiserver:v1.31.1
	registry.k8s.io/kube-scheduler:v1.31.1
	registry.k8s.io/kube-controller-manager: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 --
	I0915 17:57:40.556773   71216 docker.go:615] Images already preloaded, skipping extraction
	I0915 17:57:40.556882   71216 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
	I0915 17:57:40.587746   71216 docker.go:685] Got preloaded images: -- stdout --
	registry.k8s.io/kube-apiserver:v1.31.1
	registry.k8s.io/kube-scheduler:v1.31.1
	registry.k8s.io/kube-controller-manager: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 --
	I0915 17:57:40.587780   71216 cache_images.go:84] Images are preloaded, skipping loading
	I0915 17:57:40.587798   71216 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.1 docker true true} ...
	I0915 17:57:40.587942   71216 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 --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable="" --hostname-override=addons-045753 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.31.1 ClusterName:addons-045753 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:[{Component:kubelet Key:cgroups-per-qos Value:false} {Component:kubelet Key:enforce-node-allocatable Value:""}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
	I0915 17:57:40.588107   71216 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
	I0915 17:57:40.666412   71216 cni.go:84] Creating CNI manager for ""
	I0915 17:57:40.666456   71216 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
	I0915 17:57:40.666490   71216 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0915 17:57:40.666540   71216 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-045753 NodeName:addons-045753 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:systemd ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kubern
etes/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}
	I0915 17:57:40.666924   71216 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-045753"
	  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: systemd
	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
	
	I0915 17:57:40.667094   71216 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.1
	I0915 17:57:40.682516   71216 binaries.go:44] Found k8s binaries, skipping transfer
	I0915 17:57:40.682640   71216 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0915 17:57:40.697134   71216 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (366 bytes)
	I0915 17:57:40.727335   71216 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0915 17:57:40.756866   71216 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2154 bytes)
	I0915 17:57:40.786269   71216 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0915 17:57:40.791980   71216 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""
	I0915 17:57:40.810306   71216 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0915 17:57:40.948972   71216 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0915 17:57:40.981898   71216 certs.go:68] Setting up /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753 for IP: 192.168.49.2
	I0915 17:57:40.981931   71216 certs.go:194] generating shared ca certs ...
	I0915 17:57:40.981958   71216 certs.go:226] acquiring lock for ca certs: {Name:mk7d661927fb8de1cceb45d4047792c98afd34bb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0915 17:57:40.982324   71216 certs.go:240] generating "minikubeCA" ca cert: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/ca.key
	I0915 17:57:41.147106   71216 crypto.go:156] Writing cert to /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/ca.crt ...
	I0915 17:57:41.147147   71216 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/ca.crt: {Name:mk77d8e8cd51ca86cc9f356619ee9b994deb5711 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0915 17:57:41.147598   71216 crypto.go:164] Writing key to /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/ca.key ...
	I0915 17:57:41.147627   71216 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/ca.key: {Name:mk927be1911253ad833b9f7d0b0a70726c067a89 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0915 17:57:41.147964   71216 certs.go:240] generating "proxyClientCA" ca cert: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/proxy-client-ca.key
	I0915 17:57:41.268032   71216 crypto.go:156] Writing cert to /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/proxy-client-ca.crt ...
	I0915 17:57:41.268078   71216 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/proxy-client-ca.crt: {Name:mk201b9f997333a2e3651a02874443a9accaed4d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0915 17:57:41.268546   71216 crypto.go:164] Writing key to /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/proxy-client-ca.key ...
	I0915 17:57:41.268572   71216 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/proxy-client-ca.key: {Name:mk5421063a405bb2b44ccae6802722d658b8f94b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0915 17:57:41.268891   71216 certs.go:256] generating profile certs ...
	I0915 17:57:41.269006   71216 certs.go:363] generating signed profile cert for "minikube-user": /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.key
	I0915 17:57:41.269038   71216 crypto.go:68] Generating cert /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.crt with IP's: []
	I0915 17:57:41.434074   71216 crypto.go:156] Writing cert to /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.crt ...
	I0915 17:57:41.434119   71216 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.crt: {Name:mk0033f61db9621ead6cb56d3a645133c5c61a12 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0915 17:57:41.434576   71216 crypto.go:164] Writing key to /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.key ...
	I0915 17:57:41.434605   71216 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.key: {Name:mk44a23aded4a123fab239f9deec3300369b9d7c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0915 17:57:41.434933   71216 certs.go:363] generating signed profile cert for "minikube": /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/apiserver.key.b5fbcaae
	I0915 17:57:41.434979   71216 crypto.go:68] Generating cert /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/apiserver.crt.b5fbcaae with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0915 17:57:41.647310   71216 crypto.go:156] Writing cert to /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/apiserver.crt.b5fbcaae ...
	I0915 17:57:41.647356   71216 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/apiserver.crt.b5fbcaae: {Name:mk7544957afc5e63d917059df9dc812e785441d3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0915 17:57:41.647808   71216 crypto.go:164] Writing key to /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/apiserver.key.b5fbcaae ...
	I0915 17:57:41.647852   71216 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/apiserver.key.b5fbcaae: {Name:mk65bd890dec74d16b6ffa9d96344f39bc601a81 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0915 17:57:41.648148   71216 certs.go:381] copying /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/apiserver.crt.b5fbcaae -> /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/apiserver.crt
	I0915 17:57:41.648340   71216 certs.go:385] copying /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/apiserver.key.b5fbcaae -> /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/apiserver.key
	I0915 17:57:41.648465   71216 certs.go:363] generating signed profile cert for "aggregator": /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/proxy-client.key
	I0915 17:57:41.648508   71216 crypto.go:68] Generating cert /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/proxy-client.crt with IP's: []
	I0915 17:57:42.167788   71216 crypto.go:156] Writing cert to /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/proxy-client.crt ...
	I0915 17:57:42.167836   71216 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/proxy-client.crt: {Name:mkbcd32c257f4ccb015b37907925dc45160955e6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0915 17:57:42.168332   71216 crypto.go:164] Writing key to /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/proxy-client.key ...
	I0915 17:57:42.168373   71216 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/proxy-client.key: {Name:mkce0fba738ea8d6a33835352bcbca93034e417c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0915 17:57:42.168866   71216 certs.go:484] found cert: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/certs/ca-key.pem (1675 bytes)
	I0915 17:57:42.168951   71216 certs.go:484] found cert: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/certs/ca.pem (1119 bytes)
	I0915 17:57:42.169015   71216 certs.go:484] found cert: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/certs/cert.pem (1164 bytes)
	I0915 17:57:42.169075   71216 certs.go:484] found cert: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/certs/key.pem (1679 bytes)
	I0915 17:57:42.169997   71216 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0915 17:57:42.209328   71216 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0915 17:57:42.248712   71216 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0915 17:57:42.288480   71216 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
	I0915 17:57:42.328614   71216 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0915 17:57:42.369584   71216 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0915 17:57:42.409251   71216 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0915 17:57:42.448866   71216 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0915 17:57:42.504373   71216 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0915 17:57:42.557434   71216 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0915 17:57:42.595033   71216 ssh_runner.go:195] Run: openssl version
	I0915 17:57:42.604953   71216 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"
	I0915 17:57:42.621092   71216 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0915 17:57:42.627078   71216 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 15 17:57 /usr/share/ca-certificates/minikubeCA.pem
	I0915 17:57:42.627279   71216 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0915 17:57:42.637277   71216 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"
	I0915 17:57:42.653376   71216 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0915 17:57:42.659420   71216 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
	I0915 17:57:42.659558   71216 kubeadm.go:392] StartCluster: {Name:addons-045753 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 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-045753 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:[{Component:kubelet Key:cgroups-per-qos Value:false} {Component:kubelet Key:enforce-node-allocatable Value:""}] 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/g528047478195_compute:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptio
ns:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0915 17:57:42.659792   71216 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
	I0915 17:57:42.688916   71216 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0915 17:57:42.706038   71216 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0915 17:57:42.721987   71216 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0915 17:57:42.722302   71216 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
	I0915 17:57:42.737066   71216 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
	I0915 17:57:42.737096   71216 kubeadm.go:157] found existing configuration files:
	
	I0915 17:57:42.737300   71216 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0915 17:57:42.752037   71216 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
	I0915 17:57:42.752171   71216 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0915 17:57:42.766515   71216 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0915 17:57:42.782036   71216 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
	I0915 17:57:42.782151   71216 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0915 17:57:42.796602   71216 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0915 17:57:42.811540   71216 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
	I0915 17:57:42.811689   71216 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0915 17:57:42.826566   71216 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0915 17:57:42.842101   71216 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
	I0915 17:57:42.842363   71216 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0915 17:57:42.857281   71216 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"
	I0915 17:57:42.911234   71216 kubeadm.go:310] W0915 17:57:42.910282    1681 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.
	I0915 17:57:42.914101   71216 kubeadm.go:310] W0915 17:57:42.913269    1681 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.
	I0915 17:57:43.044806   71216 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0915 17:57:55.211267   71216 kubeadm.go:310] [init] Using Kubernetes version: v1.31.1
	I0915 17:57:55.211371   71216 kubeadm.go:310] [preflight] Running pre-flight checks
	I0915 17:57:55.211550   71216 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0915 17:57:55.211718   71216 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0915 17:57:55.211897   71216 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0915 17:57:55.212022   71216 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0915 17:57:55.216546   71216 out.go:235]   - Generating certificates and keys ...
	I0915 17:57:55.216712   71216 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0915 17:57:55.216826   71216 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0915 17:57:55.216953   71216 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0915 17:57:55.217081   71216 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0915 17:57:55.217228   71216 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0915 17:57:55.217338   71216 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0915 17:57:55.217436   71216 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0915 17:57:55.217670   71216 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-045753 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0915 17:57:55.217777   71216 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0915 17:57:55.218005   71216 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-045753 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0915 17:57:55.218132   71216 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0915 17:57:55.218278   71216 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0915 17:57:55.218368   71216 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0915 17:57:55.218474   71216 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0915 17:57:55.218574   71216 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0915 17:57:55.218693   71216 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0915 17:57:55.218797   71216 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0915 17:57:55.218918   71216 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0915 17:57:55.219027   71216 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0915 17:57:55.219177   71216 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0915 17:57:55.219437   71216 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0915 17:57:55.223188   71216 out.go:235]   - Booting up control plane ...
	I0915 17:57:55.223354   71216 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0915 17:57:55.223491   71216 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0915 17:57:55.223649   71216 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0915 17:57:55.223884   71216 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0915 17:57:55.224062   71216 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0915 17:57:55.224159   71216 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0915 17:57:55.224412   71216 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0915 17:57:55.224656   71216 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0915 17:57:55.224811   71216 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 502.6998ms
	I0915 17:57:55.224988   71216 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0915 17:57:55.225163   71216 kubeadm.go:310] [api-check] The API server is healthy after 7.001812947s
	I0915 17:57:55.225431   71216 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0915 17:57:55.225694   71216 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0915 17:57:55.225814   71216 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0915 17:57:55.226258   71216 kubeadm.go:310] [mark-control-plane] Marking the node addons-045753 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0915 17:57:55.226408   71216 kubeadm.go:310] [bootstrap-token] Using token: spfq6u.4ej63v9nqmas591h
	I0915 17:57:55.229290   71216 out.go:235]   - Configuring RBAC rules ...
	I0915 17:57:55.229558   71216 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0915 17:57:55.229723   71216 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0915 17:57:55.229992   71216 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
	I0915 17:57:55.230288   71216 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0915 17:57:55.230540   71216 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0915 17:57:55.230736   71216 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0915 17:57:55.230972   71216 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0915 17:57:55.231107   71216 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0915 17:57:55.231214   71216 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0915 17:57:55.231226   71216 kubeadm.go:310] 
	I0915 17:57:55.231337   71216 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0915 17:57:55.231351   71216 kubeadm.go:310] 
	I0915 17:57:55.231517   71216 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0915 17:57:55.231533   71216 kubeadm.go:310] 
	I0915 17:57:55.231585   71216 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0915 17:57:55.231700   71216 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0915 17:57:55.231800   71216 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0915 17:57:55.231813   71216 kubeadm.go:310] 
	I0915 17:57:55.231912   71216 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0915 17:57:55.231927   71216 kubeadm.go:310] 
	I0915 17:57:55.232015   71216 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0915 17:57:55.232029   71216 kubeadm.go:310] 
	I0915 17:57:55.232122   71216 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0915 17:57:55.232274   71216 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0915 17:57:55.232378   71216 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0915 17:57:55.232386   71216 kubeadm.go:310] 
	I0915 17:57:55.232511   71216 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0915 17:57:55.232848   71216 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0915 17:57:55.232866   71216 kubeadm.go:310] 
	I0915 17:57:55.232993   71216 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token spfq6u.4ej63v9nqmas591h \
	I0915 17:57:55.233138   71216 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:b9308a71f49c251a9dfc7e392dd37180649a63a5daa3eebe67f4630785ec4f0e \
	I0915 17:57:55.233182   71216 kubeadm.go:310] 	--control-plane 
	I0915 17:57:55.233189   71216 kubeadm.go:310] 
	I0915 17:57:55.233318   71216 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0915 17:57:55.233347   71216 kubeadm.go:310] 
	I0915 17:57:55.233461   71216 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token spfq6u.4ej63v9nqmas591h \
	I0915 17:57:55.233619   71216 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:b9308a71f49c251a9dfc7e392dd37180649a63a5daa3eebe67f4630785ec4f0e 
	I0915 17:57:55.233634   71216 cni.go:84] Creating CNI manager for ""
	I0915 17:57:55.233655   71216 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
	I0915 17:57:55.237278   71216 out.go:177] * Configuring bridge CNI (Container Networking Interface) ...
	I0915 17:57:55.240486   71216 ssh_runner.go:195] Run: sudo mkdir -p /etc/cni/net.d
	I0915 17:57:55.256391   71216 ssh_runner.go:362] scp memory --> /etc/cni/net.d/1-k8s.conflist (496 bytes)
	I0915 17:57:55.290237   71216 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0915 17:57:55.290406   71216 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
	I0915 17:57:55.290459   71216 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-045753 minikube.k8s.io/updated_at=2024_09_15T17_57_55_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=6b3e75bb13951e1aa9da4105a14c95c8da7f2673 minikube.k8s.io/name=addons-045753 minikube.k8s.io/primary=true
	I0915 17:57:55.508395   71216 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0915 17:57:55.508395   71216 ops.go:34] apiserver oom_adj: -16
	I0915 17:57:56.009493   71216 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0915 17:57:56.509486   71216 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0915 17:57:57.008687   71216 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0915 17:57:57.508627   71216 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0915 17:57:58.009146   71216 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0915 17:57:58.508623   71216 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0915 17:57:59.009319   71216 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0915 17:57:59.509470   71216 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0915 17:57:59.675509   71216 kubeadm.go:1113] duration metric: took 4.385245567s to wait for elevateKubeSystemPrivileges
	I0915 17:57:59.675557   71216 kubeadm.go:394] duration metric: took 17.016006283s to StartCluster
	I0915 17:57:59.675597   71216 settings.go:142] acquiring lock: {Name:mke76af5d4089326573274c1584d9ad9999d6e6b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0915 17:57:59.675974   71216 settings.go:150] Updating kubeconfig:  /home/g528047478195_compute/minikube-integration/19648-65143/kubeconfig
	I0915 17:57:59.676823   71216 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19648-65143/kubeconfig: {Name:mkc9f92bc95d16bfc672b50e070aa6dab8b538f3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0915 17:57:59.677341   71216 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}
	I0915 17:57:59.677602   71216 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"
	I0915 17:57:59.677971   71216 config.go:182] Loaded profile config "addons-045753": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
	I0915 17:57:59.678033   71216 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 helm-tiller:true inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
	I0915 17:57:59.678401   71216 addons.go:69] Setting yakd=true in profile "addons-045753"
	I0915 17:57:59.678476   71216 addons.go:234] Setting addon yakd=true in "addons-045753"
	I0915 17:57:59.678532   71216 host.go:66] Checking if "addons-045753" exists ...
	I0915 17:57:59.679400   71216 cli_runner.go:164] Run: docker container inspect addons-045753 --format={{.State.Status}}
	I0915 17:57:59.680120   71216 addons.go:69] Setting inspektor-gadget=true in profile "addons-045753"
	I0915 17:57:59.680151   71216 addons.go:234] Setting addon inspektor-gadget=true in "addons-045753"
	I0915 17:57:59.680185   71216 host.go:66] Checking if "addons-045753" exists ...
	I0915 17:57:59.681344   71216 cli_runner.go:164] Run: docker container inspect addons-045753 --format={{.State.Status}}
	I0915 17:57:59.681613   71216 addons.go:69] Setting metrics-server=true in profile "addons-045753"
	I0915 17:57:59.681638   71216 addons.go:234] Setting addon metrics-server=true in "addons-045753"
	I0915 17:57:59.681679   71216 host.go:66] Checking if "addons-045753" exists ...
	I0915 17:57:59.682590   71216 cli_runner.go:164] Run: docker container inspect addons-045753 --format={{.State.Status}}
	I0915 17:57:59.692277   71216 addons.go:69] Setting cloud-spanner=true in profile "addons-045753"
	I0915 17:57:59.692326   71216 addons.go:234] Setting addon cloud-spanner=true in "addons-045753"
	I0915 17:57:59.692376   71216 host.go:66] Checking if "addons-045753" exists ...
	I0915 17:57:59.693185   71216 cli_runner.go:164] Run: docker container inspect addons-045753 --format={{.State.Status}}
	I0915 17:57:59.693252   71216 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-045753"
	I0915 17:57:59.693738   71216 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-045753"
	I0915 17:57:59.693778   71216 host.go:66] Checking if "addons-045753" exists ...
	I0915 17:57:59.694572   71216 cli_runner.go:164] Run: docker container inspect addons-045753 --format={{.State.Status}}
	I0915 17:57:59.693267   71216 addons.go:69] Setting registry=true in profile "addons-045753"
	I0915 17:57:59.703729   71216 addons.go:234] Setting addon registry=true in "addons-045753"
	I0915 17:57:59.703844   71216 host.go:66] Checking if "addons-045753" exists ...
	I0915 17:57:59.693304   71216 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-045753"
	I0915 17:57:59.704603   71216 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-045753"
	I0915 17:57:59.704681   71216 host.go:66] Checking if "addons-045753" exists ...
	I0915 17:57:59.705508   71216 cli_runner.go:164] Run: docker container inspect addons-045753 --format={{.State.Status}}
	I0915 17:57:59.705508   71216 cli_runner.go:164] Run: docker container inspect addons-045753 --format={{.State.Status}}
	I0915 17:57:59.693319   71216 addons.go:69] Setting storage-provisioner=true in profile "addons-045753"
	I0915 17:57:59.708578   71216 addons.go:234] Setting addon storage-provisioner=true in "addons-045753"
	I0915 17:57:59.708645   71216 host.go:66] Checking if "addons-045753" exists ...
	I0915 17:57:59.709589   71216 cli_runner.go:164] Run: docker container inspect addons-045753 --format={{.State.Status}}
	I0915 17:57:59.693320   71216 addons.go:69] Setting gcp-auth=true in profile "addons-045753"
	I0915 17:57:59.721365   71216 mustload.go:65] Loading cluster: addons-045753
	I0915 17:57:59.721787   71216 config.go:182] Loaded profile config "addons-045753": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
	I0915 17:57:59.725833   71216 cli_runner.go:164] Run: docker container inspect addons-045753 --format={{.State.Status}}
	I0915 17:57:59.693325   71216 addons.go:69] Setting helm-tiller=true in profile "addons-045753"
	I0915 17:57:59.749373   71216 addons.go:234] Setting addon helm-tiller=true in "addons-045753"
	I0915 17:57:59.749496   71216 host.go:66] Checking if "addons-045753" exists ...
	I0915 17:57:59.693329   71216 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-045753"
	I0915 17:57:59.763927   71216 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-045753"
	I0915 17:57:59.770315   71216 cli_runner.go:164] Run: docker container inspect addons-045753 --format={{.State.Status}}
	I0915 17:57:59.693330   71216 addons.go:69] Setting ingress=true in profile "addons-045753"
	I0915 17:57:59.781938   71216 addons.go:234] Setting addon ingress=true in "addons-045753"
	I0915 17:57:59.782092   71216 host.go:66] Checking if "addons-045753" exists ...
	I0915 17:57:59.783208   71216 cli_runner.go:164] Run: docker container inspect addons-045753 --format={{.State.Status}}
	I0915 17:57:59.801904   71216 cli_runner.go:164] Run: docker container inspect addons-045753 --format={{.State.Status}}
	I0915 17:57:59.693339   71216 addons.go:69] Setting volcano=true in profile "addons-045753"
	I0915 17:57:59.813650   71216 addons.go:234] Setting addon volcano=true in "addons-045753"
	I0915 17:57:59.813769   71216 host.go:66] Checking if "addons-045753" exists ...
	I0915 17:57:59.814817   71216 cli_runner.go:164] Run: docker container inspect addons-045753 --format={{.State.Status}}
	I0915 17:57:59.693334   71216 addons.go:69] Setting ingress-dns=true in profile "addons-045753"
	I0915 17:57:59.838898   71216 addons.go:234] Setting addon ingress-dns=true in "addons-045753"
	I0915 17:57:59.839008   71216 host.go:66] Checking if "addons-045753" exists ...
	I0915 17:57:59.840140   71216 cli_runner.go:164] Run: docker container inspect addons-045753 --format={{.State.Status}}
	I0915 17:57:59.693348   71216 addons.go:69] Setting volumesnapshots=true in profile "addons-045753"
	I0915 17:57:59.693450   71216 out.go:177] * Verifying Kubernetes components...
	I0915 17:57:59.693314   71216 addons.go:69] Setting default-storageclass=true in profile "addons-045753"
	I0915 17:57:59.877511   71216 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-045753"
	I0915 17:57:59.878328   71216 cli_runner.go:164] Run: docker container inspect addons-045753 --format={{.State.Status}}
	I0915 17:57:59.878802   71216 addons.go:234] Setting addon volumesnapshots=true in "addons-045753"
	I0915 17:57:59.878910   71216 host.go:66] Checking if "addons-045753" exists ...
	I0915 17:57:59.880345   71216 cli_runner.go:164] Run: docker container inspect addons-045753 --format={{.State.Status}}
	I0915 17:57:59.913051   71216 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0915 17:58:00.164658   71216 out.go:177]   - Using image docker.io/registry:2.8.3
	I0915 17:58:00.170573   71216 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0915 17:58:00.173359   71216 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0915 17:58:00.173389   71216 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0915 17:58:00.173493   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:58:00.206280   71216 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 -"
	I0915 17:58:00.208428   71216 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0915 17:58:00.212276   71216 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0915 17:58:00.212368   71216 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0915 17:58:00.212524   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:58:00.319492   71216 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.32.0
	I0915 17:58:00.327477   71216 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0915 17:58:00.327586   71216 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0915 17:58:00.327760   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:58:00.352535   71216 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-045753"
	I0915 17:58:00.352692   71216 host.go:66] Checking if "addons-045753" exists ...
	I0915 17:58:00.353611   71216 cli_runner.go:164] Run: docker container inspect addons-045753 --format={{.State.Status}}
	I0915 17:58:00.392245   71216 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
	I0915 17:58:00.396090   71216 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0915 17:58:00.396127   71216 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0915 17:58:00.396284   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:58:00.434106   71216 host.go:66] Checking if "addons-045753" exists ...
	I0915 17:58:00.478316   71216 out.go:177]   - Using image ghcr.io/helm/tiller:v2.17.0
	I0915 17:58:00.481843   71216 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-dp.yaml
	I0915 17:58:00.482306   71216 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-dp.yaml (2422 bytes)
	I0915 17:58:00.482470   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:58:00.542571   71216 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0915 17:58:00.542744   71216 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.23
	I0915 17:58:00.546404   71216 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0915 17:58:00.546461   71216 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0915 17:58:00.546573   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:58:00.550312   71216 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0915 17:58:00.551367   71216 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0915 17:58:00.554238   71216 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0915 17:58:00.557549   71216 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0915 17:58:00.558290   71216 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0915 17:58:00.563728   71216 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0915 17:58:00.566874   71216 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0915 17:58:00.566956   71216 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
	I0915 17:58:00.571954   71216 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0915 17:58:00.572494   71216 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0915 17:58:00.572519   71216 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0915 17:58:00.572630   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:58:00.579064   71216 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0915 17:58:00.581680   71216 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0915 17:58:00.586283   71216 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0915 17:58:00.586399   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:58:00.652211   71216 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
	I0915 17:58:00.652387   71216 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0915 17:58:00.656417   71216 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0915 17:58:00.656453   71216 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0915 17:58:00.656642   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:58:00.658167   71216 addons.go:234] Setting addon default-storageclass=true in "addons-045753"
	I0915 17:58:00.658240   71216 host.go:66] Checking if "addons-045753" exists ...
	I0915 17:58:00.659065   71216 cli_runner.go:164] Run: docker container inspect addons-045753 --format={{.State.Status}}
	I0915 17:58:00.726868   71216 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0915 17:58:00.731355   71216 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0915 17:58:00.731390   71216 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0915 17:58:00.731512   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:58:00.732265   71216 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0915 17:58:00.732315   71216 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0915 17:58:00.732495   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:58:00.756846   71216 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0915 17:58:00.771840   71216 cli_runner.go:217] Completed: docker container inspect addons-045753 --format={{.State.Status}}: (1.062205495s)
	I0915 17:58:00.775057   71216 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0915 17:58:00.777706   71216 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0915 17:58:00.777736   71216 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0915 17:58:00.777848   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:58:00.794623   71216 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0915 17:58:00.796932   71216 out.go:177]   - Using image docker.io/busybox:stable
	I0915 17:58:00.806443   71216 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0915 17:58:00.806486   71216 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0915 17:58:00.806593   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:58:00.825692   71216 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa Username:docker}
	I0915 17:58:00.873592   71216 cli_runner.go:217] Completed: docker container inspect addons-045753 --format={{.State.Status}}: (1.058630287s)
	I0915 17:58:00.878279   71216 out.go:177]   - Using image docker.io/volcanosh/vc-webhook-manager:v1.9.0
	I0915 17:58:00.882424   71216 out.go:177]   - Using image docker.io/volcanosh/vc-controller-manager:v1.9.0
	I0915 17:58:00.885328   71216 out.go:177]   - Using image docker.io/volcanosh/vc-scheduler:v1.9.0
	I0915 17:58:00.889986   71216 addons.go:431] installing /etc/kubernetes/addons/volcano-deployment.yaml
	I0915 17:58:00.890026   71216 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (434001 bytes)
	I0915 17:58:00.890158   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:58:00.949371   71216 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa Username:docker}
	I0915 17:58:01.066162   71216 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0915 17:58:01.066299   71216 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0915 17:58:01.066612   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:58:01.090972   71216 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa Username:docker}
	I0915 17:58:01.115685   71216 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa Username:docker}
	I0915 17:58:01.123616   71216 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa Username:docker}
	I0915 17:58:01.134032   71216 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa Username:docker}
	I0915 17:58:01.154944   71216 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa Username:docker}
	I0915 17:58:01.194517   71216 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa Username:docker}
	I0915 17:58:01.272336   71216 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa Username:docker}
	I0915 17:58:01.318091   71216 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa Username:docker}
	I0915 17:58:01.324656   71216 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa Username:docker}
	I0915 17:58:01.330446   71216 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa Username:docker}
	I0915 17:58:01.332799   71216 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa Username:docker}
	I0915 17:58:01.355557   71216 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa Username:docker}
	I0915 17:58:01.375574   71216 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa Username:docker}
	I0915 17:58:01.510242   71216 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0915 17:58:01.510354   71216 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0915 17:58:01.516581   71216 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0915 17:58:01.516692   71216 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0915 17:58:02.128479   71216 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0915 17:58:02.128517   71216 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0915 17:58:02.191146   71216 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0915 17:58:02.191178   71216 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0915 17:58:02.301513   71216 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-rbac.yaml
	I0915 17:58:02.301588   71216 ssh_runner.go:362] scp helm-tiller/helm-tiller-rbac.yaml --> /etc/kubernetes/addons/helm-tiller-rbac.yaml (1188 bytes)
	I0915 17:58:02.383948   71216 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
	I0915 17:58:02.399682   71216 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0915 17:58:02.399720   71216 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0915 17:58:02.460337   71216 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
	I0915 17:58:02.599059   71216 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0915 17:58:02.599096   71216 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0915 17:58:02.813564   71216 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
	I0915 17:58:02.862182   71216 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0915 17:58:02.862240   71216 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0915 17:58:02.868313   71216 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0915 17:58:02.868351   71216 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)
	I0915 17:58:02.873359   71216 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
	I0915 17:58:02.880966   71216 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
	I0915 17:58:02.883382   71216 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
	I0915 17:58:02.887499   71216 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0915 17:58:02.887531   71216 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0915 17:58:02.925427   71216 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
	I0915 17:58:02.930671   71216 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-svc.yaml
	I0915 17:58:02.930705   71216 ssh_runner.go:362] scp helm-tiller/helm-tiller-svc.yaml --> /etc/kubernetes/addons/helm-tiller-svc.yaml (951 bytes)
	I0915 17:58:02.936318   71216 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
	I0915 17:58:02.962370   71216 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0915 17:58:02.962403   71216 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0915 17:58:03.138692   71216 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0915 17:58:03.138724   71216 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0915 17:58:03.189922   71216 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 -": (2.983528796s)
	I0915 17:58:03.189962   71216 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0915 17:58:03.191915   71216 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.434959006s)
	I0915 17:58:03.193692   71216 node_ready.go:35] waiting up to 6m0s for node "addons-045753" to be "Ready" ...
	I0915 17:58:03.267138   71216 node_ready.go:49] node "addons-045753" has status "Ready":"True"
	I0915 17:58:03.267177   71216 node_ready.go:38] duration metric: took 73.448068ms for node "addons-045753" to be "Ready" ...
	I0915 17:58:03.267206   71216 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" ...
	I0915 17:58:03.277923   71216 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0915 17:58:03.277957   71216 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0915 17:58:03.342211   71216 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0915 17:58:03.342261   71216 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0915 17:58:03.350826   71216 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0915 17:58:03.350862   71216 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0915 17:58:03.377571   71216 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0915 17:58:03.377611   71216 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0915 17:58:03.421819   71216 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml
	I0915 17:58:03.479777   71216 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-6zsww" in "kube-system" namespace to be "Ready" ...
	I0915 17:58:03.484393   71216 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0915 17:58:03.484430   71216 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0915 17:58:03.509153   71216 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0915 17:58:03.509189   71216 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0915 17:58:03.712122   71216 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
	I0915 17:58:03.822146   71216 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0915 17:58:03.822182   71216 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0915 17:58:03.836995   71216 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0915 17:58:03.837027   71216 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0915 17:58:03.874029   71216 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0915 17:58:03.874064   71216 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0915 17:58:03.964423   71216 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-045753" context rescaled to 1 replicas
	I0915 17:58:03.965330   71216 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
	I0915 17:58:04.145724   71216 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0915 17:58:04.145760   71216 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0915 17:58:04.258171   71216 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0915 17:58:04.258240   71216 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0915 17:58:04.316428   71216 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0915 17:58:04.316463   71216 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0915 17:58:04.410533   71216 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
	I0915 17:58:04.778485   71216 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0915 17:58:04.778522   71216 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0915 17:58:04.956393   71216 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0915 17:58:04.956427   71216 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0915 17:58:05.028756   71216 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0915 17:58:05.028789   71216 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0915 17:58:05.370278   71216 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0915 17:58:05.370307   71216 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0915 17:58:05.569777   71216 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0915 17:58:05.569811   71216 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0915 17:58:05.703388   71216 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
	I0915 17:58:05.791789   71216 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
	I0915 17:58:06.000393   71216 pod_ready.go:103] pod "coredns-7c65d6cfc9-6zsww" in "kube-system" namespace has status "Ready":"False"
	I0915 17:58:06.275973   71216 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0915 17:58:06.276009   71216 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0915 17:58:07.331098   71216 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0915 17:58:07.331134   71216 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0915 17:58:07.948623   71216 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0915 17:58:07.948665   71216 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0915 17:58:08.172944   71216 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
	I0915 17:58:08.607728   71216 pod_ready.go:103] pod "coredns-7c65d6cfc9-6zsww" in "kube-system" namespace has status "Ready":"False"
	I0915 17:58:10.234149   71216 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: (7.850143007s)
	I0915 17:58:10.234259   71216 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: (7.773889912s)
	I0915 17:58:10.716062   71216 pod_ready.go:103] pod "coredns-7c65d6cfc9-6zsww" in "kube-system" namespace has status "Ready":"False"
	I0915 17:58:10.940315   71216 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0915 17:58:10.940543   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:58:11.011633   71216 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa Username:docker}
	I0915 17:58:11.597005   71216 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0915 17:58:11.709131   71216 addons.go:234] Setting addon gcp-auth=true in "addons-045753"
	I0915 17:58:11.709362   71216 host.go:66] Checking if "addons-045753" exists ...
	I0915 17:58:11.710300   71216 cli_runner.go:164] Run: docker container inspect addons-045753 --format={{.State.Status}}
	I0915 17:58:11.764331   71216 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0915 17:58:11.764430   71216 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-045753
	I0915 17:58:11.813847   71216 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/addons-045753/id_rsa Username:docker}
	I0915 17:58:12.752988   71216 pod_ready.go:103] pod "coredns-7c65d6cfc9-6zsww" in "kube-system" namespace has status "Ready":"False"
	I0915 17:58:15.074936   71216 pod_ready.go:103] pod "coredns-7c65d6cfc9-6zsww" in "kube-system" namespace has status "Ready":"False"
	I0915 17:58:16.300878   71216 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: (13.487264351s)
	I0915 17:58:16.301386   71216 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: (13.427979352s)
	I0915 17:58:17.586415   71216 pod_ready.go:103] pod "coredns-7c65d6cfc9-6zsww" in "kube-system" namespace has status "Ready":"False"
	I0915 17:58:20.187780   71216 pod_ready.go:103] pod "coredns-7c65d6cfc9-6zsww" in "kube-system" namespace has status "Ready":"False"
	I0915 17:58:22.214500   71216 pod_ready.go:103] pod "coredns-7c65d6cfc9-6zsww" in "kube-system" namespace has status "Ready":"False"
	I0915 17:58:24.424708   71216 pod_ready.go:103] pod "coredns-7c65d6cfc9-6zsww" in "kube-system" namespace has status "Ready":"False"
	I0915 17:58:26.019886   71216 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: (23.138862765s)
	I0915 17:58:26.020026   71216 addons.go:475] Verifying addon ingress=true in "addons-045753"
	I0915 17:58:26.020429   71216 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: (23.137006178s)
	I0915 17:58:26.023541   71216 out.go:177] * Verifying ingress addon...
	I0915 17:58:26.027786   71216 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0915 17:58:26.119663   71216 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0915 17:58:26.119775   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:26.765982   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:27.019503   71216 pod_ready.go:103] pod "coredns-7c65d6cfc9-6zsww" in "kube-system" namespace has status "Ready":"False"
	I0915 17:58:27.354563   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:27.680610   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:28.168441   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:28.623451   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:29.324423   71216 pod_ready.go:103] pod "coredns-7c65d6cfc9-6zsww" in "kube-system" namespace has status "Ready":"False"
	I0915 17:58:29.331961   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:29.484689   71216 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: (26.558968801s)
	I0915 17:58:29.484917   71216 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: (26.54857248s)
	I0915 17:58:29.485081   71216 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml: (26.063228709s)
	I0915 17:58:29.485241   71216 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: (25.772990099s)
	I0915 17:58:29.485300   71216 addons.go:475] Verifying addon registry=true in "addons-045753"
	I0915 17:58:29.485819   71216 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: (25.520448586s)
	I0915 17:58:29.486027   71216 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: (25.075456511s)
	I0915 17:58:29.486780   71216 addons.go:475] Verifying addon metrics-server=true in "addons-045753"
	I0915 17:58:29.486246   71216 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: (23.782769249s)
	W0915 17:58:29.486841   71216 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
	I0915 17:58:29.486866   71216 retry.go:31] will retry after 277.753598ms: 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
	I0915 17:58:29.486339   71216 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: (23.694493237s)
	I0915 17:58:29.489087   71216 out.go:177] * Verifying registry addon...
	I0915 17:58:29.492739   71216 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-045753 service yakd-dashboard -n yakd-dashboard
	
	I0915 17:58:29.494655   71216 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0915 17:58:29.661273   71216 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0915 17:58:29.661379   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:29.662954   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:29.765715   71216 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
	I0915 17:58:30.215132   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:30.342750   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:30.865523   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:30.865968   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:31.526713   71216 pod_ready.go:103] pod "coredns-7c65d6cfc9-6zsww" in "kube-system" namespace has status "Ready":"False"
	I0915 17:58:31.614304   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:31.616128   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:31.924162   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:31.927094   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:32.388459   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:32.389546   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:32.515374   71216 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: (24.342354851s)
	I0915 17:58:32.515505   71216 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-045753"
	I0915 17:58:32.515945   71216 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (20.751581367s)
	I0915 17:58:32.518958   71216 out.go:177] * Verifying csi-hostpath-driver addon...
	I0915 17:58:32.519163   71216 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0915 17:58:32.522982   71216 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0915 17:58:32.526388   71216 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0915 17:58:32.529505   71216 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0915 17:58:32.529599   71216 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0915 17:58:32.611896   71216 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0915 17:58:32.612008   71216 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0915 17:58:32.644907   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:32.759131   71216 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0915 17:58:32.759249   71216 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0915 17:58:32.819083   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:32.820937   71216 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0915 17:58:32.821028   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:32.827573   71216 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
	I0915 17:58:33.114617   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:33.116338   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:33.127267   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:33.667387   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:33.669827   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:33.671822   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:33.685512   71216 pod_ready.go:103] pod "coredns-7c65d6cfc9-6zsww" in "kube-system" namespace has status "Ready":"False"
	I0915 17:58:34.340825   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:34.344659   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:34.349883   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:34.503558   71216 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: (4.737765349s)
	I0915 17:58:34.513244   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:34.623649   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:34.625802   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:34.873163   71216 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: (2.04545641s)
	I0915 17:58:34.880576   71216 addons.go:475] Verifying addon gcp-auth=true in "addons-045753"
	I0915 17:58:34.884121   71216 out.go:177] * Verifying gcp-auth addon...
	I0915 17:58:34.888263   71216 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0915 17:58:34.918562   71216 kapi.go:86] Found 0 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0915 17:58:35.016136   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:35.124852   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:35.125424   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:35.508670   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:35.541323   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:35.608349   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:36.039020   71216 pod_ready.go:103] pod "coredns-7c65d6cfc9-6zsww" in "kube-system" namespace has status "Ready":"False"
	I0915 17:58:36.039774   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:36.052090   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:36.057674   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:36.502699   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:36.536512   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:36.542035   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:37.012177   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:37.036207   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:37.038556   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:37.549592   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:37.559605   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:37.591489   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:38.149685   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:38.152668   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:38.153308   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:38.153496   71216 pod_ready.go:103] pod "coredns-7c65d6cfc9-6zsww" in "kube-system" namespace has status "Ready":"False"
	I0915 17:58:38.500607   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:38.529692   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:38.534271   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:39.032390   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:39.053084   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:39.086121   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:39.568370   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:39.570055   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:39.584788   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:40.034770   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:40.094401   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:40.097277   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:40.494323   71216 pod_ready.go:103] pod "coredns-7c65d6cfc9-6zsww" in "kube-system" namespace has status "Ready":"False"
	I0915 17:58:40.502568   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:40.538154   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:40.541813   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:41.001883   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:41.032073   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:41.040306   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:41.502809   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:41.534418   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:41.542161   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:42.037067   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:42.040538   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:42.056243   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:42.508114   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:42.532035   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:42.542326   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:42.994256   71216 pod_ready.go:103] pod "coredns-7c65d6cfc9-6zsww" in "kube-system" namespace has status "Ready":"False"
	I0915 17:58:43.012145   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:43.037044   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:43.046988   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:43.506825   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:43.537056   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:43.548537   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:44.001818   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:44.033767   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:44.065410   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:44.503113   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:44.542797   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:44.543675   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:45.001900   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:45.033760   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:45.041811   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:45.492121   71216 pod_ready.go:103] pod "coredns-7c65d6cfc9-6zsww" in "kube-system" namespace has status "Ready":"False"
	I0915 17:58:45.504177   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:45.534509   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:45.536101   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:46.001743   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:46.035304   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:46.047663   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:46.503111   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:46.536630   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:46.544585   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:47.001846   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:47.035550   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:47.046259   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:47.494331   71216 pod_ready.go:103] pod "coredns-7c65d6cfc9-6zsww" in "kube-system" namespace has status "Ready":"False"
	I0915 17:58:47.502595   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:47.532416   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:47.535796   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:48.009609   71216 pod_ready.go:93] pod "coredns-7c65d6cfc9-6zsww" in "kube-system" namespace has status "Ready":"True"
	I0915 17:58:48.009751   71216 pod_ready.go:82] duration metric: took 44.529925287s for pod "coredns-7c65d6cfc9-6zsww" in "kube-system" namespace to be "Ready" ...
	I0915 17:58:48.009823   71216 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-zqvtd" in "kube-system" namespace to be "Ready" ...
	I0915 17:58:48.077533   71216 pod_ready.go:98] error getting pod "coredns-7c65d6cfc9-zqvtd" in "kube-system" namespace (skipping!): pods "coredns-7c65d6cfc9-zqvtd" not found
	I0915 17:58:48.077653   71216 pod_ready.go:82] duration metric: took 67.785208ms for pod "coredns-7c65d6cfc9-zqvtd" in "kube-system" namespace to be "Ready" ...
	E0915 17:58:48.077733   71216 pod_ready.go:67] WaitExtra: waitPodCondition: error getting pod "coredns-7c65d6cfc9-zqvtd" in "kube-system" namespace (skipping!): pods "coredns-7c65d6cfc9-zqvtd" not found
	I0915 17:58:48.077775   71216 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-045753" in "kube-system" namespace to be "Ready" ...
	I0915 17:58:48.083683   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:48.374494   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:48.378771   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:48.381726   71216 pod_ready.go:93] pod "etcd-addons-045753" in "kube-system" namespace has status "Ready":"True"
	I0915 17:58:48.381831   71216 pod_ready.go:82] duration metric: took 304.001732ms for pod "etcd-addons-045753" in "kube-system" namespace to be "Ready" ...
	I0915 17:58:48.381917   71216 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-045753" in "kube-system" namespace to be "Ready" ...
	I0915 17:58:48.391841   71216 pod_ready.go:93] pod "kube-apiserver-addons-045753" in "kube-system" namespace has status "Ready":"True"
	I0915 17:58:48.391957   71216 pod_ready.go:82] duration metric: took 9.990808ms for pod "kube-apiserver-addons-045753" in "kube-system" namespace to be "Ready" ...
	I0915 17:58:48.392035   71216 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-045753" in "kube-system" namespace to be "Ready" ...
	I0915 17:58:48.398788   71216 pod_ready.go:93] pod "kube-controller-manager-addons-045753" in "kube-system" namespace has status "Ready":"True"
	I0915 17:58:48.398819   71216 pod_ready.go:82] duration metric: took 6.735225ms for pod "kube-controller-manager-addons-045753" in "kube-system" namespace to be "Ready" ...
	I0915 17:58:48.398835   71216 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-klkt5" in "kube-system" namespace to be "Ready" ...
	I0915 17:58:48.406239   71216 pod_ready.go:93] pod "kube-proxy-klkt5" in "kube-system" namespace has status "Ready":"True"
	I0915 17:58:48.406269   71216 pod_ready.go:82] duration metric: took 7.421795ms for pod "kube-proxy-klkt5" in "kube-system" namespace to be "Ready" ...
	I0915 17:58:48.406283   71216 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-045753" in "kube-system" namespace to be "Ready" ...
	I0915 17:58:48.542742   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:48.545260   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:48.546486   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:49.006019   71216 pod_ready.go:93] pod "kube-scheduler-addons-045753" in "kube-system" namespace has status "Ready":"True"
	I0915 17:58:49.006049   71216 pod_ready.go:82] duration metric: took 599.755586ms for pod "kube-scheduler-addons-045753" in "kube-system" namespace to be "Ready" ...
	I0915 17:58:49.006064   71216 pod_ready.go:39] duration metric: took 45.738782544s 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" ...
	I0915 17:58:49.006095   71216 api_server.go:52] waiting for apiserver process to appear ...
	I0915 17:58:49.006250   71216 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0915 17:58:49.043768   71216 api_server.go:72] duration metric: took 49.366339919s to wait for apiserver process to appear ...
	I0915 17:58:49.043895   71216 api_server.go:88] waiting for apiserver healthz status ...
	I0915 17:58:49.043973   71216 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0915 17:58:49.057847   71216 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0915 17:58:49.059976   71216 api_server.go:141] control plane version: v1.31.1
	I0915 17:58:49.060087   71216 api_server.go:131] duration metric: took 16.158209ms to wait for apiserver health ...
	I0915 17:58:49.060124   71216 system_pods.go:43] waiting for kube-system pods to appear ...
	I0915 17:58:49.069235   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:49.075338   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:49.086840   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:49.092921   71216 system_pods.go:59] 18 kube-system pods found
	I0915 17:58:49.093125   71216 system_pods.go:61] "coredns-7c65d6cfc9-6zsww" [dd259114-d0e4-48f8-8df7-c42db56e3ff4] Running
	I0915 17:58:49.093181   71216 system_pods.go:61] "csi-hostpath-attacher-0" [003d6210-5987-462e-87ff-921c9e16989d] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0915 17:58:49.093252   71216 system_pods.go:61] "csi-hostpath-resizer-0" [170fdcef-1721-4af3-93b9-08d6f3f98786] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0915 17:58:49.093320   71216 system_pods.go:61] "csi-hostpathplugin-r56s6" [bd726ed6-f046-463e-a976-4a4ee0bff774] 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])
	I0915 17:58:49.093348   71216 system_pods.go:61] "etcd-addons-045753" [1081e263-a940-49d9-8748-b8ce3b8c592b] Running
	I0915 17:58:49.093393   71216 system_pods.go:61] "kube-apiserver-addons-045753" [cb9d055f-b09b-4443-a1d4-b25ce61d9027] Running
	I0915 17:58:49.093441   71216 system_pods.go:61] "kube-controller-manager-addons-045753" [073b0344-08bc-4d5d-82de-fec958343b4e] Running
	I0915 17:58:49.093474   71216 system_pods.go:61] "kube-ingress-dns-minikube" [e61ba42f-2a36-4622-88f2-8811599dd97b] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0915 17:58:49.093516   71216 system_pods.go:61] "kube-proxy-klkt5" [bffb6a33-d151-4723-bf64-00836ccdab9e] Running
	I0915 17:58:49.093557   71216 system_pods.go:61] "kube-scheduler-addons-045753" [693c35aa-977b-4dde-a1c5-893464e3e2d6] Running
	I0915 17:58:49.093587   71216 system_pods.go:61] "metrics-server-84c5f94fbc-g5l9k" [3293b57b-c547-48c7-a703-68c8c90d42ae] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0915 17:58:49.093632   71216 system_pods.go:61] "nvidia-device-plugin-daemonset-n5wwl" [a26b9e9f-04fa-46e7-87a0-c12027518163] Running
	I0915 17:58:49.093667   71216 system_pods.go:61] "registry-66c9cd494c-mk2hj" [8407a7aa-ef71-4947-ac71-9eada5abad15] Running
	I0915 17:58:49.093702   71216 system_pods.go:61] "registry-proxy-w992r" [24198a64-32db-42a2-9a4e-a7cfae30aee2] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0915 17:58:49.093773   71216 system_pods.go:61] "snapshot-controller-56fcc65765-mg2fh" [0a43e278-40f2-48df-999a-ce0217ea8d3c] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0915 17:58:49.093815   71216 system_pods.go:61] "snapshot-controller-56fcc65765-rshpg" [1ed9735e-30a6-406e-8299-8111cbf02533] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0915 17:58:49.093949   71216 system_pods.go:61] "storage-provisioner" [2acccfa5-30f7-43cc-b7cb-f217da2570c8] Running
	I0915 17:58:49.094005   71216 system_pods.go:61] "tiller-deploy-b48cc5f79-d29bb" [9dae816e-cabb-4a7c-9272-9df2bff34ef1] Running
	I0915 17:58:49.094044   71216 system_pods.go:74] duration metric: took 33.866912ms to wait for pod list to return data ...
	I0915 17:58:49.094097   71216 default_sa.go:34] waiting for default service account to be created ...
	I0915 17:58:49.098650   71216 default_sa.go:45] found service account: "default"
	I0915 17:58:49.098698   71216 default_sa.go:55] duration metric: took 4.427215ms for default service account to be created ...
	I0915 17:58:49.098712   71216 system_pods.go:116] waiting for k8s-apps to be running ...
	I0915 17:58:49.196872   71216 system_pods.go:86] 18 kube-system pods found
	I0915 17:58:49.196921   71216 system_pods.go:89] "coredns-7c65d6cfc9-6zsww" [dd259114-d0e4-48f8-8df7-c42db56e3ff4] Running
	I0915 17:58:49.196939   71216 system_pods.go:89] "csi-hostpath-attacher-0" [003d6210-5987-462e-87ff-921c9e16989d] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0915 17:58:49.196952   71216 system_pods.go:89] "csi-hostpath-resizer-0" [170fdcef-1721-4af3-93b9-08d6f3f98786] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0915 17:58:49.196976   71216 system_pods.go:89] "csi-hostpathplugin-r56s6" [bd726ed6-f046-463e-a976-4a4ee0bff774] 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])
	I0915 17:58:49.196986   71216 system_pods.go:89] "etcd-addons-045753" [1081e263-a940-49d9-8748-b8ce3b8c592b] Running
	I0915 17:58:49.197005   71216 system_pods.go:89] "kube-apiserver-addons-045753" [cb9d055f-b09b-4443-a1d4-b25ce61d9027] Running
	I0915 17:58:49.197023   71216 system_pods.go:89] "kube-controller-manager-addons-045753" [073b0344-08bc-4d5d-82de-fec958343b4e] Running
	I0915 17:58:49.197041   71216 system_pods.go:89] "kube-ingress-dns-minikube" [e61ba42f-2a36-4622-88f2-8811599dd97b] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0915 17:58:49.197049   71216 system_pods.go:89] "kube-proxy-klkt5" [bffb6a33-d151-4723-bf64-00836ccdab9e] Running
	I0915 17:58:49.197060   71216 system_pods.go:89] "kube-scheduler-addons-045753" [693c35aa-977b-4dde-a1c5-893464e3e2d6] Running
	I0915 17:58:49.197076   71216 system_pods.go:89] "metrics-server-84c5f94fbc-g5l9k" [3293b57b-c547-48c7-a703-68c8c90d42ae] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0915 17:58:49.197085   71216 system_pods.go:89] "nvidia-device-plugin-daemonset-n5wwl" [a26b9e9f-04fa-46e7-87a0-c12027518163] Running
	I0915 17:58:49.197098   71216 system_pods.go:89] "registry-66c9cd494c-mk2hj" [8407a7aa-ef71-4947-ac71-9eada5abad15] Running
	I0915 17:58:49.197110   71216 system_pods.go:89] "registry-proxy-w992r" [24198a64-32db-42a2-9a4e-a7cfae30aee2] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0915 17:58:49.197124   71216 system_pods.go:89] "snapshot-controller-56fcc65765-mg2fh" [0a43e278-40f2-48df-999a-ce0217ea8d3c] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0915 17:58:49.197143   71216 system_pods.go:89] "snapshot-controller-56fcc65765-rshpg" [1ed9735e-30a6-406e-8299-8111cbf02533] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0915 17:58:49.197164   71216 system_pods.go:89] "storage-provisioner" [2acccfa5-30f7-43cc-b7cb-f217da2570c8] Running
	I0915 17:58:49.197178   71216 system_pods.go:89] "tiller-deploy-b48cc5f79-d29bb" [9dae816e-cabb-4a7c-9272-9df2bff34ef1] Running
	I0915 17:58:49.197191   71216 system_pods.go:126] duration metric: took 98.467476ms to wait for k8s-apps to be running ...
	I0915 17:58:49.197229   71216 system_svc.go:44] waiting for kubelet service to be running ....
	I0915 17:58:49.197343   71216 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0915 17:58:49.218287   71216 system_svc.go:56] duration metric: took 21.044856ms WaitForService to wait for kubelet
	I0915 17:58:49.218409   71216 kubeadm.go:582] duration metric: took 49.541015801s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0915 17:58:49.218491   71216 node_conditions.go:102] verifying NodePressure condition ...
	I0915 17:58:49.386352   71216 node_conditions.go:122] node storage ephemeral capacity is 119475748Ki
	I0915 17:58:49.386393   71216 node_conditions.go:123] node cpu capacity is 2
	I0915 17:58:49.386414   71216 node_conditions.go:105] duration metric: took 167.896438ms to run NodePressure ...
	I0915 17:58:49.386433   71216 start.go:241] waiting for startup goroutines ...
	I0915 17:58:49.507391   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:49.536618   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:49.540836   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:50.022806   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:50.033258   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:50.044704   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:50.529846   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:50.543395   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:50.548752   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:51.007172   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:51.053545   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:51.054170   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:51.520225   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:51.544324   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:51.546529   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:52.012986   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:52.053826   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:52.079277   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:52.502185   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:52.540123   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:52.546890   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:53.004006   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:53.035236   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:53.061273   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:53.502914   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:53.533820   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:53.539760   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:54.002810   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:54.044209   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:54.061535   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:54.502574   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:54.536730   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:54.542868   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:55.009211   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:55.032525   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:55.045269   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:55.502400   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:55.531792   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:55.534917   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:56.000602   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:56.030320   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:56.034692   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:56.501622   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:56.702918   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:56.702961   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:57.000236   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0915 17:58:57.044642   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:57.056661   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:57.512983   71216 kapi.go:107] duration metric: took 28.018328724s to wait for kubernetes.io/minikube-addons=registry ...
	I0915 17:58:57.540048   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:57.543750   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:58.035124   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:58.045647   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:58.560844   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:58.561461   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:59.069635   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:59.080466   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:58:59.543364   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:58:59.543474   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:00.065557   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:00.076993   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:00.547684   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:00.550871   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:01.059749   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:01.070173   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:01.531060   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:01.545715   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:02.039479   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:02.069049   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:02.536768   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:02.542563   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:03.048352   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:03.056375   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:03.533328   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:03.538957   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:04.029915   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:04.036478   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:04.533603   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:04.535095   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:05.045182   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:05.050027   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:05.589766   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:05.598083   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:06.057272   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:06.059577   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:06.544489   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:06.544551   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:07.056022   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:07.064463   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:07.552769   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:07.562062   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:08.075817   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:08.078889   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:08.540798   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:08.544539   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:09.067890   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:09.081852   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:09.545236   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:09.562862   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:10.099669   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:10.101836   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:10.535132   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:10.543540   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:11.092152   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:11.095788   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:11.536642   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:11.537130   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:12.031037   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:12.045012   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:12.528860   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:12.532961   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:13.030373   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:13.042400   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:13.539493   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:13.551411   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:14.038742   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:14.039785   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:14.542451   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:14.544556   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:15.074289   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:15.076710   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:15.549892   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:15.563305   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:16.061324   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:16.062488   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:16.562683   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:16.564420   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:17.031033   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:17.041911   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:17.547005   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:17.549662   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:18.109716   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:18.110131   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:18.533385   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:18.535857   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:19.057023   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:19.063392   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:19.559599   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:19.568510   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:20.042659   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:20.047953   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:20.555946   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:20.558823   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:21.069834   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:21.098998   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:21.540262   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:21.544861   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:22.038371   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:22.038644   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:22.571784   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:22.575551   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:23.035903   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:23.044290   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:23.548586   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:23.551369   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:24.057546   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:24.057675   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:24.547314   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:24.550638   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:25.044128   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:25.060427   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:25.530797   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:25.535848   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:26.030738   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:26.037576   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:26.530697   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:26.546304   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:27.037747   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:27.056031   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:27.555918   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:27.556894   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:28.102303   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:28.104357   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:28.597552   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:28.598223   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:29.053397   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:29.055584   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:29.565849   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:29.567377   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:30.112090   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:30.115987   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:30.538078   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:30.556175   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:31.093678   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:31.099666   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:31.553607   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:31.556185   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:32.136105   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:32.136399   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:32.581425   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:32.864232   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:33.044370   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:33.056469   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:33.542262   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:33.545606   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:34.032792   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:34.062633   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:34.570863   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:34.575760   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:35.041063   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:35.043059   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:35.554609   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:35.556281   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:36.043130   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:36.046657   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:36.562190   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:36.562776   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:37.041516   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:37.066613   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:37.528988   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:37.533922   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:38.069647   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:38.070990   71216 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0915 17:59:38.609596   71216 kapi.go:107] duration metric: took 1m12.581805834s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0915 17:59:38.617542   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:39.485402   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:39.550089   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:40.033236   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:40.534610   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:41.033275   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:41.550647   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:42.046699   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:42.567222   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:43.042830   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:43.531904   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:44.038365   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:44.609268   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:45.029593   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:45.540903   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:46.042288   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:46.529917   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:47.030136   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:47.530343   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0915 17:59:48.029269   71216 kapi.go:107] duration metric: took 1m15.506268572s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0915 17:59:57.394878   71216 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0915 17:59:57.394917   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0915 17:59:57.892776   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0915 17:59:58.395033   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0915 17:59:58.893657   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0915 17:59:59.395148   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0915 17:59:59.894072   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0915 18:00:00.394560   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0915 18:00:00.895549   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0915 18:00:01.392822   71216 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0915 18:00:01.896443   71216 kapi.go:107] duration metric: took 1m27.008181423s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0915 18:00:01.900776   71216 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-045753 cluster.
	I0915 18:00:01.904149   71216 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.
	I0915 18:00:01.906714   71216 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0915 18:00:01.910455   71216 out.go:177] * Enabled addons: cloud-spanner, default-storageclass, nvidia-device-plugin, storage-provisioner-rancher, storage-provisioner, volcano, ingress-dns, helm-tiller, metrics-server, inspektor-gadget, yakd, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
	I0915 18:00:01.913856   71216 addons.go:510] duration metric: took 2m2.23582516s for enable addons: enabled=[cloud-spanner default-storageclass nvidia-device-plugin storage-provisioner-rancher storage-provisioner volcano ingress-dns helm-tiller metrics-server inspektor-gadget yakd volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
	I0915 18:00:01.913938   71216 start.go:246] waiting for cluster config update ...
	I0915 18:00:01.914040   71216 start.go:255] writing updated cluster config ...
	I0915 18:00:01.914557   71216 ssh_runner.go:195] Run: rm -f paused
	I0915 18:00:02.351813   71216 start.go:600] kubectl: 1.31.0, cluster: 1.31.1 (minor skew: 0)
	I0915 18:00:02.355611   71216 out.go:177] * Done! kubectl is now configured to use "addons-045753" cluster and "default" namespace by default
	
	
	==> Docker <==
	Sep 15 18:09:48 addons-045753 cri-dockerd[1412]: time="2024-09-15T18:09:48Z" level=info msg="Failed to read pod IP from plugin/docker: networkPlugin cni failed on the status hook for pod \"csi-hostpath-attacher-0_kube-system\": unexpected command output Device \"eth0\" does not exist.\n with error: exit status 1"
	Sep 15 18:09:48 addons-045753 dockerd[1156]: time="2024-09-15T18:09:48.384185791Z" level=info msg="ignoring event" container=ef6d37f15e6b2f912ffbb16c8d5d2aa51adb87ab23fadc0d61073746a0a40941 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 15 18:09:48 addons-045753 dockerd[1156]: time="2024-09-15T18:09:48.417851022Z" level=info msg="ignoring event" container=ce1c9f8f65c4003dbff1ee5050e350b4a19634bc66a0fcd929a11ea27d1daa57 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 15 18:09:48 addons-045753 dockerd[1156]: time="2024-09-15T18:09:48.577132880Z" level=info msg="ignoring event" container=44b704932e46a668da27cd9c179b242a499db262a04ecc4e9636481949f1c324 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 15 18:09:48 addons-045753 dockerd[1156]: time="2024-09-15T18:09:48.686802596Z" level=info msg="ignoring event" container=94d85702a43928b197e94c76834146f08a408d492836de1b46b33dd8c038fe43 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 15 18:09:54 addons-045753 dockerd[1156]: time="2024-09-15T18:09:54.794029767Z" level=info msg="ignoring event" container=c49c2e51ab957df20986171eedebe17818ee0a8b6d3b40f8c6679fea33eaba6d module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 15 18:09:54 addons-045753 dockerd[1156]: time="2024-09-15T18:09:54.816594383Z" level=info msg="ignoring event" container=70f71932a8fa7642a49d28d851f657e101deaabf9db56f862285f4df1e7fae2f module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 15 18:09:55 addons-045753 dockerd[1156]: time="2024-09-15T18:09:55.044687221Z" level=info msg="ignoring event" container=83e9163c2c01ddc81127b03f18fbc4522c6a865f9c749c1402e98551347b0594 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 15 18:09:55 addons-045753 dockerd[1156]: time="2024-09-15T18:09:55.064372900Z" level=info msg="ignoring event" container=bbb33e611fd8d360ce82478ad74635977aea83445b02d994897af59628ae80b3 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 15 18:09:55 addons-045753 dockerd[1156]: time="2024-09-15T18:09:55.720806654Z" level=info msg="Attempting next endpoint for pull after error: Head \"https://gcr.io/v2/k8s-minikube/busybox/manifests/latest\": unauthorized: authentication failed"
	Sep 15 18:09:55 addons-045753 dockerd[1156]: time="2024-09-15T18:09:55.723721814Z" level=error msg="Handler for POST /v1.43/images/create returned error: Head \"https://gcr.io/v2/k8s-minikube/busybox/manifests/latest\": unauthorized: authentication failed"
	Sep 15 18:10:02 addons-045753 cri-dockerd[1412]: time="2024-09-15T18:10:02Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/d5dec017837397b645a4a147f373f52fbb345656445370079957b4ef6cbc2b23/resolv.conf as [nameserver 10.96.0.10 search kube-system.svc.cluster.local svc.cluster.local cluster.local us-east1-c.c.p79a29526b6c1e63c-tp.internal c.p79a29526b6c1e63c-tp.internal google.internal options ndots:5]"
	Sep 15 18:10:03 addons-045753 cri-dockerd[1412]: time="2024-09-15T18:10:03Z" level=info msg="Stop pulling image docker.io/alpine/helm:2.16.3: Status: Downloaded newer image for alpine/helm:2.16.3"
	Sep 15 18:10:04 addons-045753 dockerd[1156]: time="2024-09-15T18:10:04.414920014Z" level=info msg="ignoring event" container=1e3228dadadf384dfc0e0440b244c80666f0d4c8c4517c16e438057f81fec145 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 15 18:10:04 addons-045753 dockerd[1156]: time="2024-09-15T18:10:04.443445267Z" level=warning msg="failed to close stdin: NotFound: task 1e3228dadadf384dfc0e0440b244c80666f0d4c8c4517c16e438057f81fec145 not found: not found"
	Sep 15 18:10:05 addons-045753 dockerd[1156]: time="2024-09-15T18:10:05.877779345Z" level=info msg="ignoring event" container=d5dec017837397b645a4a147f373f52fbb345656445370079957b4ef6cbc2b23 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 15 18:10:06 addons-045753 dockerd[1156]: time="2024-09-15T18:10:06.733897357Z" level=info msg="ignoring event" container=5315a33766b521f73a34230413ca2a26c11b7003b3ba849ac614b7872f1cd6a5 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 15 18:10:06 addons-045753 dockerd[1156]: time="2024-09-15T18:10:06.921460394Z" level=info msg="ignoring event" container=2b7b7d49f62d97ed1829468542f0501332837a35a2f38a1062df5486836b59b3 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 15 18:10:13 addons-045753 dockerd[1156]: time="2024-09-15T18:10:13.171254892Z" level=info msg="ignoring event" container=de9ad112d458a1639f25b052b109bd39ebcba9b9857ed5899ce019a3e9bcb058 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 15 18:10:14 addons-045753 dockerd[1156]: time="2024-09-15T18:10:14.707989102Z" level=info msg="ignoring event" container=864243bedd7122fe3254d5cb802684920b7ec6211d477fe49f9571a2af9e5c14 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 15 18:10:14 addons-045753 dockerd[1156]: time="2024-09-15T18:10:14.884123074Z" level=info msg="ignoring event" container=e26b649f42c0a14f9fbb1e6e7f668118efbf95ab8ac655bb549d3af498121ebc module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 15 18:10:15 addons-045753 dockerd[1156]: time="2024-09-15T18:10:15.066717494Z" level=info msg="ignoring event" container=387df73db3f9f457fc6eda899c30dac9c8b62224c932d0f84c182e7ede7aa594 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 15 18:10:15 addons-045753 dockerd[1156]: time="2024-09-15T18:10:15.214910337Z" level=info msg="ignoring event" container=232631f1c44bc00e85321228bbe775b213563027fc4c903def38fbee72b8f8dd module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 15 18:10:15 addons-045753 dockerd[1156]: time="2024-09-15T18:10:15.436854113Z" level=info msg="ignoring event" container=a3540ead07cd509894c248697a99cceab935db339c31e20838c69e0377a0ecbe module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Sep 15 18:10:15 addons-045753 dockerd[1156]: time="2024-09-15T18:10:15.601780130Z" level=info msg="ignoring event" container=ff68258d3d6580c674bebb94ceaa37a832901228d65ff6b30be7c14bba49f458 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                        CREATED             STATE               NAME                       ATTEMPT             POD ID              POD
	6412e7cbebe30       ghcr.io/inspektor-gadget/inspektor-gadget@sha256:03e677e1cf9d2c9bea454e3dbcbcef20b3022e987534a2874eb1abc5bc3e73ec            4 minutes ago       Exited              gadget                     6                   7c3551d88d0e8       gadget-zdm7w
	b2fbaf9f8012b       gcr.io/k8s-minikube/gcp-auth-webhook@sha256:e6c5b3bc32072ea370d34c27836efd11b3519d25bd444c2a8efc339cff0e20fb                 10 minutes ago      Running             gcp-auth                   0                   686ad0617b417       gcp-auth-89d5ffd79-gpmfp
	fc9b7c843113f       registry.k8s.io/ingress-nginx/controller@sha256:d5f8217feeac4887cb1ed21f27c2674e58be06bd8f5184cacea2a69abaf78dce             10 minutes ago      Running             controller                 0                   91da2c8e3abde       ingress-nginx-controller-bc57996ff-vn2gz
	b61774c1f232a       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:a320a50cc91bd15fd2d6fa6de58bd98c1bd64b9a6f926ce23a600d87043455a3   10 minutes ago      Exited              patch                      0                   58e5f36b94021       ingress-nginx-admission-patch-9bf5f
	2a9f6d8f92145       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:a320a50cc91bd15fd2d6fa6de58bd98c1bd64b9a6f926ce23a600d87043455a3   10 minutes ago      Exited              create                     0                   f8996c2cc4a02       ingress-nginx-admission-create-74qgd
	1ba936ca997cc       marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624                                        11 minutes ago      Running             yakd                       0                   f716818fc9eb5       yakd-dashboard-67d98fc6b-2m4qf
	fc6347e33063d       rancher/local-path-provisioner@sha256:e34c88ae0affb1cdefbb874140d6339d4a27ec4ee420ae8199cd839997b05246                       11 minutes ago      Running             local-path-provisioner     0                   e01591db64454       local-path-provisioner-86d989889c-rmc46
	abd49c12575bc       gcr.io/k8s-minikube/minikube-ingress-dns@sha256:4211a1de532376c881851542238121b26792225faa36a7b02dccad88fd05797c             11 minutes ago      Running             minikube-ingress-dns       0                   c6fb8e4c07a60       kube-ingress-dns-minikube
	adeaf6562eb67       gcr.io/cloud-spanner-emulator/emulator@sha256:636fdfc528824bae5f0ea2eca6ae307fe81092f05ec21038008bc0d6100e52fc               11 minutes ago      Running             cloud-spanner-emulator     0                   d2421d32d10a8       cloud-spanner-emulator-769b77f747-ltl9z
	3e0d792c77d1d       nvcr.io/nvidia/k8s-device-plugin@sha256:ed39e22c8b71343fb996737741a99da88ce6c75dd83b5c520e0b3d8e8a884c47                     11 minutes ago      Running             nvidia-device-plugin-ctr   0                   40a197da2c536       nvidia-device-plugin-daemonset-n5wwl
	669d1759279dc       6e38f40d628db                                                                                                                11 minutes ago      Running             storage-provisioner        0                   e1d37c7e0e5f7       storage-provisioner
	f10b50e32a012       c69fa2e9cbf5f                                                                                                                12 minutes ago      Running             coredns                    0                   0e309420dc1e7       coredns-7c65d6cfc9-6zsww
	cac6eae5685cd       60c005f310ff3                                                                                                                12 minutes ago      Running             kube-proxy                 0                   5f1a6ddcb589f       kube-proxy-klkt5
	b55a3ce17973c       9aa1fad941575                                                                                                                12 minutes ago      Running             kube-scheduler             0                   478aa5958fa33       kube-scheduler-addons-045753
	187fcb4f94db0       6bab7719df100                                                                                                                12 minutes ago      Running             kube-apiserver             0                   7c1797e77a93b       kube-apiserver-addons-045753
	7d7e0d7ae8dc8       2e96e5913fc06                                                                                                                12 minutes ago      Running             etcd                       0                   7ba113352b038       etcd-addons-045753
	922aace35212c       175ffd71cce3d                                                                                                                12 minutes ago      Running             kube-controller-manager    0                   bb96068153952       kube-controller-manager-addons-045753
	
	
	==> controller_ingress [fc9b7c843113] <==
	W0915 17:59:38.297956       7 client_config.go:659] Neither --kubeconfig nor --master was specified.  Using the inClusterConfig.  This might not work.
	I0915 17:59:38.299174       7 main.go:205] "Creating API client" host="https://10.96.0.1:443"
	I0915 17:59:38.310153       7 main.go:248] "Running in Kubernetes cluster" major="1" minor="31" git="v1.31.1" state="clean" commit="948afe5ca072329a73c8e79ed5938717a5cb3d21" platform="linux/amd64"
	I0915 17:59:40.048629       7 main.go:101] "SSL fake certificate created" file="/etc/ingress-controller/ssl/default-fake-certificate.pem"
	I0915 17:59:40.094859       7 ssl.go:535] "loading tls certificate" path="/usr/local/certificates/cert" key="/usr/local/certificates/key"
	I0915 17:59:40.199879       7 nginx.go:271] "Starting NGINX Ingress controller"
	I0915 17:59:40.397918       7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"ingress-nginx-controller", UID:"c5d07e58-96ce-48f6-bdf5-ee74f2f8faf0", APIVersion:"v1", ResourceVersion:"730", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/ingress-nginx-controller
	I0915 17:59:40.408831       7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"tcp-services", UID:"d4e8fe12-2c3c-4ba8-b8bb-c894add2f368", APIVersion:"v1", ResourceVersion:"737", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/tcp-services
	I0915 17:59:40.408906       7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"udp-services", UID:"9693ecdd-2745-41b4-8f25-632136c09ea9", APIVersion:"v1", ResourceVersion:"745", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/udp-services
	I0915 17:59:41.503158       7 nginx.go:317] "Starting NGINX process"
	I0915 17:59:41.503727       7 leaderelection.go:250] attempting to acquire leader lease ingress-nginx/ingress-nginx-leader...
	I0915 17:59:41.507832       7 nginx.go:337] "Starting validation webhook" address=":8443" certPath="/usr/local/certificates/cert" keyPath="/usr/local/certificates/key"
	I0915 17:59:41.509188       7 controller.go:193] "Configuration changes detected, backend reload required"
	I0915 17:59:41.535297       7 leaderelection.go:260] successfully acquired lease ingress-nginx/ingress-nginx-leader
	I0915 17:59:41.536660       7 status.go:85] "New leader elected" identity="ingress-nginx-controller-bc57996ff-vn2gz"
	I0915 17:59:41.561941       7 status.go:219] "POD is not ready" pod="ingress-nginx/ingress-nginx-controller-bc57996ff-vn2gz" node="addons-045753"
	I0915 17:59:42.046304       7 controller.go:213] "Backend successfully reloaded"
	I0915 17:59:42.046400       7 controller.go:224] "Initial sync, sleeping for 1 second"
	I0915 17:59:42.046814       7 event.go:377] Event(v1.ObjectReference{Kind:"Pod", Namespace:"ingress-nginx", Name:"ingress-nginx-controller-bc57996ff-vn2gz", UID:"062e1906-8675-436f-ab8c-cf4ee22b63c9", APIVersion:"v1", ResourceVersion:"1303", FieldPath:""}): type: 'Normal' reason: 'RELOAD' NGINX reload triggered due to a change in configuration
	  Build:         46e76e5916813cfca2a9b0bfdc34b69a0000f6b9
	  Repository:    https://github.com/kubernetes/ingress-nginx
	  nginx version: nginx/1.25.5
	
	-------------------------------------------------------------------------------
	
	
	
	==> coredns [f10b50e32a01] <==
	[INFO] 10.244.0.8:59905 - 47847 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000192102s
	[INFO] 10.244.0.8:55697 - 19733 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000103217s
	[INFO] 10.244.0.8:55697 - 5392 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000160505s
	[INFO] 10.244.0.8:58654 - 38821 "AAAA IN registry.kube-system.svc.cluster.local.us-east1-c.c.p79a29526b6c1e63c-tp.internal. udp 99 false 512" NXDOMAIN qr,aa,rd,ra 206 0.000094253s
	[INFO] 10.244.0.8:58654 - 21667 "A IN registry.kube-system.svc.cluster.local.us-east1-c.c.p79a29526b6c1e63c-tp.internal. udp 99 false 512" NXDOMAIN qr,aa,rd,ra 206 0.000275238s
	[INFO] 10.244.0.8:42139 - 34412 "A IN registry.kube-system.svc.cluster.local.c.p79a29526b6c1e63c-tp.internal. udp 88 false 512" NXDOMAIN qr,aa,rd,ra 193 0.000085596s
	[INFO] 10.244.0.8:42139 - 63592 "AAAA IN registry.kube-system.svc.cluster.local.c.p79a29526b6c1e63c-tp.internal. udp 88 false 512" NXDOMAIN qr,aa,rd,ra 193 0.000199228s
	[INFO] 10.244.0.8:37894 - 3612 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,aa,rd,ra 177 0.000085401s
	[INFO] 10.244.0.8:37894 - 37648 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,aa,rd,ra 177 0.00028108s
	[INFO] 10.244.0.8:51763 - 40213 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000230461s
	[INFO] 10.244.0.8:51763 - 8488 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000213551s
	[INFO] 10.244.0.26:42870 - 51859 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000461354s
	[INFO] 10.244.0.26:46163 - 1307 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000195192s
	[INFO] 10.244.0.26:36372 - 56982 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.00018322s
	[INFO] 10.244.0.26:47692 - 29455 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000135375s
	[INFO] 10.244.0.26:44421 - 2895 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000142285s
	[INFO] 10.244.0.26:36383 - 57818 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.00012721s
	[INFO] 10.244.0.26:48661 - 13323 "AAAA IN storage.googleapis.com.us-east1-c.c.p79a29526b6c1e63c-tp.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 190 0.00625502s
	[INFO] 10.244.0.26:40642 - 8029 "A IN storage.googleapis.com.us-east1-c.c.p79a29526b6c1e63c-tp.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 190 0.007547786s
	[INFO] 10.244.0.26:40674 - 39664 "AAAA IN storage.googleapis.com.c.p79a29526b6c1e63c-tp.internal. udp 83 false 1232" NXDOMAIN qr,rd,ra 177 0.004763575s
	[INFO] 10.244.0.26:48354 - 24111 "A IN storage.googleapis.com.c.p79a29526b6c1e63c-tp.internal. udp 83 false 1232" NXDOMAIN qr,rd,ra 177 0.005449062s
	[INFO] 10.244.0.26:49694 - 32374 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 161 0.003618565s
	[INFO] 10.244.0.26:51353 - 42454 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 161 0.003719191s
	[INFO] 10.244.0.26:51929 - 61694 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.003159452s
	[INFO] 10.244.0.26:45126 - 51103 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.003552465s
	
	
	==> describe nodes <==
	Name:               addons-045753
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=addons-045753
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=6b3e75bb13951e1aa9da4105a14c95c8da7f2673
	                    minikube.k8s.io/name=addons-045753
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_09_15T17_57_55_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-045753
	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:  Sun, 15 Sep 2024 17:57:51 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-045753
	  AcquireTime:     <unset>
	  RenewTime:       Sun, 15 Sep 2024 18:10:11 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Sun, 15 Sep 2024 18:06:05 +0000   Sun, 15 Sep 2024 17:57:49 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Sun, 15 Sep 2024 18:06:05 +0000   Sun, 15 Sep 2024 17:57:49 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Sun, 15 Sep 2024 18:06:05 +0000   Sun, 15 Sep 2024 17:57:49 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Sun, 15 Sep 2024 18:06:05 +0000   Sun, 15 Sep 2024 17:57:52 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-045753
	Capacity:
	  cpu:                2
	  ephemeral-storage:  119475748Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             8141780Ki
	  pods:               110
	Allocatable:
	  cpu:                2
	  ephemeral-storage:  119475748Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             8141780Ki
	  pods:               110
	System Info:
	  Machine ID:                 c5aa3d72214c4a8ea2e243b027c311b7
	  System UUID:                8018a122-91d7-484c-8f46-b2dd1b974ccc
	  Boot ID:                    20cfec3c-61a9-4646-88a9-8f900cb37786
	  Kernel Version:             6.1.100+
	  OS Image:                   Ubuntu 22.04.4 LTS
	  Operating System:           linux
	  Architecture:               amd64
	  Container Runtime Version:  docker://27.2.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%)         9m22s
	  default                     cloud-spanner-emulator-769b77f747-ltl9z     0 (0%)        0 (0%)      0 (0%)           0 (0%)         12m
	  gadget                      gadget-zdm7w                                0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  gcp-auth                    gcp-auth-89d5ffd79-gpmfp                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         10m
	  ingress-nginx               ingress-nginx-controller-bc57996ff-vn2gz    100m (5%)     0 (0%)      90Mi (1%)        0 (0%)         11m
	  kube-system                 coredns-7c65d6cfc9-6zsww                    100m (5%)     0 (0%)      70Mi (0%)        170Mi (2%)     12m
	  kube-system                 etcd-addons-045753                          100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         12m
	  kube-system                 kube-apiserver-addons-045753                250m (12%)    0 (0%)      0 (0%)           0 (0%)         12m
	  kube-system                 kube-controller-manager-addons-045753       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-klkt5                            0 (0%)        0 (0%)      0 (0%)           0 (0%)         12m
	  kube-system                 kube-scheduler-addons-045753                100m (5%)     0 (0%)      0 (0%)           0 (0%)         12m
	  kube-system                 nvidia-device-plugin-daemonset-n5wwl        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-rmc46     0 (0%)        0 (0%)      0 (0%)           0 (0%)         12m
	  yakd-dashboard              yakd-dashboard-67d98fc6b-2m4qf              0 (0%)        0 (0%)      128Mi (1%)       256Mi (3%)     12m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                850m (42%)  0 (0%)
	  memory             388Mi (4%)  426Mi (5%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	Events:
	  Type    Reason                   Age                From             Message
	  ----    ------                   ----               ----             -------
	  Normal  Starting                 12m                kube-proxy       
	  Normal  Starting                 12m                kubelet          Starting kubelet.
	  Normal  NodeHasSufficientMemory  12m (x8 over 12m)  kubelet          Node addons-045753 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    12m (x8 over 12m)  kubelet          Node addons-045753 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     12m (x8 over 12m)  kubelet          Node addons-045753 status is now: NodeHasSufficientPID
	  Normal  Starting                 12m                kubelet          Starting kubelet.
	  Normal  NodeHasSufficientMemory  12m                kubelet          Node addons-045753 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    12m                kubelet          Node addons-045753 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     12m                kubelet          Node addons-045753 status is now: NodeHasSufficientPID
	  Normal  RegisteredNode           12m                node-controller  Node addons-045753 event: Registered Node addons-045753 in Controller
	
	
	==> dmesg <==
	[  +0.000010] ll header: 00000000: ff ff ff ff ff ff fe 66 22 dd 97 de 08 06
	[  +2.381426] IPv4: martian source 10.244.0.1 from 10.244.0.16, on dev eth0
	[  +0.000009] ll header: 00000000: ff ff ff ff ff ff fa 6e b0 cf e8 f7 08 06
	[  +2.091524] IPv4: martian source 10.244.0.1 from 10.244.0.18, on dev eth0
	[  +0.000010] ll header: 00000000: ff ff ff ff ff ff 22 56 25 58 e6 f3 08 06
	[  +0.026694] IPv4: martian source 10.244.0.1 from 10.244.0.17, on dev eth0
	[  +0.000010] ll header: 00000000: ff ff ff ff ff ff 42 e2 9d 1e b1 88 08 06
	[ +15.509389] IPv4: martian source 10.244.0.1 from 10.244.0.23, on dev eth0
	[  +0.000010] ll header: 00000000: ff ff ff ff ff ff 32 81 36 0b 0a 78 08 06
	[  +2.396910] IPv4: martian source 10.244.0.1 from 10.244.0.24, on dev eth0
	[  +0.000010] ll header: 00000000: ff ff ff ff ff ff 8a 4f 17 77 c8 78 08 06
	[  +0.176276] IPv4: martian source 10.244.0.1 from 10.244.0.25, on dev eth0
	[  +0.000008] ll header: 00000000: ff ff ff ff ff ff 1a a4 4a 39 74 a4 08 06
	[  +0.561658] IPv4: martian source 10.244.0.1 from 10.244.0.19, on dev eth0
	[  +0.000010] ll header: 00000000: ff ff ff ff ff ff 0e 70 e4 99 25 c7 08 06
	[  +0.338031] IPv4: martian source 10.244.0.1 from 10.244.0.21, on dev eth0
	[  +0.000009] ll header: 00000000: ff ff ff ff ff ff c2 da 4b ac f6 c4 08 06
	[  +0.281092] IPv4: martian source 10.244.0.1 from 10.244.0.20, on dev eth0
	[  +0.000010] ll header: 00000000: ff ff ff ff ff ff c2 18 e8 db 0a 01 08 06
	[ +18.406740] IPv4: martian source 10.244.0.1 from 10.244.0.26, on dev eth0
	[  +0.000010] ll header: 00000000: ff ff ff ff ff ff 92 45 03 9a 36 e0 08 06
	[  +0.000683] IPv4: martian source 10.244.0.26 from 10.244.0.2, on dev eth0
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff 92 7d 02 a1 7e f3 08 06
	[Sep15 18:10] IPv4: martian source 10.244.0.1 from 10.244.0.32, on dev eth0
	[  +0.000007] ll header: 00000000: ff ff ff ff ff ff 66 71 f1 a2 35 35 08 06
	
	
	==> etcd [7d7e0d7ae8dc] <==
	{"level":"info","ts":"2024-09-15T17:59:37.003337Z","caller":"traceutil/trace.go:171","msg":"trace[951456318] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1279; }","duration":"112.518101ms","start":"2024-09-15T17:59:36.890794Z","end":"2024-09-15T17:59:37.003312Z","steps":["trace[951456318] 'agreement among raft nodes before linearized reading'  (duration: 105.50352ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-15T17:59:37.866305Z","caller":"traceutil/trace.go:171","msg":"trace[320832053] transaction","detail":"{read_only:false; response_revision:1281; number_of_response:1; }","duration":"158.050023ms","start":"2024-09-15T17:59:37.708231Z","end":"2024-09-15T17:59:37.866281Z","steps":["trace[320832053] 'process raft request'  (duration: 157.894584ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-15T17:59:39.376598Z","caller":"traceutil/trace.go:171","msg":"trace[1206527975] linearizableReadLoop","detail":"{readStateIndex:1346; appliedIndex:1345; }","duration":"221.819266ms","start":"2024-09-15T17:59:39.130802Z","end":"2024-09-15T17:59:39.352621Z","steps":["trace[1206527975] 'read index received'  (duration: 204.832151ms)","trace[1206527975] 'applied index is now lower than readState.Index'  (duration: 16.983545ms)"],"step_count":2}
	{"level":"warn","ts":"2024-09-15T17:59:39.376813Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"245.981468ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-15T17:59:39.376858Z","caller":"traceutil/trace.go:171","msg":"trace[1293502467] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:1307; }","duration":"246.043342ms","start":"2024-09-15T17:59:39.130797Z","end":"2024-09-15T17:59:39.376840Z","steps":["trace[1293502467] 'agreement among raft nodes before linearized reading'  (duration: 226.456372ms)","trace[1293502467] 'range keys from in-memory index tree'  (duration: 19.492743ms)"],"step_count":2}
	{"level":"warn","ts":"2024-09-15T17:59:39.377146Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"246.187061ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-15T17:59:39.377179Z","caller":"traceutil/trace.go:171","msg":"trace[379979196] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1307; }","duration":"246.228115ms","start":"2024-09-15T17:59:39.130941Z","end":"2024-09-15T17:59:39.377169Z","steps":["trace[379979196] 'agreement among raft nodes before linearized reading'  (duration: 246.157579ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-15T18:00:00.271891Z","caller":"traceutil/trace.go:171","msg":"trace[639060499] transaction","detail":"{read_only:false; response_revision:1421; number_of_response:1; }","duration":"153.007456ms","start":"2024-09-15T18:00:00.118859Z","end":"2024-09-15T18:00:00.271866Z","steps":["trace[639060499] 'process raft request'  (duration: 113.48756ms)","trace[639060499] 'compare'  (duration: 39.200029ms)"],"step_count":2}
	{"level":"warn","ts":"2024-09-15T18:00:22.912251Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"359.483882ms","expected-duration":"100ms","prefix":"read-only range ","request":"limit:1 serializable:true keys_only:true ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-15T18:00:22.912344Z","caller":"traceutil/trace.go:171","msg":"trace[1241603619] range","detail":"{range_begin:; range_end:; response_count:0; response_revision:1477; }","duration":"359.590115ms","start":"2024-09-15T18:00:22.552734Z","end":"2024-09-15T18:00:22.912324Z","steps":["trace[1241603619] 'range keys from in-memory index tree'  (duration: 359.45116ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-15T18:00:22.918470Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"224.778407ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/services/endpoints/kube-system/k8s.io-minikube-hostpath\" ","response":"range_response_count:1 size:1113"}
	{"level":"info","ts":"2024-09-15T18:00:22.918713Z","caller":"traceutil/trace.go:171","msg":"trace[1499123276] range","detail":"{range_begin:/registry/services/endpoints/kube-system/k8s.io-minikube-hostpath; range_end:; response_count:1; response_revision:1477; }","duration":"225.352946ms","start":"2024-09-15T18:00:22.693342Z","end":"2024-09-15T18:00:22.918694Z","steps":["trace[1499123276] 'range keys from in-memory index tree'  (duration: 224.642454ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-15T18:00:26.368453Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"194.449451ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-15T18:00:26.374639Z","caller":"traceutil/trace.go:171","msg":"trace[310760455] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:1498; }","duration":"200.671369ms","start":"2024-09-15T18:00:26.173922Z","end":"2024-09-15T18:00:26.374594Z","steps":["trace[310760455] 'agreement among raft nodes before linearized reading'  (duration: 194.423616ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-15T18:00:26.376774Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"205.165506ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/events/my-volcano/test-job-2b61a01b-0eda-4076-9bc1-7c41fa08f5a7.17f57cc674c9822d\" ","response":"range_response_count:1 size:812"}
	{"level":"info","ts":"2024-09-15T18:00:26.377820Z","caller":"traceutil/trace.go:171","msg":"trace[2032902916] range","detail":"{range_begin:/registry/events/my-volcano/test-job-2b61a01b-0eda-4076-9bc1-7c41fa08f5a7.17f57cc674c9822d; range_end:; response_count:1; response_revision:1498; }","duration":"206.290473ms","start":"2024-09-15T18:00:26.171513Z","end":"2024-09-15T18:00:26.377804Z","steps":["trace[2032902916] 'agreement among raft nodes before linearized reading'  (duration: 205.055057ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-15T18:00:26.941037Z","caller":"traceutil/trace.go:171","msg":"trace[1426958686] transaction","detail":"{read_only:false; response_revision:1501; number_of_response:1; }","duration":"140.318946ms","start":"2024-09-15T18:00:26.800695Z","end":"2024-09-15T18:00:26.941014Z","steps":["trace[1426958686] 'process raft request'  (duration: 82.754214ms)","trace[1426958686] 'compare'  (duration: 57.375652ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-15T18:00:36.819074Z","caller":"traceutil/trace.go:171","msg":"trace[1311636291] linearizableReadLoop","detail":"{readStateIndex:1584; appliedIndex:1583; }","duration":"223.406804ms","start":"2024-09-15T18:00:36.595646Z","end":"2024-09-15T18:00:36.819053Z","steps":["trace[1311636291] 'read index received'  (duration: 223.186511ms)","trace[1311636291] 'applied index is now lower than readState.Index'  (duration: 219.237µs)"],"step_count":2}
	{"level":"warn","ts":"2024-09-15T18:00:36.819744Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"224.054152ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/snapshot.storage.k8s.io/volumesnapshots/\" range_end:\"/registry/snapshot.storage.k8s.io/volumesnapshots0\" count_only:true ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-15T18:00:36.819954Z","caller":"traceutil/trace.go:171","msg":"trace[543653610] range","detail":"{range_begin:/registry/snapshot.storage.k8s.io/volumesnapshots/; range_end:/registry/snapshot.storage.k8s.io/volumesnapshots0; response_count:0; response_revision:1530; }","duration":"224.298147ms","start":"2024-09-15T18:00:36.595640Z","end":"2024-09-15T18:00:36.819938Z","steps":["trace[543653610] 'agreement among raft nodes before linearized reading'  (duration: 223.950773ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-15T18:00:36.820553Z","caller":"traceutil/trace.go:171","msg":"trace[509743329] transaction","detail":"{read_only:false; response_revision:1530; number_of_response:1; }","duration":"226.684221ms","start":"2024-09-15T18:00:36.593852Z","end":"2024-09-15T18:00:36.820536Z","steps":["trace[509743329] 'process raft request'  (duration: 225.047132ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-15T18:00:47.327504Z","caller":"traceutil/trace.go:171","msg":"trace[1456375014] transaction","detail":"{read_only:false; number_of_response:1; response_revision:1618; }","duration":"129.600893ms","start":"2024-09-15T18:00:47.197879Z","end":"2024-09-15T18:00:47.327480Z","steps":["trace[1456375014] 'process raft request'  (duration: 71.416803ms)","trace[1456375014] 'compare'  (duration: 46.988104ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-15T18:07:49.495673Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1888}
	{"level":"info","ts":"2024-09-15T18:07:49.545542Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1888,"took":"48.02296ms","hash":3403493021,"current-db-size-bytes":8994816,"current-db-size":"9.0 MB","current-db-size-in-use-bytes":5160960,"current-db-size-in-use":"5.2 MB"}
	{"level":"info","ts":"2024-09-15T18:07:49.545609Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":3403493021,"revision":1888,"compact-revision":-1}
	
	
	==> gcp-auth [b2fbaf9f8012] <==
	2024/09/15 18:00:00 GCP Auth Webhook started!
	2024/09/15 18:00:23 Ready to marshal response ...
	2024/09/15 18:00:23 Ready to write response ...
	2024/09/15 18:00:24 Ready to marshal response ...
	2024/09/15 18:00:24 Ready to write response ...
	2024/09/15 18:00:55 Ready to marshal response ...
	2024/09/15 18:00:55 Ready to write response ...
	2024/09/15 18:00:55 Ready to marshal response ...
	2024/09/15 18:00:55 Ready to write response ...
	2024/09/15 18:00:55 Ready to marshal response ...
	2024/09/15 18:00:55 Ready to write response ...
	2024/09/15 18:09:12 Ready to marshal response ...
	2024/09/15 18:09:12 Ready to write response ...
	2024/09/15 18:09:18 Ready to marshal response ...
	2024/09/15 18:09:18 Ready to write response ...
	2024/09/15 18:09:36 Ready to marshal response ...
	2024/09/15 18:09:36 Ready to write response ...
	2024/09/15 18:10:01 Ready to marshal response ...
	2024/09/15 18:10:01 Ready to write response ...
	
	
	==> kernel <==
	 18:10:17 up  1:00,  0 users,  load average: 1.16, 1.02, 1.30
	Linux addons-045753 6.1.100+ #1 SMP PREEMPT_DYNAMIC Sat Aug 17 14:12:26 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.4 LTS"
	
	
	==> kube-apiserver [187fcb4f94db] <==
	I0915 18:00:46.970087       1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
	I0915 18:00:47.525902       1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
	I0915 18:00:47.573236       1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
	I0915 18:00:47.625148       1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
	W0915 18:00:47.750102       1 cacher.go:171] Terminating all watchers from cacher jobs.batch.volcano.sh
	W0915 18:00:47.996955       1 cacher.go:171] Terminating all watchers from cacher podgroups.scheduling.volcano.sh
	W0915 18:00:48.193860       1 cacher.go:171] Terminating all watchers from cacher queues.scheduling.volcano.sh
	W0915 18:00:48.211498       1 cacher.go:171] Terminating all watchers from cacher numatopologies.nodeinfo.volcano.sh
	W0915 18:00:48.626253       1 cacher.go:171] Terminating all watchers from cacher jobflows.flow.volcano.sh
	W0915 18:00:49.110842       1 cacher.go:171] Terminating all watchers from cacher jobtemplates.flow.volcano.sh
	I0915 18:09:26.651506       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	I0915 18:09:54.527186       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0915 18:09:54.528875       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0915 18:09:54.560044       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0915 18:09:54.560454       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0915 18:09:54.602532       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0915 18:09:54.602649       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0915 18:09:54.655833       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0915 18:09:54.656256       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0915 18:09:54.774096       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0915 18:09:54.785769       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0915 18:09:55.657034       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0915 18:09:55.774235       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0915 18:09:56.222417       1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	E0915 18:10:04.387628       1 upgradeaware.go:427] Error proxying data from client to backend: read tcp 192.168.49.2:8443->10.244.0.32:46790: read: connection reset by peer
	
	
	==> kube-controller-manager [922aace35212] <==
	W0915 18:09:59.014212       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
	E0915 18:09:59.014280       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"
	W0915 18:09:59.834854       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
	E0915 18:09:59.834908       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"
	I0915 18:10:02.071619       1 shared_informer.go:313] Waiting for caches to sync for garbage collector
	I0915 18:10:02.071700       1 shared_informer.go:320] Caches are synced for garbage collector
	I0915 18:10:02.073268       1 shared_informer.go:313] Waiting for caches to sync for resource quota
	I0915 18:10:02.073335       1 shared_informer.go:320] Caches are synced for resource quota
	W0915 18:10:04.016142       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
	E0915 18:10:04.016226       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"
	W0915 18:10:04.694182       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
	E0915 18:10:04.694279       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"
	W0915 18:10:04.988463       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
	E0915 18:10:04.988523       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"
	I0915 18:10:06.596650       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/tiller-deploy-b48cc5f79" duration="9.026µs"
	W0915 18:10:11.128488       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
	E0915 18:10:11.128548       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"
	I0915 18:10:13.755268       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/metrics-server-84c5f94fbc" duration="10.292µs"
	W0915 18:10:13.801234       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
	E0915 18:10:13.801291       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"
	I0915 18:10:14.570147       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/registry-66c9cd494c" duration="6.703µs"
	W0915 18:10:16.250651       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
	E0915 18:10:16.250711       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"
	W0915 18:10:16.781248       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
	E0915 18:10:16.781687       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 [cac6eae5685c] <==
	I0915 17:58:09.141622       1 server_linux.go:66] "Using iptables proxy"
	I0915 17:58:10.589969       1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0915 17:58:10.597644       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`"
	I0915 17:58:13.037337       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0915 17:58:13.070107       1 server_linux.go:169] "Using iptables Proxier"
	I0915 17:58:13.182493       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"
	I0915 17:58:13.189035       1 server.go:483] "Version info" version="v1.31.1"
	I0915 17:58:13.236324       1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0915 17:58:13.258771       1 config.go:199] "Starting service config controller"
	I0915 17:58:13.296647       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0915 17:58:13.451422       1 config.go:105] "Starting endpoint slice config controller"
	I0915 17:58:13.451461       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0915 17:58:13.456959       1 config.go:328] "Starting node config controller"
	I0915 17:58:13.456988       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0915 17:58:13.559021       1 shared_informer.go:320] Caches are synced for node config
	I0915 17:58:13.727649       1 shared_informer.go:320] Caches are synced for endpoint slice config
	I0915 17:58:13.804103       1 shared_informer.go:320] Caches are synced for service config
	
	
	==> kube-scheduler [b55a3ce17973] <==
	W0915 17:57:52.028397       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
	E0915 17:57:52.031416       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0915 17:57:52.028638       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	E0915 17:57:52.031491       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0915 17:57:52.028749       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
	E0915 17:57:52.031583       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"
	W0915 17:57:52.028849       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
	E0915 17:57:52.031659       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"
	W0915 17:57:53.016426       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
	E0915 17:57:53.016558       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"
	W0915 17:57:53.034742       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
	E0915 17:57:53.035037       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"
	W0915 17:57:53.054225       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
	E0915 17:57:53.054673       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0915 17:57:53.056449       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	E0915 17:57:53.056527       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0915 17:57:53.131919       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
	E0915 17:57:53.134060       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"
	W0915 17:57:53.172451       1 reflector.go:561] runtime/asm_amd64.s:1695: 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"
	E0915 17:57:53.172509       1 reflector.go:158] "Unhandled Error" err="runtime/asm_amd64.s:1695: 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"
	W0915 17:57:53.186381       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
	E0915 17:57:53.186708       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"
	W0915 17:57:53.224887       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
	E0915 17:57:53.225040       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	I0915 17:57:56.113116       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Sep 15 18:10:13 addons-045753 kubelet[2175]: I0915 18:10:13.505432    2175 reconciler_common.go:288] "Volume detached for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/02074eb6-8482-4043-adff-1dd6c3703dae-gcp-creds\") on node \"addons-045753\" DevicePath \"\""
	Sep 15 18:10:14 addons-045753 kubelet[2175]: I0915 18:10:14.705688    2175 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="02074eb6-8482-4043-adff-1dd6c3703dae" path="/var/lib/kubelet/pods/02074eb6-8482-4043-adff-1dd6c3703dae/volumes"
	Sep 15 18:10:15 addons-045753 kubelet[2175]: I0915 18:10:15.424042    2175 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-8hg7w\" (UniqueName: \"kubernetes.io/projected/8407a7aa-ef71-4947-ac71-9eada5abad15-kube-api-access-8hg7w\") pod \"8407a7aa-ef71-4947-ac71-9eada5abad15\" (UID: \"8407a7aa-ef71-4947-ac71-9eada5abad15\") "
	Sep 15 18:10:15 addons-045753 kubelet[2175]: I0915 18:10:15.432356    2175 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/8407a7aa-ef71-4947-ac71-9eada5abad15-kube-api-access-8hg7w" (OuterVolumeSpecName: "kube-api-access-8hg7w") pod "8407a7aa-ef71-4947-ac71-9eada5abad15" (UID: "8407a7aa-ef71-4947-ac71-9eada5abad15"). InnerVolumeSpecName "kube-api-access-8hg7w". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 15 18:10:15 addons-045753 kubelet[2175]: I0915 18:10:15.531005    2175 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-8hg7w\" (UniqueName: \"kubernetes.io/projected/8407a7aa-ef71-4947-ac71-9eada5abad15-kube-api-access-8hg7w\") on node \"addons-045753\" DevicePath \"\""
	Sep 15 18:10:15 addons-045753 kubelet[2175]: I0915 18:10:15.677886    2175 scope.go:117] "RemoveContainer" containerID="6412e7cbebe305ca14fdea43b1f16d88cec1663f767d06a4c8c260e47ca1ebe2"
	Sep 15 18:10:15 addons-045753 kubelet[2175]: E0915 18:10:15.678158    2175 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"gadget\" with CrashLoopBackOff: \"back-off 5m0s restarting failed container=gadget pod=gadget-zdm7w_gadget(b11405d0-f5c1-4e73-8d6e-3987f5991a36)\"" pod="gadget/gadget-zdm7w" podUID="b11405d0-f5c1-4e73-8d6e-3987f5991a36"
	Sep 15 18:10:15 addons-045753 kubelet[2175]: I0915 18:10:15.732766    2175 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-wtvx9\" (UniqueName: \"kubernetes.io/projected/24198a64-32db-42a2-9a4e-a7cfae30aee2-kube-api-access-wtvx9\") pod \"24198a64-32db-42a2-9a4e-a7cfae30aee2\" (UID: \"24198a64-32db-42a2-9a4e-a7cfae30aee2\") "
	Sep 15 18:10:15 addons-045753 kubelet[2175]: I0915 18:10:15.736441    2175 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/24198a64-32db-42a2-9a4e-a7cfae30aee2-kube-api-access-wtvx9" (OuterVolumeSpecName: "kube-api-access-wtvx9") pod "24198a64-32db-42a2-9a4e-a7cfae30aee2" (UID: "24198a64-32db-42a2-9a4e-a7cfae30aee2"). InnerVolumeSpecName "kube-api-access-wtvx9". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 15 18:10:15 addons-045753 kubelet[2175]: I0915 18:10:15.834152    2175 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-l84zz\" (UniqueName: \"kubernetes.io/projected/3293b57b-c547-48c7-a703-68c8c90d42ae-kube-api-access-l84zz\") pod \"3293b57b-c547-48c7-a703-68c8c90d42ae\" (UID: \"3293b57b-c547-48c7-a703-68c8c90d42ae\") "
	Sep 15 18:10:15 addons-045753 kubelet[2175]: I0915 18:10:15.834599    2175 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"tmp-dir\" (UniqueName: \"kubernetes.io/empty-dir/3293b57b-c547-48c7-a703-68c8c90d42ae-tmp-dir\") pod \"3293b57b-c547-48c7-a703-68c8c90d42ae\" (UID: \"3293b57b-c547-48c7-a703-68c8c90d42ae\") "
	Sep 15 18:10:15 addons-045753 kubelet[2175]: I0915 18:10:15.834846    2175 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-wtvx9\" (UniqueName: \"kubernetes.io/projected/24198a64-32db-42a2-9a4e-a7cfae30aee2-kube-api-access-wtvx9\") on node \"addons-045753\" DevicePath \"\""
	Sep 15 18:10:15 addons-045753 kubelet[2175]: I0915 18:10:15.836118    2175 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/empty-dir/3293b57b-c547-48c7-a703-68c8c90d42ae-tmp-dir" (OuterVolumeSpecName: "tmp-dir") pod "3293b57b-c547-48c7-a703-68c8c90d42ae" (UID: "3293b57b-c547-48c7-a703-68c8c90d42ae"). InnerVolumeSpecName "tmp-dir". PluginName "kubernetes.io/empty-dir", VolumeGidValue ""
	Sep 15 18:10:15 addons-045753 kubelet[2175]: I0915 18:10:15.838006    2175 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/3293b57b-c547-48c7-a703-68c8c90d42ae-kube-api-access-l84zz" (OuterVolumeSpecName: "kube-api-access-l84zz") pod "3293b57b-c547-48c7-a703-68c8c90d42ae" (UID: "3293b57b-c547-48c7-a703-68c8c90d42ae"). InnerVolumeSpecName "kube-api-access-l84zz". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 15 18:10:15 addons-045753 kubelet[2175]: I0915 18:10:15.937547    2175 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-l84zz\" (UniqueName: \"kubernetes.io/projected/3293b57b-c547-48c7-a703-68c8c90d42ae-kube-api-access-l84zz\") on node \"addons-045753\" DevicePath \"\""
	Sep 15 18:10:15 addons-045753 kubelet[2175]: I0915 18:10:15.937603    2175 reconciler_common.go:288] "Volume detached for volume \"tmp-dir\" (UniqueName: \"kubernetes.io/empty-dir/3293b57b-c547-48c7-a703-68c8c90d42ae-tmp-dir\") on node \"addons-045753\" DevicePath \"\""
	Sep 15 18:10:16 addons-045753 kubelet[2175]: I0915 18:10:16.441954    2175 scope.go:117] "RemoveContainer" containerID="864243bedd7122fe3254d5cb802684920b7ec6211d477fe49f9571a2af9e5c14"
	Sep 15 18:10:16 addons-045753 kubelet[2175]: I0915 18:10:16.495376    2175 scope.go:117] "RemoveContainer" containerID="232631f1c44bc00e85321228bbe775b213563027fc4c903def38fbee72b8f8dd"
	Sep 15 18:10:16 addons-045753 kubelet[2175]: I0915 18:10:16.527884    2175 scope.go:117] "RemoveContainer" containerID="232631f1c44bc00e85321228bbe775b213563027fc4c903def38fbee72b8f8dd"
	Sep 15 18:10:16 addons-045753 kubelet[2175]: E0915 18:10:16.530425    2175 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = Unknown desc = Error response from daemon: No such container: 232631f1c44bc00e85321228bbe775b213563027fc4c903def38fbee72b8f8dd" containerID="232631f1c44bc00e85321228bbe775b213563027fc4c903def38fbee72b8f8dd"
	Sep 15 18:10:16 addons-045753 kubelet[2175]: I0915 18:10:16.530539    2175 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"docker","ID":"232631f1c44bc00e85321228bbe775b213563027fc4c903def38fbee72b8f8dd"} err="failed to get container status \"232631f1c44bc00e85321228bbe775b213563027fc4c903def38fbee72b8f8dd\": rpc error: code = Unknown desc = Error response from daemon: No such container: 232631f1c44bc00e85321228bbe775b213563027fc4c903def38fbee72b8f8dd"
	Sep 15 18:10:16 addons-045753 kubelet[2175]: I0915 18:10:16.530605    2175 scope.go:117] "RemoveContainer" containerID="e26b649f42c0a14f9fbb1e6e7f668118efbf95ab8ac655bb549d3af498121ebc"
	Sep 15 18:10:16 addons-045753 kubelet[2175]: I0915 18:10:16.707921    2175 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="24198a64-32db-42a2-9a4e-a7cfae30aee2" path="/var/lib/kubelet/pods/24198a64-32db-42a2-9a4e-a7cfae30aee2/volumes"
	Sep 15 18:10:16 addons-045753 kubelet[2175]: I0915 18:10:16.709331    2175 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="3293b57b-c547-48c7-a703-68c8c90d42ae" path="/var/lib/kubelet/pods/3293b57b-c547-48c7-a703-68c8c90d42ae/volumes"
	Sep 15 18:10:16 addons-045753 kubelet[2175]: I0915 18:10:16.710463    2175 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="8407a7aa-ef71-4947-ac71-9eada5abad15" path="/var/lib/kubelet/pods/8407a7aa-ef71-4947-ac71-9eada5abad15/volumes"
	
	
	==> storage-provisioner [669d1759279d] <==
	I0915 17:58:18.354370       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0915 17:58:18.527568       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0915 17:58:18.550983       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0915 17:58:18.891953       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0915 17:58:18.912157       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-045753_edd34cc4-66b1-4264-8f87-1f0a235e5ef7!
	I0915 17:58:18.996963       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"93ded2cb-2de5-48ea-ba6e-1336ad2ad693", APIVersion:"v1", ResourceVersion:"695", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-045753_edd34cc4-66b1-4264-8f87-1f0a235e5ef7 became leader
	I0915 17:58:19.815339       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-045753_edd34cc4-66b1-4264-8f87-1f0a235e5ef7!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-045753 -n addons-045753
helpers_test.go:261: (dbg) Run:  kubectl --context addons-045753 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-74qgd ingress-nginx-admission-patch-9bf5f
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Registry]: describe non-running pods <======
helpers_test.go:277: (dbg) Run:  kubectl --context addons-045753 describe pod busybox ingress-nginx-admission-create-74qgd ingress-nginx-admission-patch-9bf5f
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-045753 describe pod busybox ingress-nginx-admission-create-74qgd ingress-nginx-admission-patch-9bf5f: exit status 1 (134.160029ms)

                                                
                                                
-- stdout --
	Name:             busybox
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-045753/192.168.49.2
	Start Time:       Sun, 15 Sep 2024 18:00:55 +0000
	Labels:           integration-test=busybox
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.28
	IPs:
	  IP:  10.244.0.28
	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-qtzpb (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-qtzpb:
	    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  9m23s                   default-scheduler  Successfully assigned default/busybox to addons-045753
	  Normal   Pulling    7m51s (x4 over 9m22s)   kubelet            Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	  Warning  Failed     7m51s (x4 over 9m22s)   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     7m51s (x4 over 9m22s)   kubelet            Error: ErrImagePull
	  Warning  Failed     7m40s (x6 over 9m21s)   kubelet            Error: ImagePullBackOff
	  Normal   BackOff    4m18s (x20 over 9m21s)  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-74qgd" not found
	Error from server (NotFound): pods "ingress-nginx-admission-patch-9bf5f" not found

                                                
                                                
** /stderr **
helpers_test.go:279: kubectl --context addons-045753 describe pod busybox ingress-nginx-admission-create-74qgd ingress-nginx-admission-patch-9bf5f: exit status 1
--- FAIL: TestAddons/parallel/Registry (77.99s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
E0915 18:15:13.039398   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.crt: no such file or directory" logger="UnhandledError"
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
2024/09/15 18:16:53 [DEBUG] GET http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
functional_test_tunnel_test.go:234: (dbg) Non-zero exit: kubectl --context functional-286913 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}: context deadline exceeded (1.673µs)
functional_test_tunnel_test.go:245: nginx-svc svc.status.loadBalancer.ingress never got an IP: context deadline exceeded
functional_test_tunnel_test.go:246: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc
functional_test_tunnel_test.go:250: failed to kubectl get svc nginx-svc:

                                                
                                                
-- stdout --
	NAME        TYPE           CLUSTER-IP       EXTERNAL-IP   PORT(S)        AGE
	nginx-svc   LoadBalancer   10.109.188.133   <pending>     80:30508/TCP   3m11s

                                                
                                                
-- /stdout --
--- FAIL: TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP (180.10s)

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

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

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:115: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (391.460271ms)

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:115: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (387.516862ms)

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:115: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (438.130241ms)

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:115: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (421.530787ms)

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:115: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (483.324301ms)

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:115: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (387.970914ms)

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:125: /mount-9p did not appear within 14.287473262s: exit status 1
functional_test_mount_test.go:80: "TestFunctional/parallel/MountCmd/any-port" failed, getting debug info...
functional_test_mount_test.go:81: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 ssh "mount | grep 9p; ls -la /mount-9p; cat /mount-9p/pod-dates"
functional_test_mount_test.go:81: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-286913 ssh "mount | grep 9p; ls -la /mount-9p; cat /mount-9p/pod-dates": exit status 1 (383.699165ms)

                                                
                                                
-- stdout --
	ls: cannot access '/mount-9p': No such file or directory
	cat: /mount-9p/pod-dates: No such file or directory

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:83: debugging command "out/minikube-linux-amd64 -p functional-286913 ssh \"mount | grep 9p; ls -la /mount-9p; cat /mount-9p/pod-dates\"" failed : exit status 1
functional_test_mount_test.go:90: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:90: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-286913 ssh "sudo umount -f /mount-9p": exit status 1 (595.402819ms)

                                                
                                                
-- stdout --
	umount: /mount-9p: no mount point specified.

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:92: "out/minikube-linux-amd64 -p functional-286913 ssh \"sudo umount -f /mount-9p\"": exit status 1
functional_test_mount_test.go:94: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-286913 /tmp/TestFunctionalparallelMountCmdany-port2938693449/001:/mount-9p --alsologtostderr -v=1] ...
functional_test_mount_test.go:94: (dbg) [out/minikube-linux-amd64 mount -p functional-286913 /tmp/TestFunctionalparallelMountCmdany-port2938693449/001:/mount-9p --alsologtostderr -v=1] stdout:

                                                
                                                

                                                
                                                
functional_test_mount_test.go:94: (dbg) [out/minikube-linux-amd64 mount -p functional-286913 /tmp/TestFunctionalparallelMountCmdany-port2938693449/001:/mount-9p --alsologtostderr -v=1] stderr:
I0915 18:15:52.392058  106186 out.go:345] Setting OutFile to fd 1 ...
I0915 18:15:52.392458  106186 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0915 18:15:52.392490  106186 out.go:358] Setting ErrFile to fd 2...
I0915 18:15:52.392509  106186 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0915 18:15:52.392894  106186 root.go:338] Updating PATH: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/bin
I0915 18:15:52.393380  106186 mustload.go:65] Loading cluster: functional-286913
I0915 18:15:52.394141  106186 config.go:182] Loaded profile config "functional-286913": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0915 18:15:52.395116  106186 cli_runner.go:164] Run: docker container inspect functional-286913 --format={{.State.Status}}
I0915 18:15:52.441057  106186 host.go:66] Checking if "functional-286913" exists ...
I0915 18:15:52.441809  106186 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0915 18:15:52.645809  106186 info.go:266] docker info: {ID:e8902090-88da-4fd6-9235-08f55b159908 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:32 OomKillDisable:false NGoroutines:55 SystemTime:2024-09-15 18:15:52.619870997 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:6.1.100+ OperatingSystem:Ubuntu 22.04.4 LTS (containerized) OSType:linux Architecture:x86_64 IndexServ
erAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[https://us-mirror.gcr.io/] Secure:true Official:true}} Mirrors:[https://us-mirror.gcr.io/]} NCPU:2 MemTotal:8337182720 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:cs-905301410258-default Labels:[] ExperimentalBuild:false ServerVersion:27.1.2 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:8fc6bcff51318944179630522a095cc9dbf9f353 Expected:8fc6bcff51318944179630522a095cc9dbf9f353} 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
name=cgroupns] ProductLicense: Warnings:<nil> 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.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
I0915 18:15:52.646118  106186 cli_runner.go:164] Run: docker network inspect functional-286913 --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}}]}"
I0915 18:15:52.687405  106186 out.go:201] 
W0915 18:15:52.688913  106186 out.go:270] X Exiting due to HOST_UNSUPPORTED: The host does not support filesystem 9p.
X Exiting due to HOST_UNSUPPORTED: The host does not support filesystem 9p.
I0915 18:15:52.690298  106186 out.go:201] 
--- FAIL: TestFunctional/parallel/MountCmd/any-port (15.43s)

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

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

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:243: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (403.586404ms)

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:243: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (404.159343ms)

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:243: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (384.011992ms)

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:243: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (383.327116ms)

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:243: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (392.824515ms)

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:243: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (380.648352ms)

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:253: /mount-9p did not appear within 14.025635263s: exit status 1
functional_test_mount_test.go:220: "TestFunctional/parallel/MountCmd/specific-port" failed, getting debug info...
functional_test_mount_test.go:221: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 ssh "mount | grep 9p; ls -la /mount-9p; cat /mount-9p/pod-dates"
functional_test_mount_test.go:221: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-286913 ssh "mount | grep 9p; ls -la /mount-9p; cat /mount-9p/pod-dates": exit status 1 (398.991543ms)

                                                
                                                
-- stdout --
	ls: cannot access '/mount-9p': No such file or directory
	cat: /mount-9p/pod-dates: No such file or directory

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:223: debugging command "out/minikube-linux-amd64 -p functional-286913 ssh \"mount | grep 9p; ls -la /mount-9p; cat /mount-9p/pod-dates\"" failed : exit status 1
functional_test_mount_test.go:230: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:230: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-286913 ssh "sudo umount -f /mount-9p": exit status 1 (397.350292ms)

                                                
                                                
-- stdout --
	umount: /mount-9p: no mount point specified.

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:232: "out/minikube-linux-amd64 -p functional-286913 ssh \"sudo umount -f /mount-9p\"": exit status 1
functional_test_mount_test.go:234: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-286913 /tmp/TestFunctionalparallelMountCmdspecific-port4016336311/001:/mount-9p --alsologtostderr -v=1 --port 46464] ...
functional_test_mount_test.go:234: (dbg) [out/minikube-linux-amd64 mount -p functional-286913 /tmp/TestFunctionalparallelMountCmdspecific-port4016336311/001:/mount-9p --alsologtostderr -v=1 --port 46464] stdout:

                                                
                                                

                                                
                                                
functional_test_mount_test.go:234: (dbg) [out/minikube-linux-amd64 mount -p functional-286913 /tmp/TestFunctionalparallelMountCmdspecific-port4016336311/001:/mount-9p --alsologtostderr -v=1 --port 46464] stderr:
I0915 18:16:07.777127  106863 out.go:345] Setting OutFile to fd 1 ...
I0915 18:16:07.777527  106863 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0915 18:16:07.777548  106863 out.go:358] Setting ErrFile to fd 2...
I0915 18:16:07.777558  106863 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0915 18:16:07.777967  106863 root.go:338] Updating PATH: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/bin
I0915 18:16:07.778501  106863 mustload.go:65] Loading cluster: functional-286913
I0915 18:16:07.779333  106863 config.go:182] Loaded profile config "functional-286913": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0915 18:16:07.780459  106863 cli_runner.go:164] Run: docker container inspect functional-286913 --format={{.State.Status}}
I0915 18:16:07.824320  106863 host.go:66] Checking if "functional-286913" exists ...
I0915 18:16:07.824932  106863 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0915 18:16:08.045371  106863 info.go:266] docker info: {ID:e8902090-88da-4fd6-9235-08f55b159908 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:32 OomKillDisable:false NGoroutines:54 SystemTime:2024-09-15 18:16:08.023823472 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:6.1.100+ OperatingSystem:Ubuntu 22.04.4 LTS (containerized) OSType:linux Architecture:x86_64 IndexServ
erAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[https://us-mirror.gcr.io/] Secure:true Official:true}} Mirrors:[https://us-mirror.gcr.io/]} NCPU:2 MemTotal:8337182720 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:cs-905301410258-default Labels:[] ExperimentalBuild:false ServerVersion:27.1.2 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:8fc6bcff51318944179630522a095cc9dbf9f353 Expected:8fc6bcff51318944179630522a095cc9dbf9f353} 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
name=cgroupns] ProductLicense: Warnings:<nil> 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.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
I0915 18:16:08.045673  106863 cli_runner.go:164] Run: docker network inspect functional-286913 --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}}]}"
I0915 18:16:08.077095  106863 out.go:201] 
W0915 18:16:08.078845  106863 out.go:270] X Exiting due to HOST_UNSUPPORTED: The host does not support filesystem 9p.
X Exiting due to HOST_UNSUPPORTED: The host does not support filesystem 9p.
I0915 18:16:08.080727  106863 out.go:201] 
--- FAIL: TestFunctional/parallel/MountCmd/specific-port (14.93s)

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

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

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T" /mount1: exit status 1 (390.829576ms)

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

                                                
                                                
** /stderr **
E0915 18:16:24.725763   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.crt: no such file or directory" logger="UnhandledError"
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T" /mount1: exit status 1 (411.55923ms)

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T" /mount1: exit status 1 (387.26389ms)

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T" /mount1: exit status 1 (392.385561ms)

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T" /mount1: exit status 1 (399.713949ms)

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-286913 ssh "findmnt -T" /mount1: exit status 1 (404.795545ms)

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:342: mount was not ready in time: exit status 1
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-286913 /tmp/TestFunctionalparallelMountCmdVerifyCleanup882618042/001:/mount1 --alsologtostderr -v=1] ...
functional_test_mount_test.go:313: (dbg) [out/minikube-linux-amd64 mount -p functional-286913 /tmp/TestFunctionalparallelMountCmdVerifyCleanup882618042/001:/mount1 --alsologtostderr -v=1] stdout:

                                                
                                                

                                                
                                                
functional_test_mount_test.go:313: (dbg) [out/minikube-linux-amd64 mount -p functional-286913 /tmp/TestFunctionalparallelMountCmdVerifyCleanup882618042/001:/mount1 --alsologtostderr -v=1] stderr:
I0915 18:16:22.776835  107539 out.go:345] Setting OutFile to fd 1 ...
I0915 18:16:22.777097  107539 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0915 18:16:22.777124  107539 out.go:358] Setting ErrFile to fd 2...
I0915 18:16:22.777143  107539 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0915 18:16:22.777507  107539 root.go:338] Updating PATH: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/bin
I0915 18:16:22.777938  107539 mustload.go:65] Loading cluster: functional-286913
I0915 18:16:22.781287  107539 config.go:182] Loaded profile config "functional-286913": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0915 18:16:22.791687  107539 cli_runner.go:164] Run: docker container inspect functional-286913 --format={{.State.Status}}
I0915 18:16:22.944078  107539 host.go:66] Checking if "functional-286913" exists ...
I0915 18:16:22.944932  107539 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0915 18:16:23.430016  107539 info.go:266] docker info: {ID:e8902090-88da-4fd6-9235-08f55b159908 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:32 OomKillDisable:false NGoroutines:54 SystemTime:2024-09-15 18:16:23.286618529 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:6.1.100+ OperatingSystem:Ubuntu 22.04.4 LTS (containerized) OSType:linux Architecture:x86_64 IndexServ
erAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[https://us-mirror.gcr.io/] Secure:true Official:true}} Mirrors:[https://us-mirror.gcr.io/]} NCPU:2 MemTotal:8337182720 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:cs-905301410258-default Labels:[] ExperimentalBuild:false ServerVersion:27.1.2 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:8fc6bcff51318944179630522a095cc9dbf9f353 Expected:8fc6bcff51318944179630522a095cc9dbf9f353} 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
name=cgroupns] ProductLicense: Warnings:<nil> 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.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
I0915 18:16:23.430259  107539 cli_runner.go:164] Run: docker network inspect functional-286913 --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}}]}"
I0915 18:16:23.522905  107539 out.go:201] 
W0915 18:16:23.524635  107539 out.go:270] X Exiting due to HOST_UNSUPPORTED: The host does not support filesystem 9p.
X Exiting due to HOST_UNSUPPORTED: The host does not support filesystem 9p.
I0915 18:16:23.526082  107539 out.go:201] 
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-286913 /tmp/TestFunctionalparallelMountCmdVerifyCleanup882618042/001:/mount2 --alsologtostderr -v=1] ...
functional_test_mount_test.go:313: (dbg) [out/minikube-linux-amd64 mount -p functional-286913 /tmp/TestFunctionalparallelMountCmdVerifyCleanup882618042/001:/mount2 --alsologtostderr -v=1] stdout:

                                                
                                                

                                                
                                                
functional_test_mount_test.go:313: (dbg) [out/minikube-linux-amd64 mount -p functional-286913 /tmp/TestFunctionalparallelMountCmdVerifyCleanup882618042/001:/mount2 --alsologtostderr -v=1] stderr:
I0915 18:16:22.769627  107540 out.go:345] Setting OutFile to fd 1 ...
I0915 18:16:22.769986  107540 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0915 18:16:22.770015  107540 out.go:358] Setting ErrFile to fd 2...
I0915 18:16:22.770035  107540 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0915 18:16:22.770437  107540 root.go:338] Updating PATH: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/bin
I0915 18:16:22.770980  107540 mustload.go:65] Loading cluster: functional-286913
I0915 18:16:22.771656  107540 config.go:182] Loaded profile config "functional-286913": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0915 18:16:22.773175  107540 cli_runner.go:164] Run: docker container inspect functional-286913 --format={{.State.Status}}
I0915 18:16:22.860161  107540 host.go:66] Checking if "functional-286913" exists ...
I0915 18:16:22.861081  107540 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0915 18:16:23.429829  107540 info.go:266] docker info: {ID:e8902090-88da-4fd6-9235-08f55b159908 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:32 OomKillDisable:false NGoroutines:54 SystemTime:2024-09-15 18:16:23.286618529 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:6.1.100+ OperatingSystem:Ubuntu 22.04.4 LTS (containerized) OSType:linux Architecture:x86_64 IndexServ
erAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[https://us-mirror.gcr.io/] Secure:true Official:true}} Mirrors:[https://us-mirror.gcr.io/]} NCPU:2 MemTotal:8337182720 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:cs-905301410258-default Labels:[] ExperimentalBuild:false ServerVersion:27.1.2 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:8fc6bcff51318944179630522a095cc9dbf9f353 Expected:8fc6bcff51318944179630522a095cc9dbf9f353} 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
name=cgroupns] ProductLicense: Warnings:<nil> 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.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
I0915 18:16:23.430127  107540 cli_runner.go:164] Run: docker network inspect functional-286913 --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}}]}"
I0915 18:16:23.528571  107540 out.go:201] 
W0915 18:16:23.529914  107540 out.go:270] X Exiting due to HOST_UNSUPPORTED: The host does not support filesystem 9p.
X Exiting due to HOST_UNSUPPORTED: The host does not support filesystem 9p.
I0915 18:16:23.531281  107540 out.go:201] 
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-286913 /tmp/TestFunctionalparallelMountCmdVerifyCleanup882618042/001:/mount3 --alsologtostderr -v=1] ...
functional_test_mount_test.go:313: (dbg) [out/minikube-linux-amd64 mount -p functional-286913 /tmp/TestFunctionalparallelMountCmdVerifyCleanup882618042/001:/mount3 --alsologtostderr -v=1] stdout:

                                                
                                                

                                                
                                                
functional_test_mount_test.go:313: (dbg) [out/minikube-linux-amd64 mount -p functional-286913 /tmp/TestFunctionalparallelMountCmdVerifyCleanup882618042/001:/mount3 --alsologtostderr -v=1] stderr:
I0915 18:16:22.881664  107541 out.go:345] Setting OutFile to fd 1 ...
I0915 18:16:22.885563  107541 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0915 18:16:22.885608  107541 out.go:358] Setting ErrFile to fd 2...
I0915 18:16:22.885628  107541 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0915 18:16:22.886047  107541 root.go:338] Updating PATH: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/bin
I0915 18:16:22.886599  107541 mustload.go:65] Loading cluster: functional-286913
I0915 18:16:22.887317  107541 config.go:182] Loaded profile config "functional-286913": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0915 18:16:22.888228  107541 cli_runner.go:164] Run: docker container inspect functional-286913 --format={{.State.Status}}
I0915 18:16:23.005942  107541 host.go:66] Checking if "functional-286913" exists ...
I0915 18:16:23.007069  107541 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0915 18:16:23.470500  107541 info.go:266] docker info: {ID:e8902090-88da-4fd6-9235-08f55b159908 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:35 OomKillDisable:false NGoroutines:57 SystemTime:2024-09-15 18:16:23.420487188 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:6.1.100+ OperatingSystem:Ubuntu 22.04.4 LTS (containerized) OSType:linux Architecture:x86_64 IndexServ
erAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[https://us-mirror.gcr.io/] Secure:true Official:true}} Mirrors:[https://us-mirror.gcr.io/]} NCPU:2 MemTotal:8337182720 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:cs-905301410258-default Labels:[] ExperimentalBuild:false ServerVersion:27.1.2 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:8fc6bcff51318944179630522a095cc9dbf9f353 Expected:8fc6bcff51318944179630522a095cc9dbf9f353} 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
name=cgroupns] ProductLicense: Warnings:<nil> 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.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
I0915 18:16:23.470750  107541 cli_runner.go:164] Run: docker network inspect functional-286913 --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}}]}"
I0915 18:16:23.549782  107541 out.go:201] 
W0915 18:16:23.551421  107541 out.go:270] X Exiting due to HOST_UNSUPPORTED: The host does not support filesystem 9p.
X Exiting due to HOST_UNSUPPORTED: The host does not support filesystem 9p.
I0915 18:16:23.552913  107541 out.go:201] 
--- FAIL: TestFunctional/parallel/MountCmd/VerifyCleanup (12.90s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/AccessDirect
functional_test_tunnel_test.go:288: failed to hit nginx at "http://": Temporary Error: Get "http:": http: no Host in request URL
functional_test_tunnel_test.go:290: (dbg) Run:  kubectl --context functional-286913 get svc nginx-svc
functional_test_tunnel_test.go:294: failed to kubectl get svc nginx-svc:
NAME        TYPE           CLUSTER-IP       EXTERNAL-IP   PORT(S)        AGE
nginx-svc   LoadBalancer   10.109.188.133   <pending>     80:30508/TCP   4m50s
functional_test_tunnel_test.go:301: expected body to contain "Welcome to nginx!", but got *""*
--- FAIL: TestFunctional/parallel/TunnelCmd/serial/AccessDirect (98.88s)

                                                
                                    

Test pass (97/108)

Order passed test Duration
3 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.15
4 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.14
5 TestAddons/Setup 195.4
7 TestAddons/serial/Volcano 52.79
9 TestAddons/serial/GCPAuth/Namespaces 0.28
12 TestAddons/parallel/Ingress 29.71
13 TestAddons/parallel/InspektorGadget 12.29
14 TestAddons/parallel/MetricsServer 7.54
15 TestAddons/parallel/HelmTiller 11.33
17 TestAddons/parallel/CSI 54.77
18 TestAddons/parallel/Headlamp 13.74
19 TestAddons/parallel/CloudSpanner 6.72
20 TestAddons/parallel/LocalPath 59.12
21 TestAddons/parallel/NvidiaDevicePlugin 5.67
22 TestAddons/parallel/Yakd 12.03
23 TestAddons/StoppedEnableDisable 12.02
26 TestFunctional/serial/CopySyncFile 0.17
27 TestFunctional/serial/StartWithProxy 87.44
28 TestFunctional/serial/AuditLog 0.14
29 TestFunctional/serial/SoftStart 39.82
30 TestFunctional/serial/KubeContext 0.09
31 TestFunctional/serial/KubectlGetPods 0.14
34 TestFunctional/serial/CacheCmd/cache/add_remote 3.06
35 TestFunctional/serial/CacheCmd/cache/add_local 1.65
36 TestFunctional/serial/CacheCmd/cache/CacheDelete 0.15
37 TestFunctional/serial/CacheCmd/cache/list 0.09
38 TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node 0.45
39 TestFunctional/serial/CacheCmd/cache/cache_reload 1.99
40 TestFunctional/serial/CacheCmd/cache/delete 0.18
41 TestFunctional/serial/MinikubeKubectlCmd 1.38
42 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.21
43 TestFunctional/serial/ExtraConfig 46.26
44 TestFunctional/serial/ComponentHealth 0.23
45 TestFunctional/serial/LogsCmd 1.74
46 TestFunctional/serial/LogsFileCmd 1.68
47 TestFunctional/serial/InvalidService 4.56
49 TestFunctional/parallel/ConfigCmd 1.17
50 TestFunctional/parallel/DashboardCmd 15.25
51 TestFunctional/parallel/DryRun 0.68
52 TestFunctional/parallel/InternationalLanguage 0.47
53 TestFunctional/parallel/StatusCmd 1.62
57 TestFunctional/parallel/ServiceCmdConnect 11.93
58 TestFunctional/parallel/AddonsCmd 0.25
59 TestFunctional/parallel/PersistentVolumeClaim 30.52
61 TestFunctional/parallel/SSHCmd 1.35
62 TestFunctional/parallel/CpCmd 2.62
63 TestFunctional/parallel/MySQL 36.34
64 TestFunctional/parallel/FileSync 0.45
65 TestFunctional/parallel/CertSync 3.05
69 TestFunctional/parallel/NodeLabels 0.1
71 TestFunctional/parallel/NonActiveRuntimeDisabled 0.4
73 TestFunctional/parallel/License 1.62
75 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.88
76 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
78 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 11.58
80 TestFunctional/parallel/ServiceCmd/DeployApp 6.31
81 TestFunctional/parallel/ServiceCmd/List 0.79
82 TestFunctional/parallel/ServiceCmd/JSONOutput 0.64
83 TestFunctional/parallel/ServiceCmd/HTTPS 0.55
84 TestFunctional/parallel/ServiceCmd/Format 0.56
85 TestFunctional/parallel/ServiceCmd/URL 0.58
86 TestFunctional/parallel/ProfileCmd/profile_not_create 0.74
87 TestFunctional/parallel/ProfileCmd/profile_list 0.64
88 TestFunctional/parallel/ProfileCmd/profile_json_output 0.58
92 TestFunctional/parallel/DockerEnv/bash 1.46
93 TestFunctional/parallel/Version/short 0.1
94 TestFunctional/parallel/Version/components 1.67
95 TestFunctional/parallel/ImageCommands/ImageListShort 0.32
96 TestFunctional/parallel/ImageCommands/ImageListTable 0.32
97 TestFunctional/parallel/ImageCommands/ImageListJson 0.31
98 TestFunctional/parallel/ImageCommands/ImageListYaml 0.3
99 TestFunctional/parallel/ImageCommands/ImageBuild 3.25
100 TestFunctional/parallel/ImageCommands/Setup 2.55
101 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 1.56
102 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 1.15
103 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 1.97
104 TestFunctional/parallel/ImageCommands/ImageSaveToFile 0.5
105 TestFunctional/parallel/ImageCommands/ImageRemove 0.61
106 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 0.93
107 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 0.59
108 TestFunctional/parallel/UpdateContextCmd/no_changes 0.24
109 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.27
110 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.25
115 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.11
116 TestFunctional/delete_echo-server_images 0.06
117 TestFunctional/delete_my-image_image 0.03
118 TestFunctional/delete_minikube_cached_images 0.03
123 TestStartStop/group/cloud-shell/serial/FirstStart 78.31
124 TestStartStop/group/cloud-shell/serial/DeployApp 9.66
125 TestStartStop/group/cloud-shell/serial/EnableAddonWhileActive 1.8
126 TestStartStop/group/cloud-shell/serial/Stop 11.27
127 TestStartStop/group/cloud-shell/serial/EnableAddonAfterStop 0.32
128 TestStartStop/group/cloud-shell/serial/SecondStart 273.28
129 TestStartStop/group/cloud-shell/serial/UserAppExistsAfterStop 6.01
130 TestStartStop/group/cloud-shell/serial/AddonExistsAfterStop 5.12
131 TestStartStop/group/cloud-shell/serial/VerifyKubernetesImages 0.3
132 TestStartStop/group/cloud-shell/serial/Pause 4.27
x
+
TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.15s)

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestAddons/PreSetup/DisablingAddonOnNonExistingCluster (0.14s)

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestAddons/Setup (195.4s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:110: (dbg) Run:  out/minikube-linux-amd64 start -p addons-045753 --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=helm-tiller
addons_test.go:110: (dbg) Done: out/minikube-linux-amd64 start -p addons-045753 --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=helm-tiller: (3m15.397693832s)
--- PASS: TestAddons/Setup (195.40s)

                                                
                                    
x
+
TestAddons/serial/Volcano (52.79s)

                                                
                                                
=== RUN   TestAddons/serial/Volcano
addons_test.go:897: volcano-scheduler stabilized in 467.274622ms
addons_test.go:905: volcano-admission stabilized in 468.147531ms
addons_test.go:913: volcano-controller stabilized in 485.641644ms
addons_test.go:919: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-scheduler" in namespace "volcano-system" ...
helpers_test.go:344: "volcano-scheduler-576bc46687-78c49" [ed45c490-8df4-45ad-9696-e62cf69e5dd9] Running
addons_test.go:919: (dbg) TestAddons/serial/Volcano: app=volcano-scheduler healthy within 6.004282207s
addons_test.go:923: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-admission" in namespace "volcano-system" ...
helpers_test.go:344: "volcano-admission-77d7d48b68-ctc5t" [03da005c-571e-47b8-84df-ef20ff9fcb4b] Running
addons_test.go:923: (dbg) TestAddons/serial/Volcano: app=volcano-admission healthy within 5.005003295s
addons_test.go:927: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-controller" in namespace "volcano-system" ...
helpers_test.go:344: "volcano-controllers-56675bb4d5-nzlkw" [ba8ebb7c-fb2d-4bf1-a4b8-5c92dbc28c68] Running
addons_test.go:927: (dbg) TestAddons/serial/Volcano: app=volcano-controller healthy within 6.005031896s
addons_test.go:932: (dbg) Run:  kubectl --context addons-045753 delete -n volcano-system job volcano-admission-init
addons_test.go:932: (dbg) Done: kubectl --context addons-045753 delete -n volcano-system job volcano-admission-init: (1.253979335s)
addons_test.go:938: (dbg) Run:  kubectl --context addons-045753 create -f testdata/vcjob.yaml
addons_test.go:938: (dbg) Done: kubectl --context addons-045753 create -f testdata/vcjob.yaml: (1.531655359s)
addons_test.go:946: (dbg) Run:  kubectl --context addons-045753 get vcjob -n my-volcano
addons_test.go:964: (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" [f117be45-1d44-4d15-acd7-d9bc706b8e0b] Pending
helpers_test.go:344: "test-job-nginx-0" [f117be45-1d44-4d15-acd7-d9bc706b8e0b] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "test-job-nginx-0" [f117be45-1d44-4d15-acd7-d9bc706b8e0b] Running
addons_test.go:964: (dbg) TestAddons/serial/Volcano: volcano.sh/job-name=test-job healthy within 20.005450553s
addons_test.go:968: (dbg) Run:  out/minikube-linux-amd64 -p addons-045753 addons disable volcano --alsologtostderr -v=1
addons_test.go:968: (dbg) Done: out/minikube-linux-amd64 -p addons-045753 addons disable volcano --alsologtostderr -v=1: (11.135119737s)
--- PASS: TestAddons/serial/Volcano (52.79s)

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

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/Namespaces
addons_test.go:656: (dbg) Run:  kubectl --context addons-045753 create ns new-namespace
addons_test.go:670: (dbg) Run:  kubectl --context addons-045753 get secret gcp-auth -n new-namespace
--- PASS: TestAddons/serial/GCPAuth/Namespaces (0.28s)

                                                
                                    
x
+
TestAddons/parallel/Ingress (29.71s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run:  kubectl --context addons-045753 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:234: (dbg) Run:  kubectl --context addons-045753 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run:  kubectl --context addons-045753 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [ace7423b-d47c-4be7-ba9c-66c6119bce16] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [ace7423b-d47c-4be7-ba9c-66c6119bce16] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 11.00584775s
addons_test.go:264: (dbg) Run:  out/minikube-linux-amd64 -p addons-045753 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:288: (dbg) Run:  kubectl --context addons-045753 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:288: (dbg) Done: kubectl --context addons-045753 replace --force -f testdata/ingress-dns-example-v1.yaml: (3.529723266s)
addons_test.go:293: (dbg) Run:  out/minikube-linux-amd64 -p addons-045753 ip
addons_test.go:293: (dbg) Done: out/minikube-linux-amd64 -p addons-045753 ip: (1.03809867s)
addons_test.go:299: (dbg) Run:  nslookup hello-john.test 192.168.49.2
addons_test.go:299: (dbg) Done: nslookup hello-john.test 192.168.49.2: (1.318834743s)
addons_test.go:308: (dbg) Run:  out/minikube-linux-amd64 -p addons-045753 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:308: (dbg) Done: out/minikube-linux-amd64 -p addons-045753 addons disable ingress-dns --alsologtostderr -v=1: (3.368416555s)
addons_test.go:313: (dbg) Run:  out/minikube-linux-amd64 -p addons-045753 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-amd64 -p addons-045753 addons disable ingress --alsologtostderr -v=1: (7.978959074s)
--- PASS: TestAddons/parallel/Ingress (29.71s)

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (12.29s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/InspektorGadget
addons_test.go:848: (dbg) TestAddons/parallel/InspektorGadget: waiting 8m0s for pods matching "k8s-app=gadget" in namespace "gadget" ...
helpers_test.go:344: "gadget-zdm7w" [b11405d0-f5c1-4e73-8d6e-3987f5991a36] Running / Ready:ContainersNotReady (containers with unready status: [gadget]) / ContainersReady:ContainersNotReady (containers with unready status: [gadget])
addons_test.go:848: (dbg) TestAddons/parallel/InspektorGadget: k8s-app=gadget healthy within 6.005634082s
addons_test.go:851: (dbg) Run:  out/minikube-linux-amd64 addons disable inspektor-gadget -p addons-045753
addons_test.go:851: (dbg) Done: out/minikube-linux-amd64 addons disable inspektor-gadget -p addons-045753: (6.282051336s)
--- PASS: TestAddons/parallel/InspektorGadget (12.29s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (7.54s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:409: metrics-server stabilized in 12.971817ms
addons_test.go:411: (dbg) TestAddons/parallel/MetricsServer: waiting 6m0s for pods matching "k8s-app=metrics-server" in namespace "kube-system" ...
helpers_test.go:344: "metrics-server-84c5f94fbc-g5l9k" [3293b57b-c547-48c7-a703-68c8c90d42ae] Running
addons_test.go:411: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 6.005862356s
addons_test.go:417: (dbg) Run:  kubectl --context addons-045753 top pods -n kube-system
addons_test.go:434: (dbg) Run:  out/minikube-linux-amd64 -p addons-045753 addons disable metrics-server --alsologtostderr -v=1
addons_test.go:434: (dbg) Done: out/minikube-linux-amd64 -p addons-045753 addons disable metrics-server --alsologtostderr -v=1: (1.409992682s)
--- PASS: TestAddons/parallel/MetricsServer (7.54s)

                                                
                                    
x
+
TestAddons/parallel/HelmTiller (11.33s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/HelmTiller
addons_test.go:458: tiller-deploy stabilized in 6.392312ms
addons_test.go:460: (dbg) TestAddons/parallel/HelmTiller: waiting 6m0s for pods matching "app=helm" in namespace "kube-system" ...
helpers_test.go:344: "tiller-deploy-b48cc5f79-d29bb" [9dae816e-cabb-4a7c-9272-9df2bff34ef1] Running
addons_test.go:460: (dbg) TestAddons/parallel/HelmTiller: app=helm healthy within 6.005529868s
addons_test.go:475: (dbg) Run:  kubectl --context addons-045753 run --rm helm-test --restart=Never --image=docker.io/alpine/helm:2.16.3 -it --namespace=kube-system -- version
addons_test.go:475: (dbg) Done: kubectl --context addons-045753 run --rm helm-test --restart=Never --image=docker.io/alpine/helm:2.16.3 -it --namespace=kube-system -- version: (4.583858537s)
addons_test.go:492: (dbg) Run:  out/minikube-linux-amd64 -p addons-045753 addons disable helm-tiller --alsologtostderr -v=1
--- PASS: TestAddons/parallel/HelmTiller (11.33s)

                                                
                                    
x
+
TestAddons/parallel/CSI (54.77s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
addons_test.go:567: csi-hostpath-driver pods stabilized in 125.842952ms
addons_test.go:570: (dbg) Run:  kubectl --context addons-045753 create -f testdata/csi-hostpath-driver/pvc.yaml
addons_test.go:575: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:580: (dbg) Run:  kubectl --context addons-045753 create -f testdata/csi-hostpath-driver/pv-pod.yaml
addons_test.go:585: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod" in namespace "default" ...
helpers_test.go:344: "task-pv-pod" [d8a60379-ceb9-4c62-9e72-eebd5fdc45f8] Pending
helpers_test.go:344: "task-pv-pod" [d8a60379-ceb9-4c62-9e72-eebd5fdc45f8] 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" [d8a60379-ceb9-4c62-9e72-eebd5fdc45f8] Running
addons_test.go:585: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 8.00517485s
addons_test.go:590: (dbg) Run:  kubectl --context addons-045753 create -f testdata/csi-hostpath-driver/snapshot.yaml
addons_test.go:595: (dbg) TestAddons/parallel/CSI: waiting 6m0s for volume snapshot "new-snapshot-demo" in namespace "default" ...
helpers_test.go:419: (dbg) Run:  kubectl --context addons-045753 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:419: (dbg) Run:  kubectl --context addons-045753 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:600: (dbg) Run:  kubectl --context addons-045753 delete pod task-pv-pod
addons_test.go:606: (dbg) Run:  kubectl --context addons-045753 delete pvc hpvc
addons_test.go:612: (dbg) Run:  kubectl --context addons-045753 create -f testdata/csi-hostpath-driver/pvc-restore.yaml
addons_test.go:617: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc-restore" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:622: (dbg) Run:  kubectl --context addons-045753 create -f testdata/csi-hostpath-driver/pv-pod-restore.yaml
addons_test.go:627: (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" [e5a638f4-381c-4359-91a8-0f92e98c7d88] Pending
helpers_test.go:344: "task-pv-pod-restore" [e5a638f4-381c-4359-91a8-0f92e98c7d88] 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" [e5a638f4-381c-4359-91a8-0f92e98c7d88] Running
addons_test.go:627: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 8.004887248s
addons_test.go:632: (dbg) Run:  kubectl --context addons-045753 delete pod task-pv-pod-restore
addons_test.go:632: (dbg) Done: kubectl --context addons-045753 delete pod task-pv-pod-restore: (1.526907844s)
addons_test.go:636: (dbg) Run:  kubectl --context addons-045753 delete pvc hpvc-restore
addons_test.go:640: (dbg) Run:  kubectl --context addons-045753 delete volumesnapshot new-snapshot-demo
addons_test.go:644: (dbg) Run:  out/minikube-linux-amd64 -p addons-045753 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:644: (dbg) Done: out/minikube-linux-amd64 -p addons-045753 addons disable csi-hostpath-driver --alsologtostderr -v=1: (7.460968927s)
addons_test.go:648: (dbg) Run:  out/minikube-linux-amd64 -p addons-045753 addons disable volumesnapshots --alsologtostderr -v=1
addons_test.go:648: (dbg) Done: out/minikube-linux-amd64 -p addons-045753 addons disable volumesnapshots --alsologtostderr -v=1: (1.523578776s)
--- PASS: TestAddons/parallel/CSI (54.77s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (13.74s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp
addons_test.go:830: (dbg) Run:  out/minikube-linux-amd64 addons enable headlamp -p addons-045753 --alsologtostderr -v=1
addons_test.go:830: (dbg) Done: out/minikube-linux-amd64 addons enable headlamp -p addons-045753 --alsologtostderr -v=1: (1.417488492s)
addons_test.go:835: (dbg) TestAddons/parallel/Headlamp: waiting 8m0s for pods matching "app.kubernetes.io/name=headlamp" in namespace "headlamp" ...
helpers_test.go:344: "headlamp-57fb76fcdb-nfcq9" [646be823-86e5-495b-a5c3-13ec21f21d9c] Pending
helpers_test.go:344: "headlamp-57fb76fcdb-nfcq9" [646be823-86e5-495b-a5c3-13ec21f21d9c] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-57fb76fcdb-nfcq9" [646be823-86e5-495b-a5c3-13ec21f21d9c] Running / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-57fb76fcdb-nfcq9" [646be823-86e5-495b-a5c3-13ec21f21d9c] Running
addons_test.go:835: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 12.00513205s
addons_test.go:839: (dbg) Run:  out/minikube-linux-amd64 -p addons-045753 addons disable headlamp --alsologtostderr -v=1
--- PASS: TestAddons/parallel/Headlamp (13.74s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (6.72s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CloudSpanner
addons_test.go:867: (dbg) TestAddons/parallel/CloudSpanner: waiting 6m0s for pods matching "app=cloud-spanner-emulator" in namespace "default" ...
helpers_test.go:344: "cloud-spanner-emulator-769b77f747-ltl9z" [3f7c9738-c5ff-4a59-aeb7-2d98a4e3b375] Running
addons_test.go:867: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 6.005601755s
addons_test.go:870: (dbg) Run:  out/minikube-linux-amd64 addons disable cloud-spanner -p addons-045753
--- PASS: TestAddons/parallel/CloudSpanner (6.72s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (59.12s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:982: (dbg) Run:  kubectl --context addons-045753 apply -f testdata/storage-provisioner-rancher/pvc.yaml
addons_test.go:988: (dbg) Run:  kubectl --context addons-045753 apply -f testdata/storage-provisioner-rancher/pod.yaml
addons_test.go:992: (dbg) TestAddons/parallel/LocalPath: waiting 5m0s for pvc "test-pvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-045753 get pvc test-pvc -o jsonpath={.status.phase} -n default
addons_test.go:995: (dbg) TestAddons/parallel/LocalPath: waiting 3m0s for pods matching "run=test-local-path" in namespace "default" ...
helpers_test.go:344: "test-local-path" [536c8ecf-998d-4080-a46b-da800e73781e] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "test-local-path" [536c8ecf-998d-4080-a46b-da800e73781e] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "test-local-path" [536c8ecf-998d-4080-a46b-da800e73781e] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
addons_test.go:995: (dbg) TestAddons/parallel/LocalPath: run=test-local-path healthy within 9.006462622s
addons_test.go:1000: (dbg) Run:  kubectl --context addons-045753 get pvc test-pvc -o=json
addons_test.go:1009: (dbg) Run:  out/minikube-linux-amd64 -p addons-045753 ssh "cat /opt/local-path-provisioner/pvc-3d96ceb1-6837-4456-8b17-75f22fcf2ef6_default_test-pvc/file1"
addons_test.go:1021: (dbg) Run:  kubectl --context addons-045753 delete pod test-local-path
addons_test.go:1025: (dbg) Run:  kubectl --context addons-045753 delete pvc test-pvc
addons_test.go:1029: (dbg) Run:  out/minikube-linux-amd64 -p addons-045753 addons disable storage-provisioner-rancher --alsologtostderr -v=1
addons_test.go:1029: (dbg) Done: out/minikube-linux-amd64 -p addons-045753 addons disable storage-provisioner-rancher --alsologtostderr -v=1: (43.598905705s)
--- PASS: TestAddons/parallel/LocalPath (59.12s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (5.67s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/NvidiaDevicePlugin
addons_test.go:1061: (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-n5wwl" [a26b9e9f-04fa-46e7-87a0-c12027518163] Running
addons_test.go:1061: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 5.02499301s
addons_test.go:1064: (dbg) Run:  out/minikube-linux-amd64 addons disable nvidia-device-plugin -p addons-045753
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (5.67s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (12.03s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Yakd
addons_test.go:1072: (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-2m4qf" [cd2bc662-fda7-4027-b35b-cb013efcc5d9] Running
addons_test.go:1072: (dbg) TestAddons/parallel/Yakd: app.kubernetes.io/name=yakd-dashboard healthy within 6.047338354s
addons_test.go:1076: (dbg) Run:  out/minikube-linux-amd64 -p addons-045753 addons disable yakd --alsologtostderr -v=1
addons_test.go:1076: (dbg) Done: out/minikube-linux-amd64 -p addons-045753 addons disable yakd --alsologtostderr -v=1: (5.984629048s)
--- PASS: TestAddons/parallel/Yakd (12.03s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (12.02s)

                                                
                                                
=== RUN   TestAddons/StoppedEnableDisable
addons_test.go:174: (dbg) Run:  out/minikube-linux-amd64 stop -p addons-045753
addons_test.go:174: (dbg) Done: out/minikube-linux-amd64 stop -p addons-045753: (11.526358906s)
addons_test.go:178: (dbg) Run:  out/minikube-linux-amd64 addons enable dashboard -p addons-045753
addons_test.go:182: (dbg) Run:  out/minikube-linux-amd64 addons disable dashboard -p addons-045753
addons_test.go:187: (dbg) Run:  out/minikube-linux-amd64 addons disable gvisor -p addons-045753
--- PASS: TestAddons/StoppedEnableDisable (12.02s)

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0.17s)

                                                
                                                
=== RUN   TestFunctional/serial/CopySyncFile
functional_test.go:1855: local sync path: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/files/etc/test/nested/copy/71197/hosts
--- PASS: TestFunctional/serial/CopySyncFile (0.17s)

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (87.44s)

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

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0.14s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (39.82s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
functional_test.go:659: (dbg) Run:  out/minikube-linux-amd64 start -p functional-286913 --alsologtostderr -v=8
functional_test.go:659: (dbg) Done: out/minikube-linux-amd64 start -p functional-286913 --alsologtostderr -v=8: (39.614191944s)
functional_test.go:663: soft start took 39.821474963s for "functional-286913" cluster.
--- PASS: TestFunctional/serial/SoftStart (39.82s)

                                                
                                    
x
+
TestFunctional/serial/KubeContext (0.09s)

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

                                                
                                    
x
+
TestFunctional/serial/KubectlGetPods (0.14s)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (1.38s)

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.21s)

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

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (46.26s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:757: (dbg) Run:  out/minikube-linux-amd64 start -p functional-286913 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
functional_test.go:757: (dbg) Done: out/minikube-linux-amd64 start -p functional-286913 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (46.199088859s)
functional_test.go:761: restart took 46.199264075s for "functional-286913" cluster.
--- PASS: TestFunctional/serial/ExtraConfig (46.26s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.23s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (1.74s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.68s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1250: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 logs --file /tmp/TestFunctionalserialLogsFileCmd1699546153/001/logs.txt
functional_test.go:1250: (dbg) Done: out/minikube-linux-amd64 -p functional-286913 logs --file /tmp/TestFunctionalserialLogsFileCmd1699546153/001/logs.txt: (1.67545031s)
--- PASS: TestFunctional/serial/LogsFileCmd (1.68s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (4.56s)

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

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

                                                
                                                
-- /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_5b55102efd84289233ffc613c137836b410b4e4d_0.log                 │
	│                                                                                             │
	╰─────────────────────────────────────────────────────────────────────────────────────────────╯

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

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (1.17s)

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

                                                
                                                

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (15.25s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/DryRun (0.68s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	* [functional-286913] minikube v1.34.0 on Ubuntu 22.04 (amd64)
	  - MINIKUBE_FORCE_SYSTEMD=
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/g528047478195_compute/minikube-integration/19648-65143/kubeconfig
	  - MINIKUBE_HOME=/home/g528047478195_compute/minikube-integration/19648-65143/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-amd64
	  - MINIKUBE_WANTUPDATENOTIFICATION=false
	* Using the docker driver based on existing profile
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	I0915 18:16:37.626493  108415 out.go:345] Setting OutFile to fd 1 ...
	I0915 18:16:37.626755  108415 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0915 18:16:37.626773  108415 out.go:358] Setting ErrFile to fd 2...
	I0915 18:16:37.626784  108415 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0915 18:16:37.627175  108415 root.go:338] Updating PATH: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/bin
	I0915 18:16:37.628057  108415 out.go:352] Setting JSON to false
	I0915 18:16:37.629238  108415 start.go:129] hostinfo: {"hostname":"cs-905301410258-default","uptime":4013,"bootTime":1726420185,"procs":91,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"22.04","kernelVersion":"6.1.100+","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"guest","hostId":"88b15d6b-fddc-40bb-b1ad-a90cb2566e38"}
	I0915 18:16:37.629326  108415 start.go:139] virtualization:  guest
	I0915 18:16:37.632954  108415 out.go:177] * [functional-286913] minikube v1.34.0 on Ubuntu 22.04 (amd64)
	I0915 18:16:37.635486  108415 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0915 18:16:37.635494  108415 notify.go:220] Checking for updates...
	I0915 18:16:37.641772  108415 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0915 18:16:37.644514  108415 out.go:177]   - KUBECONFIG=/home/g528047478195_compute/minikube-integration/19648-65143/kubeconfig
	I0915 18:16:37.668491  108415 out.go:177]   - MINIKUBE_HOME=/home/g528047478195_compute/minikube-integration/19648-65143/.minikube
	I0915 18:16:37.671425  108415 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0915 18:16:37.673921  108415 out.go:177]   - MINIKUBE_WANTUPDATENOTIFICATION=false
	I0915 18:16:37.677078  108415 config.go:182] Loaded profile config "functional-286913": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
	I0915 18:16:37.678369  108415 driver.go:394] Setting default libvirt URI to qemu:///system
	I0915 18:16:37.730978  108415 docker.go:123] docker version: linux-27.1.2:Docker Engine - Community
	I0915 18:16:37.731139  108415 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0915 18:16:37.823324  108415 info.go:266] docker info: {ID:e8902090-88da-4fd6-9235-08f55b159908 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:32 OomKillDisable:false NGoroutines:54 SystemTime:2024-09-15 18:16:37.806396351 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:6.1.100+ OperatingSystem:Ubuntu 22.04.4 LTS (containerized) OSType:linux Architecture:x86_64 IndexSer
verAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[https://us-mirror.gcr.io/] Secure:true Official:true}} Mirrors:[https://us-mirror.gcr.io/]} NCPU:2 MemTotal:8337182720 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:cs-905301410258-default Labels:[] ExperimentalBuild:false ServerVersion:27.1.2 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:8fc6bcff51318944179630522a095cc9dbf9f353 Expected:8fc6bcff51318944179630522a095cc9dbf9f353} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builti
n name=cgroupns] ProductLicense: Warnings:<nil> 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.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
	I0915 18:16:37.823534  108415 docker.go:318] overlay module found
	I0915 18:16:37.826997  108415 out.go:177] * Using the docker driver based on existing profile
	I0915 18:16:37.829702  108415 start.go:297] selected driver: docker
	I0915 18:16:37.829744  108415 start.go:901] validating driver "docker" against &{Name:functional-286913 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 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-286913 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} {Component:kubelet Key:cgroups-per-qos Value:false} {Component:kubelet Key:enforce-node-allocatable Value:""}] 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 CertExpirati
on:26280h0m0s Mount:false MountString:/home/g528047478195_compute:/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}
	I0915 18:16:37.829929  108415 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0915 18:16:37.832990  108415 out.go:201] 
	W0915 18:16:37.835911  108415 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
	I0915 18:16:37.838742  108415 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (0.47s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	* [functional-286913] minikube v1.34.0 sur Ubuntu 22.04 (amd64)
	  - MINIKUBE_FORCE_SYSTEMD=
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/g528047478195_compute/minikube-integration/19648-65143/kubeconfig
	  - MINIKUBE_HOME=/home/g528047478195_compute/minikube-integration/19648-65143/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-amd64
	  - MINIKUBE_WANTUPDATENOTIFICATION=false
	* Utilisation du pilote docker basé sur le profil existant
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	I0915 18:16:37.268796  108370 out.go:345] Setting OutFile to fd 1 ...
	I0915 18:16:37.269172  108370 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0915 18:16:37.269258  108370 out.go:358] Setting ErrFile to fd 2...
	I0915 18:16:37.269287  108370 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0915 18:16:37.269786  108370 root.go:338] Updating PATH: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/bin
	I0915 18:16:37.271364  108370 out.go:352] Setting JSON to false
	I0915 18:16:37.272848  108370 start.go:129] hostinfo: {"hostname":"cs-905301410258-default","uptime":4012,"bootTime":1726420185,"procs":91,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"22.04","kernelVersion":"6.1.100+","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"guest","hostId":"88b15d6b-fddc-40bb-b1ad-a90cb2566e38"}
	I0915 18:16:37.273014  108370 start.go:139] virtualization:  guest
	I0915 18:16:37.277806  108370 out.go:177] * [functional-286913] minikube v1.34.0 sur Ubuntu 22.04 (amd64)
	I0915 18:16:37.281029  108370 notify.go:220] Checking for updates...
	I0915 18:16:37.285685  108370 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0915 18:16:37.293244  108370 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0915 18:16:37.297396  108370 out.go:177]   - KUBECONFIG=/home/g528047478195_compute/minikube-integration/19648-65143/kubeconfig
	I0915 18:16:37.302101  108370 out.go:177]   - MINIKUBE_HOME=/home/g528047478195_compute/minikube-integration/19648-65143/.minikube
	I0915 18:16:37.305032  108370 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0915 18:16:37.307990  108370 out.go:177]   - MINIKUBE_WANTUPDATENOTIFICATION=false
	I0915 18:16:37.312097  108370 config.go:182] Loaded profile config "functional-286913": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
	I0915 18:16:37.313180  108370 driver.go:394] Setting default libvirt URI to qemu:///system
	I0915 18:16:37.391750  108370 docker.go:123] docker version: linux-27.1.2:Docker Engine - Community
	I0915 18:16:37.392069  108370 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0915 18:16:37.519967  108370 info.go:266] docker info: {ID:e8902090-88da-4fd6-9235-08f55b159908 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:32 OomKillDisable:false NGoroutines:54 SystemTime:2024-09-15 18:16:37.503649961 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:6.1.100+ OperatingSystem:Ubuntu 22.04.4 LTS (containerized) OSType:linux Architecture:x86_64 IndexSer
verAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[https://us-mirror.gcr.io/] Secure:true Official:true}} Mirrors:[https://us-mirror.gcr.io/]} NCPU:2 MemTotal:8337182720 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:cs-905301410258-default Labels:[] ExperimentalBuild:false ServerVersion:27.1.2 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:8fc6bcff51318944179630522a095cc9dbf9f353 Expected:8fc6bcff51318944179630522a095cc9dbf9f353} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builti
n name=cgroupns] ProductLicense: Warnings:<nil> 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.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
	I0915 18:16:37.520097  108370 docker.go:318] overlay module found
	I0915 18:16:37.524101  108370 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0915 18:16:37.526810  108370 start.go:297] selected driver: docker
	I0915 18:16:37.526837  108370 start.go:901] validating driver "docker" against &{Name:functional-286913 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 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-286913 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} {Component:kubelet Key:cgroups-per-qos Value:false} {Component:kubelet Key:enforce-node-allocatable Value:""}] 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 CertExpirati
on:26280h0m0s Mount:false MountString:/home/g528047478195_compute:/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}
	I0915 18:16:37.526993  108370 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0915 18:16:37.532300  108370 out.go:201] 
	W0915 18:16:37.535603  108370 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
	I0915 18:16:37.538230  108370 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (1.62s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (11.93s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1629: (dbg) Run:  kubectl --context functional-286913 create deployment hello-node-connect --image=registry.k8s.io/echoserver:1.8
functional_test.go:1635: (dbg) Run:  kubectl --context functional-286913 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-67bdd5bbb4-tff8x" [91ebf50a-cc8d-4a34-8807-b8c2458a4ce9] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])
helpers_test.go:344: "hello-node-connect-67bdd5bbb4-tff8x" [91ebf50a-cc8d-4a34-8807-b8c2458a4ce9] Running
functional_test.go:1640: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 11.005177752s
functional_test.go:1649: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 service hello-node-connect --url
functional_test.go:1655: found endpoint for hello-node-connect: http://192.168.49.2:31096
functional_test.go:1675: http://192.168.49.2:31096: success! body:

                                                
                                                

                                                
                                                
Hostname: hello-node-connect-67bdd5bbb4-tff8x

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

                                                
                                                
Request Body:
	-no body in request-

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

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.25s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (30.52s)

                                                
                                                
=== 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" [f0d7209b-ece8-4127-8b86-a3737cc9db89] Running
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 5.019075433s
functional_test_pvc_test.go:49: (dbg) Run:  kubectl --context functional-286913 get storageclass -o=json
functional_test_pvc_test.go:69: (dbg) Run:  kubectl --context functional-286913 apply -f testdata/storage-provisioner/pvc.yaml
E0915 18:15:03.431677   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.crt: no such file or directory" logger="UnhandledError"
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-286913 get pvc myclaim -o=json
E0915 18:15:04.073468   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:15:05.355270   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.crt: no such file or directory" logger="UnhandledError"
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-286913 get pvc myclaim -o=json
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-286913 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" [1d162223-9eb9-48cd-b4c9-9f59b2795ab5] Pending
helpers_test.go:344: "sp-pod" [1d162223-9eb9-48cd-b4c9-9f59b2795ab5] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
E0915 18:15:07.917341   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "sp-pod" [1d162223-9eb9-48cd-b4c9-9f59b2795ab5] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 14.00477934s
functional_test_pvc_test.go:100: (dbg) Run:  kubectl --context functional-286913 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:106: (dbg) Run:  kubectl --context functional-286913 delete -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-286913 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" [ae2501d3-1724-47f2-914b-52c93a25165e] Pending
helpers_test.go:344: "sp-pod" [ae2501d3-1724-47f2-914b-52c93a25165e] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
E0915 18:15:23.281524   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "sp-pod" [ae2501d3-1724-47f2-914b-52c93a25165e] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 7.005035307s
functional_test_pvc_test.go:114: (dbg) Run:  kubectl --context functional-286913 exec sp-pod -- ls /tmp/mount
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (30.52s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (1.35s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (2.62s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/MySQL (36.34s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1793: (dbg) Run:  kubectl --context functional-286913 replace --force -f testdata/mysql.yaml
functional_test.go:1799: (dbg) TestFunctional/parallel/MySQL: waiting 10m0s for pods matching "app=mysql" in namespace "default" ...
helpers_test.go:344: "mysql-6cdb49bbb-467qx" [c0bfab58-3687-4d5f-ae67-b6b25ef76fbe] Pending / Ready:ContainersNotReady (containers with unready status: [mysql]) / ContainersReady:ContainersNotReady (containers with unready status: [mysql])
helpers_test.go:344: "mysql-6cdb49bbb-467qx" [c0bfab58-3687-4d5f-ae67-b6b25ef76fbe] Running
functional_test.go:1799: (dbg) TestFunctional/parallel/MySQL: app=mysql healthy within 27.004869111s
functional_test.go:1807: (dbg) Run:  kubectl --context functional-286913 exec mysql-6cdb49bbb-467qx -- mysql -ppassword -e "show databases;"
functional_test.go:1807: (dbg) Non-zero exit: kubectl --context functional-286913 exec mysql-6cdb49bbb-467qx -- mysql -ppassword -e "show databases;": exit status 1 (331.071908ms)

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

                                                
                                                
** /stderr **
functional_test.go:1807: (dbg) Run:  kubectl --context functional-286913 exec mysql-6cdb49bbb-467qx -- mysql -ppassword -e "show databases;"
functional_test.go:1807: (dbg) Non-zero exit: kubectl --context functional-286913 exec mysql-6cdb49bbb-467qx -- mysql -ppassword -e "show databases;": exit status 1 (296.136295ms)

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

                                                
                                                
** /stderr **
functional_test.go:1807: (dbg) Run:  kubectl --context functional-286913 exec mysql-6cdb49bbb-467qx -- mysql -ppassword -e "show databases;"
functional_test.go:1807: (dbg) Non-zero exit: kubectl --context functional-286913 exec mysql-6cdb49bbb-467qx -- mysql -ppassword -e "show databases;": exit status 1 (215.08756ms)

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

                                                
                                                
** /stderr **
functional_test.go:1807: (dbg) Run:  kubectl --context functional-286913 exec mysql-6cdb49bbb-467qx -- mysql -ppassword -e "show databases;"
functional_test.go:1807: (dbg) Non-zero exit: kubectl --context functional-286913 exec mysql-6cdb49bbb-467qx -- mysql -ppassword -e "show databases;": exit status 1 (304.81019ms)

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

                                                
                                                
** /stderr **
functional_test.go:1807: (dbg) Run:  kubectl --context functional-286913 exec mysql-6cdb49bbb-467qx -- mysql -ppassword -e "show databases;"
--- PASS: TestFunctional/parallel/MySQL (36.34s)

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.45s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/FileSync
functional_test.go:1929: Checking for existence of /etc/test/nested/copy/71197/hosts within VM
functional_test.go:1931: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 ssh "sudo cat /etc/test/nested/copy/71197/hosts"
E0915 18:17:46.647228   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:1936: file sync test content: Test file for checking file sync process
--- PASS: TestFunctional/parallel/FileSync (0.45s)

                                                
                                    
x
+
TestFunctional/parallel/CertSync (3.05s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.1s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (0.4s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                    
x
+
TestFunctional/parallel/License (1.62s)

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

                                                
                                                

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

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-286913 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" [be12ed7a-146b-4b84-819f-505896acd564] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
E0915 18:15:02.736909   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:15:02.790383   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:15:02.802755   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:15:02.824587   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:15:02.866083   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:15:02.947596   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:15:03.109355   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "nginx-svc" [be12ed7a-146b-4b84-819f-505896acd564] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 11.005746113s
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (11.58s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1439: (dbg) Run:  kubectl --context functional-286913 create deployment hello-node --image=registry.k8s.io/echoserver:1.8
functional_test.go:1445: (dbg) Run:  kubectl --context functional-286913 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-6b9f76b5c7-dmfqv" [3048a240-58ea-4a1e-a9b1-787fd31fc3e7] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])
helpers_test.go:344: "hello-node-6b9f76b5c7-dmfqv" [3048a240-58ea-4a1e-a9b1-787fd31fc3e7] Running
E0915 18:15:43.763396   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:1450: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 6.005809088s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (6.31s)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListShort
functional_test.go:261: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 image ls --format short --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-286913 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:1.8
registry.k8s.io/coredns/coredns:v1.11.3
gcr.io/k8s-minikube/storage-provisioner:v5
docker.io/library/nginx:latest
docker.io/library/nginx:alpine
docker.io/library/mysql:5.7
docker.io/library/minikube-local-cache-test:functional-286913
docker.io/kubernetesui/metrics-scraper:<none>
docker.io/kubernetesui/dashboard:<none>
docker.io/kicbase/echo-server:functional-286913
functional_test.go:269: (dbg) Stderr: out/minikube-linux-amd64 -p functional-286913 image ls --format short --alsologtostderr:
I0915 18:17:51.268636  111608 out.go:345] Setting OutFile to fd 1 ...
I0915 18:17:51.268851  111608 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0915 18:17:51.268871  111608 out.go:358] Setting ErrFile to fd 2...
I0915 18:17:51.268882  111608 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0915 18:17:51.269159  111608 root.go:338] Updating PATH: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/bin
I0915 18:17:51.270069  111608 config.go:182] Loaded profile config "functional-286913": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0915 18:17:51.270314  111608 config.go:182] Loaded profile config "functional-286913": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0915 18:17:51.270917  111608 cli_runner.go:164] Run: docker container inspect functional-286913 --format={{.State.Status}}
I0915 18:17:51.299901  111608 ssh_runner.go:195] Run: systemctl --version
I0915 18:17:51.300021  111608 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-286913
I0915 18:17:51.329764  111608 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32793 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/functional-286913/id_rsa Username:docker}
I0915 18:17:51.433059  111608 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.32s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListTable
functional_test.go:261: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 image ls --format table --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-286913 image ls --format table --alsologtostderr:
|---------------------------------------------|-------------------|---------------|--------|
|                    Image                    |        Tag        |   Image ID    |  Size  |
|---------------------------------------------|-------------------|---------------|--------|
| docker.io/library/minikube-local-cache-test | functional-286913 | 8354df53f6b23 | 30B    |
| registry.k8s.io/kube-proxy                  | v1.31.1           | 60c005f310ff3 | 91.5MB |
| docker.io/kubernetesui/metrics-scraper      | <none>            | 115053965e86b | 43.8MB |
| registry.k8s.io/echoserver                  | 1.8               | 82e4c8a736a4f | 95.4MB |
| registry.k8s.io/kube-apiserver              | v1.31.1           | 6bab7719df100 | 94.2MB |
| registry.k8s.io/kube-controller-manager     | v1.31.1           | 175ffd71cce3d | 88.4MB |
| registry.k8s.io/kube-scheduler              | v1.31.1           | 9aa1fad941575 | 67.4MB |
| gcr.io/k8s-minikube/storage-provisioner     | v5                | 6e38f40d628db | 31.5MB |
| registry.k8s.io/pause                       | 3.1               | da86e6ba6ca19 | 742kB  |
| docker.io/library/nginx                     | alpine            | c7b4f26a7d93f | 43.2MB |
| registry.k8s.io/coredns/coredns             | v1.11.3           | c69fa2e9cbf5f | 61.8MB |
| registry.k8s.io/etcd                        | 3.5.15-0          | 2e96e5913fc06 | 148MB  |
| registry.k8s.io/pause                       | 3.10              | 873ed75102791 | 736kB  |
| registry.k8s.io/pause                       | latest            | 350b164e7ae1d | 240kB  |
| docker.io/library/nginx                     | latest            | 39286ab8a5e14 | 188MB  |
| docker.io/library/mysql                     | 5.7               | 5107333e08a87 | 501MB  |
| docker.io/kubernetesui/dashboard            | <none>            | 07655ddf2eebe | 246MB  |
| docker.io/kicbase/echo-server               | functional-286913 | 9056ab77afb8e | 4.94MB |
| registry.k8s.io/pause                       | 3.3               | 0184c1613d929 | 683kB  |
|---------------------------------------------|-------------------|---------------|--------|
functional_test.go:269: (dbg) Stderr: out/minikube-linux-amd64 -p functional-286913 image ls --format table --alsologtostderr:
I0915 18:17:52.183246  111709 out.go:345] Setting OutFile to fd 1 ...
I0915 18:17:52.183523  111709 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0915 18:17:52.183542  111709 out.go:358] Setting ErrFile to fd 2...
I0915 18:17:52.183553  111709 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0915 18:17:52.183881  111709 root.go:338] Updating PATH: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/bin
I0915 18:17:52.185041  111709 config.go:182] Loaded profile config "functional-286913": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0915 18:17:52.185435  111709 config.go:182] Loaded profile config "functional-286913": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0915 18:17:52.186259  111709 cli_runner.go:164] Run: docker container inspect functional-286913 --format={{.State.Status}}
I0915 18:17:52.228229  111709 ssh_runner.go:195] Run: systemctl --version
I0915 18:17:52.228408  111709 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-286913
I0915 18:17:52.258716  111709 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32793 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/functional-286913/id_rsa Username:docker}
I0915 18:17:52.360716  111709 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.32s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListJson
functional_test.go:261: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 image ls --format json --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-286913 image ls --format json --alsologtostderr:
[{"id":"6bab7719df1001fdcc7e39f1decfa1f73b7f3af2757a91c5bafa1aaea29d1aee","repoDigests":[],"repoTags":["registry.k8s.io/kube-apiserver:v1.31.1"],"size":"94200000"},{"id":"175ffd71cce3d90bae95904b55260db941b10007a4e5471a19f3135b30aa9cd1","repoDigests":[],"repoTags":["registry.k8s.io/kube-controller-manager:v1.31.1"],"size":"88400000"},{"id":"c7b4f26a7d93f4f1f276c51adb03ef0df54a82de89f254a9aec5c18bf0e45ee9","repoDigests":[],"repoTags":["docker.io/library/nginx:alpine"],"size":"43200000"},{"id":"c69fa2e9cbf5f42dc48af631e956d3f95724c13f91596bc567591790e5e36db6","repoDigests":[],"repoTags":["registry.k8s.io/coredns/coredns:v1.11.3"],"size":"61800000"},{"id":"873ed75102791e5b0b8a7fcd41606c92fcec98d56d05ead4ac5131650004c136","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.10"],"size":"736000"},{"id":"5107333e08a87b836d48ff7528b1e84b9c86781cc9f1748bbc1b8c42a870d933","repoDigests":[],"repoTags":["docker.io/library/mysql:5.7"],"size":"501000000"},{"id":"82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd5
61605a538410","repoDigests":[],"repoTags":["registry.k8s.io/echoserver:1.8"],"size":"95400000"},{"id":"8354df53f6b2358b8c6181c7f7218cd1e6ad28bf042853aa34cb70d6231a40d9","repoDigests":[],"repoTags":["docker.io/library/minikube-local-cache-test:functional-286913"],"size":"30"},{"id":"0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.3"],"size":"683000"},{"id":"60c005f310ff3ad6d131805170f07d2946095307063eaaa5eedcaf06a0a89561","repoDigests":[],"repoTags":["registry.k8s.io/kube-proxy:v1.31.1"],"size":"91500000"},{"id":"2e96e5913fc06e3d26915af3d0f2ca5048cc4b6327e661e80da792cbf8d8d9d4","repoDigests":[],"repoTags":["registry.k8s.io/etcd:3.5.15-0"],"size":"148000000"},{"id":"07655ddf2eebe5d250f7a72c25f638b27126805d61779741b4e62e69ba080558","repoDigests":[],"repoTags":["docker.io/kubernetesui/dashboard:\u003cnone\u003e"],"size":"246000000"},{"id":"9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30","repoDigests":[],"repoTags":["docker.i
o/kicbase/echo-server:functional-286913"],"size":"4940000"},{"id":"da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.1"],"size":"742000"},{"id":"350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06","repoDigests":[],"repoTags":["registry.k8s.io/pause:latest"],"size":"240000"},{"id":"9aa1fad941575eed91ab13d44f3e4cb5b1ff4e09cbbe954ea63002289416a13b","repoDigests":[],"repoTags":["registry.k8s.io/kube-scheduler:v1.31.1"],"size":"67400000"},{"id":"115053965e86b2df4d78af78d7951b8644839d20a03820c6df59a261103315f7","repoDigests":[],"repoTags":["docker.io/kubernetesui/metrics-scraper:\u003cnone\u003e"],"size":"43800000"},{"id":"6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562","repoDigests":[],"repoTags":["gcr.io/k8s-minikube/storage-provisioner:v5"],"size":"31500000"},{"id":"39286ab8a5e14aeaf5fdd6e2fac76e0c8d31a0c07224f0ee5e6be502f12e93f3","repoDigests":[],"repoTags":["docker.io/library/nginx:latest"],"size":"188000000"}
]
functional_test.go:269: (dbg) Stderr: out/minikube-linux-amd64 -p functional-286913 image ls --format json --alsologtostderr:
I0915 18:17:51.578628  111642 out.go:345] Setting OutFile to fd 1 ...
I0915 18:17:51.578934  111642 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0915 18:17:51.578983  111642 out.go:358] Setting ErrFile to fd 2...
I0915 18:17:51.579006  111642 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0915 18:17:51.579372  111642 root.go:338] Updating PATH: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/bin
I0915 18:17:51.580246  111642 config.go:182] Loaded profile config "functional-286913": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0915 18:17:51.580547  111642 config.go:182] Loaded profile config "functional-286913": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0915 18:17:51.581329  111642 cli_runner.go:164] Run: docker container inspect functional-286913 --format={{.State.Status}}
I0915 18:17:51.610604  111642 ssh_runner.go:195] Run: systemctl --version
I0915 18:17:51.610728  111642 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-286913
I0915 18:17:51.642116  111642 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32793 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/functional-286913/id_rsa Username:docker}
I0915 18:17:51.745603  111642 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.31s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListYaml
functional_test.go:261: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 image ls --format yaml --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-286913 image ls --format yaml --alsologtostderr:
- id: 8354df53f6b2358b8c6181c7f7218cd1e6ad28bf042853aa34cb70d6231a40d9
repoDigests: []
repoTags:
- docker.io/library/minikube-local-cache-test:functional-286913
size: "30"
- id: 6bab7719df1001fdcc7e39f1decfa1f73b7f3af2757a91c5bafa1aaea29d1aee
repoDigests: []
repoTags:
- registry.k8s.io/kube-apiserver:v1.31.1
size: "94200000"
- id: 175ffd71cce3d90bae95904b55260db941b10007a4e5471a19f3135b30aa9cd1
repoDigests: []
repoTags:
- registry.k8s.io/kube-controller-manager:v1.31.1
size: "88400000"
- id: 60c005f310ff3ad6d131805170f07d2946095307063eaaa5eedcaf06a0a89561
repoDigests: []
repoTags:
- registry.k8s.io/kube-proxy:v1.31.1
size: "91500000"
- id: 873ed75102791e5b0b8a7fcd41606c92fcec98d56d05ead4ac5131650004c136
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.10
size: "736000"
- id: 07655ddf2eebe5d250f7a72c25f638b27126805d61779741b4e62e69ba080558
repoDigests: []
repoTags:
- docker.io/kubernetesui/dashboard:<none>
size: "246000000"
- id: 115053965e86b2df4d78af78d7951b8644839d20a03820c6df59a261103315f7
repoDigests: []
repoTags:
- docker.io/kubernetesui/metrics-scraper:<none>
size: "43800000"
- id: 9aa1fad941575eed91ab13d44f3e4cb5b1ff4e09cbbe954ea63002289416a13b
repoDigests: []
repoTags:
- registry.k8s.io/kube-scheduler:v1.31.1
size: "67400000"
- id: c7b4f26a7d93f4f1f276c51adb03ef0df54a82de89f254a9aec5c18bf0e45ee9
repoDigests: []
repoTags:
- docker.io/library/nginx:alpine
size: "43200000"
- id: c69fa2e9cbf5f42dc48af631e956d3f95724c13f91596bc567591790e5e36db6
repoDigests: []
repoTags:
- registry.k8s.io/coredns/coredns:v1.11.3
size: "61800000"
- id: 2e96e5913fc06e3d26915af3d0f2ca5048cc4b6327e661e80da792cbf8d8d9d4
repoDigests: []
repoTags:
- registry.k8s.io/etcd:3.5.15-0
size: "148000000"
- id: 5107333e08a87b836d48ff7528b1e84b9c86781cc9f1748bbc1b8c42a870d933
repoDigests: []
repoTags:
- docker.io/library/mysql:5.7
size: "501000000"
- id: 9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30
repoDigests: []
repoTags:
- docker.io/kicbase/echo-server:functional-286913
size: "4940000"
- id: 6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562
repoDigests: []
repoTags:
- gcr.io/k8s-minikube/storage-provisioner:v5
size: "31500000"
- id: da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.1
size: "742000"
- id: 350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06
repoDigests: []
repoTags:
- registry.k8s.io/pause:latest
size: "240000"
- id: 39286ab8a5e14aeaf5fdd6e2fac76e0c8d31a0c07224f0ee5e6be502f12e93f3
repoDigests: []
repoTags:
- docker.io/library/nginx:latest
size: "188000000"
- id: 0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.3
size: "683000"
- id: 82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410
repoDigests: []
repoTags:
- registry.k8s.io/echoserver:1.8
size: "95400000"

                                                
                                                
functional_test.go:269: (dbg) Stderr: out/minikube-linux-amd64 -p functional-286913 image ls --format yaml --alsologtostderr:
I0915 18:17:51.879973  111675 out.go:345] Setting OutFile to fd 1 ...
I0915 18:17:51.880352  111675 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0915 18:17:51.880370  111675 out.go:358] Setting ErrFile to fd 2...
I0915 18:17:51.880379  111675 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0915 18:17:51.880661  111675 root.go:338] Updating PATH: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/bin
I0915 18:17:51.881619  111675 config.go:182] Loaded profile config "functional-286913": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0915 18:17:51.881846  111675 config.go:182] Loaded profile config "functional-286913": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0915 18:17:51.882523  111675 cli_runner.go:164] Run: docker container inspect functional-286913 --format={{.State.Status}}
I0915 18:17:51.910520  111675 ssh_runner.go:195] Run: systemctl --version
I0915 18:17:51.910625  111675 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-286913
I0915 18:17:51.939367  111675 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32793 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/functional-286913/id_rsa Username:docker}
I0915 18:17:52.043040  111675 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.30s)

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

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

                                                
                                                

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

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

                                                
                                                
** /stderr **
functional_test.go:315: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 image build -t localhost/my-image:functional-286913 testdata/build --alsologtostderr
functional_test.go:315: (dbg) Done: out/minikube-linux-amd64 -p functional-286913 image build -t localhost/my-image:functional-286913 testdata/build --alsologtostderr: (2.427700083s)
functional_test.go:323: (dbg) Stderr: out/minikube-linux-amd64 -p functional-286913 image build -t localhost/my-image:functional-286913 testdata/build --alsologtostderr:
I0915 18:17:52.934485  111800 out.go:345] Setting OutFile to fd 1 ...
I0915 18:17:52.940952  111800 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0915 18:17:52.940981  111800 out.go:358] Setting ErrFile to fd 2...
I0915 18:17:52.940994  111800 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0915 18:17:52.941353  111800 root.go:338] Updating PATH: /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/bin
I0915 18:17:52.942496  111800 config.go:182] Loaded profile config "functional-286913": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0915 18:17:52.996855  111800 config.go:182] Loaded profile config "functional-286913": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0915 18:17:52.997943  111800 cli_runner.go:164] Run: docker container inspect functional-286913 --format={{.State.Status}}
I0915 18:17:53.027046  111800 ssh_runner.go:195] Run: systemctl --version
I0915 18:17:53.027168  111800 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-286913
I0915 18:17:53.057188  111800 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32793 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19648-65143/.minikube/machines/functional-286913/id_rsa Username:docker}
I0915 18:17:53.161044  111800 build_images.go:161] Building image from path: /tmp/build.3248609109.tar
I0915 18:17:53.161282  111800 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I0915 18:17:53.177022  111800 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.3248609109.tar
I0915 18:17:53.182961  111800 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.3248609109.tar: stat -c "%s %y" /var/lib/minikube/build/build.3248609109.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.3248609109.tar': No such file or directory
I0915 18:17:53.183025  111800 ssh_runner.go:362] scp /tmp/build.3248609109.tar --> /var/lib/minikube/build/build.3248609109.tar (3072 bytes)
I0915 18:17:53.231568  111800 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.3248609109
I0915 18:17:53.248186  111800 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.3248609109 -xf /var/lib/minikube/build/build.3248609109.tar
I0915 18:17:53.264192  111800 docker.go:360] Building image: /var/lib/minikube/build/build.3248609109
I0915 18:17:53.264364  111800 ssh_runner.go:195] Run: docker build -t localhost/my-image:functional-286913 /var/lib/minikube/build/build.3248609109
#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 0.9s

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

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

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

                                                
                                                
#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:a5dafbef63cb6b5e2ee0c4dd1513c6dd85a7e854fa4e76d89d1a5bc2d7e0974b done
#8 naming to localhost/my-image:functional-286913 done
#8 DONE 0.1s
I0915 18:17:55.228449  111800 ssh_runner.go:235] Completed: docker build -t localhost/my-image:functional-286913 /var/lib/minikube/build/build.3248609109: (1.964045473s)
I0915 18:17:55.228654  111800 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.3248609109
I0915 18:17:55.246358  111800 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.3248609109.tar
I0915 18:17:55.262123  111800 build_images.go:217] Built localhost/my-image:functional-286913 from /tmp/build.3248609109.tar
I0915 18:17:55.262220  111800 build_images.go:133] succeeded building to: functional-286913
I0915 18:17:55.262233  111800 build_images.go:134] failed building to: 
functional_test.go:451: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (3.25s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadDaemon
functional_test.go:355: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 image load --daemon kicbase/echo-server:functional-286913 --alsologtostderr
functional_test.go:355: (dbg) Done: out/minikube-linux-amd64 -p functional-286913 image load --daemon kicbase/echo-server:functional-286913 --alsologtostderr: (1.253780205s)
functional_test.go:451: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadDaemon (1.56s)

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

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

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

                                                
                                                
=== 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-286913
functional_test.go:245: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 image load --daemon kicbase/echo-server:functional-286913 --alsologtostderr
functional_test.go:451: (dbg) Run:  out/minikube-linux-amd64 -p functional-286913 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (1.97s)

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

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

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

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

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

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

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

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestFunctional/delete_echo-server_images (0.06s)

                                                
                                                
=== 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-286913
--- PASS: TestFunctional/delete_echo-server_images (0.06s)

                                                
                                    
x
+
TestFunctional/delete_my-image_image (0.03s)

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

                                                
                                    
x
+
TestFunctional/delete_minikube_cached_images (0.03s)

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

                                                
                                    
x
+
TestStartStop/group/cloud-shell/serial/FirstStart (78.31s)

                                                
                                                
=== RUN   TestStartStop/group/cloud-shell/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p cloud-shell-940459 --memory=2200 --alsologtostderr --wait=true --driver=docker  --container-runtime=docker --kubernetes-version=v1.31.1
E0915 18:19:58.179409   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/functional-286913/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:19:58.185880   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/functional-286913/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:19:58.197376   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/functional-286913/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:19:58.218833   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/functional-286913/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:19:58.260288   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/functional-286913/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:19:58.341787   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/functional-286913/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:19:58.503339   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/functional-286913/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:19:58.825051   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/functional-286913/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:19:59.467240   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/functional-286913/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:20:00.749294   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/functional-286913/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:20:02.602942   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:20:03.310763   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/functional-286913/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:20:08.432972   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/functional-286913/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:20:18.674583   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/functional-286913/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:20:30.488702   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:20:39.156493   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/functional-286913/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-amd64 start -p cloud-shell-940459 --memory=2200 --alsologtostderr --wait=true --driver=docker  --container-runtime=docker --kubernetes-version=v1.31.1: (1m18.309355225s)
--- PASS: TestStartStop/group/cloud-shell/serial/FirstStart (78.31s)

                                                
                                    
x
+
TestStartStop/group/cloud-shell/serial/DeployApp (9.66s)

                                                
                                                
=== RUN   TestStartStop/group/cloud-shell/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context cloud-shell-940459 create -f testdata/busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/cloud-shell/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [449eb49c-f50d-4523-a61e-ec062f4d9096] Pending
helpers_test.go:344: "busybox" [449eb49c-f50d-4523-a61e-ec062f4d9096] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [449eb49c-f50d-4523-a61e-ec062f4d9096] Running
E0915 18:21:20.118932   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/functional-286913/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:196: (dbg) TestStartStop/group/cloud-shell/serial/DeployApp: integration-test=busybox healthy within 9.007038239s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context cloud-shell-940459 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/cloud-shell/serial/DeployApp (9.66s)

                                                
                                    
x
+
TestStartStop/group/cloud-shell/serial/EnableAddonWhileActive (1.8s)

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

                                                
                                    
x
+
TestStartStop/group/cloud-shell/serial/Stop (11.27s)

                                                
                                                
=== RUN   TestStartStop/group/cloud-shell/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-amd64 stop -p cloud-shell-940459 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-amd64 stop -p cloud-shell-940459 --alsologtostderr -v=3: (11.265210665s)
--- PASS: TestStartStop/group/cloud-shell/serial/Stop (11.27s)

                                                
                                    
x
+
TestStartStop/group/cloud-shell/serial/EnableAddonAfterStop (0.32s)

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    
x
+
TestStartStop/group/cloud-shell/serial/SecondStart (273.28s)

                                                
                                                
=== RUN   TestStartStop/group/cloud-shell/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-amd64 start -p cloud-shell-940459 --memory=2200 --alsologtostderr --wait=true --driver=docker  --container-runtime=docker --kubernetes-version=v1.31.1
E0915 18:22:42.041305   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/functional-286913/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:24:58.179519   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/functional-286913/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:25:02.602935   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/addons-045753/client.crt: no such file or directory" logger="UnhandledError"
E0915 18:25:25.883406   71197 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/g528047478195_compute/minikube-integration/19648-65143/.minikube/profiles/functional-286913/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-amd64 start -p cloud-shell-940459 --memory=2200 --alsologtostderr --wait=true --driver=docker  --container-runtime=docker --kubernetes-version=v1.31.1: (4m32.755452505s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p cloud-shell-940459 -n cloud-shell-940459
--- PASS: TestStartStop/group/cloud-shell/serial/SecondStart (273.28s)

                                                
                                    
x
+
TestStartStop/group/cloud-shell/serial/UserAppExistsAfterStop (6.01s)

                                                
                                                
=== RUN   TestStartStop/group/cloud-shell/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/cloud-shell/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-695b96c756-zcd4p" [0d8fbd8d-33f5-478f-b358-9e22b3294511] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/cloud-shell/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.005740781s
--- PASS: TestStartStop/group/cloud-shell/serial/UserAppExistsAfterStop (6.01s)

                                                
                                    
x
+
TestStartStop/group/cloud-shell/serial/AddonExistsAfterStop (5.12s)

                                                
                                                
=== RUN   TestStartStop/group/cloud-shell/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/cloud-shell/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-695b96c756-zcd4p" [0d8fbd8d-33f5-478f-b358-9e22b3294511] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/cloud-shell/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004163939s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context cloud-shell-940459 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/cloud-shell/serial/AddonExistsAfterStop (5.12s)

                                                
                                    
x
+
TestStartStop/group/cloud-shell/serial/VerifyKubernetesImages (0.3s)

                                                
                                                
=== RUN   TestStartStop/group/cloud-shell/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-amd64 -p cloud-shell-940459 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/cloud-shell/serial/VerifyKubernetesImages (0.30s)

                                                
                                    
x
+
TestStartStop/group/cloud-shell/serial/Pause (4.27s)

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    

Test skip (5/108)

x
+
TestAddons/parallel/Olm (0s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Olm
addons_test.go:500: Skipping OLM addon test until https://github.com/operator-framework/operator-lifecycle-manager/issues/2534 is resolved
--- SKIP: TestAddons/parallel/Olm (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)

                                                
                                    
Copied to clipboard