Test Report: Docker_Linux_docker_arm64 20535

                    
                      f30cb3cfe346a634e035681bc4eff951ae572c17:2025-03-17:38751
                    
                

Test fail (1/346)

Order failed test Duration
257 TestScheduledStopUnix 37.04
x
+
TestScheduledStopUnix (37.04s)

                                                
                                                
=== RUN   TestScheduledStopUnix
scheduled_stop_test.go:128: (dbg) Run:  out/minikube-linux-arm64 start -p scheduled-stop-375543 --memory=2048 --driver=docker  --container-runtime=docker
scheduled_stop_test.go:128: (dbg) Done: out/minikube-linux-arm64 start -p scheduled-stop-375543 --memory=2048 --driver=docker  --container-runtime=docker: (31.507267704s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-375543 --schedule 5m
scheduled_stop_test.go:191: (dbg) Run:  out/minikube-linux-arm64 status --format={{.TimeToStop}} -p scheduled-stop-375543 -n scheduled-stop-375543
scheduled_stop_test.go:169: signal error was:  <nil>
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-375543 --schedule 15s
scheduled_stop_test.go:169: signal error was:  <nil>
scheduled_stop_test.go:98: process 217553 running but should have been killed on reschedule of stop
panic.go:631: *** TestScheduledStopUnix FAILED at 2025-03-17 11:03:59.952189245 +0000 UTC m=+2317.909338440
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestScheduledStopUnix]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect scheduled-stop-375543
helpers_test.go:235: (dbg) docker inspect scheduled-stop-375543:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "51c64c237ddd7d0b5ba7bcff042adb73d5b0a3340789318647e3048cc1cf008c",
	        "Created": "2025-03-17T11:03:32.948922354Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 214553,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-03-17T11:03:33.020319469Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:df0c2544fb3106b890f0a9ab81fcf49f97edb092b83e47f42288ad5dfe1f4b40",
	        "ResolvConfPath": "/var/lib/docker/containers/51c64c237ddd7d0b5ba7bcff042adb73d5b0a3340789318647e3048cc1cf008c/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/51c64c237ddd7d0b5ba7bcff042adb73d5b0a3340789318647e3048cc1cf008c/hostname",
	        "HostsPath": "/var/lib/docker/containers/51c64c237ddd7d0b5ba7bcff042adb73d5b0a3340789318647e3048cc1cf008c/hosts",
	        "LogPath": "/var/lib/docker/containers/51c64c237ddd7d0b5ba7bcff042adb73d5b0a3340789318647e3048cc1cf008c/51c64c237ddd7d0b5ba7bcff042adb73d5b0a3340789318647e3048cc1cf008c-json.log",
	        "Name": "/scheduled-stop-375543",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "scheduled-stop-375543:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "scheduled-stop-375543",
	            "PortBindings": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ]
	            },
	            "RestartPolicy": {
	                "Name": "no",
	                "MaximumRetryCount": 0
	            },
	            "AutoRemove": false,
	            "VolumeDriver": "",
	            "VolumesFrom": null,
	            "ConsoleSize": [
	                0,
	                0
	            ],
	            "CapAdd": null,
	            "CapDrop": null,
	            "CgroupnsMode": "host",
	            "Dns": [],
	            "DnsOptions": [],
	            "DnsSearch": [],
	            "ExtraHosts": null,
	            "GroupAdd": null,
	            "IpcMode": "private",
	            "Cgroup": "",
	            "Links": null,
	            "OomScoreAdj": 0,
	            "PidMode": "",
	            "Privileged": true,
	            "PublishAllPorts": false,
	            "ReadonlyRootfs": false,
	            "SecurityOpt": [
	                "seccomp=unconfined",
	                "apparmor=unconfined",
	                "label=disable"
	            ],
	            "Tmpfs": {
	                "/run": "",
	                "/tmp": ""
	            },
	            "UTSMode": "",
	            "UsernsMode": "",
	            "ShmSize": 67108864,
	            "Runtime": "runc",
	            "Isolation": "",
	            "CpuShares": 0,
	            "Memory": 2147483648,
	            "NanoCpus": 2000000000,
	            "CgroupParent": "",
	            "BlkioWeight": 0,
	            "BlkioWeightDevice": [],
	            "BlkioDeviceReadBps": [],
	            "BlkioDeviceWriteBps": [],
	            "BlkioDeviceReadIOps": [],
	            "BlkioDeviceWriteIOps": [],
	            "CpuPeriod": 0,
	            "CpuQuota": 0,
	            "CpuRealtimePeriod": 0,
	            "CpuRealtimeRuntime": 0,
	            "CpusetCpus": "",
	            "CpusetMems": "",
	            "Devices": [],
	            "DeviceCgroupRules": null,
	            "DeviceRequests": null,
	            "MemoryReservation": 0,
	            "MemorySwap": 4294967296,
	            "MemorySwappiness": null,
	            "OomKillDisable": false,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "ID": "51c64c237ddd7d0b5ba7bcff042adb73d5b0a3340789318647e3048cc1cf008c",
	                "LowerDir": "/var/lib/docker/overlay2/591d6fa7ea63d87a4222366043b9f8be29447bdb975f7a6f5f9e5b75dcf265a7-init/diff:/var/lib/docker/overlay2/42b510827f2f8842517c989dc5e1a994764ef51a8389d9062b6808cb43da9c38/diff",
	                "MergedDir": "/var/lib/docker/overlay2/591d6fa7ea63d87a4222366043b9f8be29447bdb975f7a6f5f9e5b75dcf265a7/merged",
	                "UpperDir": "/var/lib/docker/overlay2/591d6fa7ea63d87a4222366043b9f8be29447bdb975f7a6f5f9e5b75dcf265a7/diff",
	                "WorkDir": "/var/lib/docker/overlay2/591d6fa7ea63d87a4222366043b9f8be29447bdb975f7a6f5f9e5b75dcf265a7/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "scheduled-stop-375543",
	                "Source": "/var/lib/docker/volumes/scheduled-stop-375543/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "scheduled-stop-375543",
	            "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.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185",
	            "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": "scheduled-stop-375543",
	                "name.minikube.sigs.k8s.io": "scheduled-stop-375543",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "c6425a1a007f276aedbdc66b2613764bf167156b40fd7d93cdf2a8e4eb381ba6",
	            "SandboxKey": "/var/run/docker/netns/c6425a1a007f",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32970"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32971"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32974"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32972"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32973"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "scheduled-stop-375543": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.76.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "c6:41:b9:dc:8c:3d",
	                    "DriverOpts": null,
	                    "GwPriority": 0,
	                    "NetworkID": "7b9766396531bfc1aab99165eebdd81d84d616df3af1e6ea2db9344c68e6509e",
	                    "EndpointID": "43e0d10df55fe5aaeb5739d25289d3a83fac8a3669e2d573896a4ca8e09243f8",
	                    "Gateway": "192.168.76.1",
	                    "IPAddress": "192.168.76.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "scheduled-stop-375543",
	                        "51c64c237ddd"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p scheduled-stop-375543 -n scheduled-stop-375543
helpers_test.go:244: <<< TestScheduledStopUnix FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestScheduledStopUnix]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-arm64 -p scheduled-stop-375543 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p scheduled-stop-375543 logs -n 25: (1.147686556s)
helpers_test.go:252: TestScheduledStopUnix logs: 
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|-----------------------|---------|---------|---------------------|---------------------|
	| Command |              Args              |        Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------|-----------------------|---------|---------|---------------------|---------------------|
	| stop    | -p multinode-120432            | multinode-120432      | jenkins | v1.35.0 | 17 Mar 25 10:57 UTC | 17 Mar 25 10:57 UTC |
	| start   | -p multinode-120432            | multinode-120432      | jenkins | v1.35.0 | 17 Mar 25 10:57 UTC | 17 Mar 25 10:58 UTC |
	|         | --wait=true -v=8               |                       |         |         |                     |                     |
	|         | --alsologtostderr              |                       |         |         |                     |                     |
	| node    | list -p multinode-120432       | multinode-120432      | jenkins | v1.35.0 | 17 Mar 25 10:58 UTC |                     |
	| node    | multinode-120432 node delete   | multinode-120432      | jenkins | v1.35.0 | 17 Mar 25 10:58 UTC | 17 Mar 25 10:59 UTC |
	|         | m03                            |                       |         |         |                     |                     |
	| stop    | multinode-120432 stop          | multinode-120432      | jenkins | v1.35.0 | 17 Mar 25 10:59 UTC | 17 Mar 25 10:59 UTC |
	| start   | -p multinode-120432            | multinode-120432      | jenkins | v1.35.0 | 17 Mar 25 10:59 UTC | 17 Mar 25 11:00 UTC |
	|         | --wait=true -v=8               |                       |         |         |                     |                     |
	|         | --alsologtostderr              |                       |         |         |                     |                     |
	|         | --driver=docker                |                       |         |         |                     |                     |
	|         | --container-runtime=docker     |                       |         |         |                     |                     |
	| node    | list -p multinode-120432       | multinode-120432      | jenkins | v1.35.0 | 17 Mar 25 11:00 UTC |                     |
	| start   | -p multinode-120432-m02        | multinode-120432-m02  | jenkins | v1.35.0 | 17 Mar 25 11:00 UTC |                     |
	|         | --driver=docker                |                       |         |         |                     |                     |
	|         | --container-runtime=docker     |                       |         |         |                     |                     |
	| start   | -p multinode-120432-m03        | multinode-120432-m03  | jenkins | v1.35.0 | 17 Mar 25 11:00 UTC | 17 Mar 25 11:00 UTC |
	|         | --driver=docker                |                       |         |         |                     |                     |
	|         | --container-runtime=docker     |                       |         |         |                     |                     |
	| node    | add -p multinode-120432        | multinode-120432      | jenkins | v1.35.0 | 17 Mar 25 11:00 UTC |                     |
	| delete  | -p multinode-120432-m03        | multinode-120432-m03  | jenkins | v1.35.0 | 17 Mar 25 11:00 UTC | 17 Mar 25 11:00 UTC |
	| delete  | -p multinode-120432            | multinode-120432      | jenkins | v1.35.0 | 17 Mar 25 11:00 UTC | 17 Mar 25 11:00 UTC |
	| start   | -p test-preload-243342         | test-preload-243342   | jenkins | v1.35.0 | 17 Mar 25 11:00 UTC | 17 Mar 25 11:02 UTC |
	|         | --memory=2200                  |                       |         |         |                     |                     |
	|         | --alsologtostderr              |                       |         |         |                     |                     |
	|         | --wait=true --preload=false    |                       |         |         |                     |                     |
	|         | --driver=docker                |                       |         |         |                     |                     |
	|         | --container-runtime=docker     |                       |         |         |                     |                     |
	|         | --kubernetes-version=v1.24.4   |                       |         |         |                     |                     |
	| image   | test-preload-243342 image pull | test-preload-243342   | jenkins | v1.35.0 | 17 Mar 25 11:02 UTC | 17 Mar 25 11:02 UTC |
	|         | gcr.io/k8s-minikube/busybox    |                       |         |         |                     |                     |
	| stop    | -p test-preload-243342         | test-preload-243342   | jenkins | v1.35.0 | 17 Mar 25 11:02 UTC | 17 Mar 25 11:03 UTC |
	| start   | -p test-preload-243342         | test-preload-243342   | jenkins | v1.35.0 | 17 Mar 25 11:03 UTC | 17 Mar 25 11:03 UTC |
	|         | --memory=2200                  |                       |         |         |                     |                     |
	|         | --alsologtostderr -v=1         |                       |         |         |                     |                     |
	|         | --wait=true --driver=docker    |                       |         |         |                     |                     |
	|         | --container-runtime=docker     |                       |         |         |                     |                     |
	| image   | test-preload-243342 image list | test-preload-243342   | jenkins | v1.35.0 | 17 Mar 25 11:03 UTC | 17 Mar 25 11:03 UTC |
	| delete  | -p test-preload-243342         | test-preload-243342   | jenkins | v1.35.0 | 17 Mar 25 11:03 UTC | 17 Mar 25 11:03 UTC |
	| start   | -p scheduled-stop-375543       | scheduled-stop-375543 | jenkins | v1.35.0 | 17 Mar 25 11:03 UTC | 17 Mar 25 11:03 UTC |
	|         | --memory=2048 --driver=docker  |                       |         |         |                     |                     |
	|         | --container-runtime=docker     |                       |         |         |                     |                     |
	| stop    | -p scheduled-stop-375543       | scheduled-stop-375543 | jenkins | v1.35.0 | 17 Mar 25 11:03 UTC |                     |
	|         | --schedule 5m                  |                       |         |         |                     |                     |
	| stop    | -p scheduled-stop-375543       | scheduled-stop-375543 | jenkins | v1.35.0 | 17 Mar 25 11:03 UTC |                     |
	|         | --schedule 5m                  |                       |         |         |                     |                     |
	| stop    | -p scheduled-stop-375543       | scheduled-stop-375543 | jenkins | v1.35.0 | 17 Mar 25 11:03 UTC |                     |
	|         | --schedule 5m                  |                       |         |         |                     |                     |
	| stop    | -p scheduled-stop-375543       | scheduled-stop-375543 | jenkins | v1.35.0 | 17 Mar 25 11:03 UTC |                     |
	|         | --schedule 15s                 |                       |         |         |                     |                     |
	| stop    | -p scheduled-stop-375543       | scheduled-stop-375543 | jenkins | v1.35.0 | 17 Mar 25 11:04 UTC |                     |
	|         | --schedule 15s                 |                       |         |         |                     |                     |
	| stop    | -p scheduled-stop-375543       | scheduled-stop-375543 | jenkins | v1.35.0 | 17 Mar 25 11:04 UTC |                     |
	|         | --schedule 15s                 |                       |         |         |                     |                     |
	|---------|--------------------------------|-----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2025/03/17 11:03:27
	Running on machine: ip-172-31-29-130
	Binary: Built with gc go1.24.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0317 11:03:27.981401  214170 out.go:345] Setting OutFile to fd 1 ...
	I0317 11:03:27.981544  214170 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0317 11:03:27.981547  214170 out.go:358] Setting ErrFile to fd 2...
	I0317 11:03:27.981551  214170 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0317 11:03:27.981796  214170 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20535-2275/.minikube/bin
	I0317 11:03:27.982193  214170 out.go:352] Setting JSON to false
	I0317 11:03:27.983019  214170 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":2751,"bootTime":1742206657,"procs":175,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1077-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
	I0317 11:03:27.983074  214170 start.go:139] virtualization:  
	I0317 11:03:27.988957  214170 out.go:177] * [scheduled-stop-375543] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	I0317 11:03:27.992531  214170 out.go:177]   - MINIKUBE_LOCATION=20535
	I0317 11:03:27.992572  214170 notify.go:220] Checking for updates...
	I0317 11:03:27.996249  214170 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0317 11:03:27.999509  214170 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20535-2275/kubeconfig
	I0317 11:03:28.002552  214170 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20535-2275/.minikube
	I0317 11:03:28.005650  214170 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0317 11:03:28.009601  214170 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0317 11:03:28.013080  214170 driver.go:394] Setting default libvirt URI to qemu:///system
	I0317 11:03:28.040677  214170 docker.go:123] docker version: linux-28.0.1:Docker Engine - Community
	I0317 11:03:28.040807  214170 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0317 11:03:28.100283  214170 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:23 OomKillDisable:true NGoroutines:42 SystemTime:2025-03-17 11:03:28.09110935 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1077-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aa
rch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:28.0.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> Ser
verErrors:[] 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.21.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.33.1]] Warnings:<nil>}}
	I0317 11:03:28.100378  214170 docker.go:318] overlay module found
	I0317 11:03:28.103943  214170 out.go:177] * Using the docker driver based on user configuration
	I0317 11:03:28.106780  214170 start.go:297] selected driver: docker
	I0317 11:03:28.106793  214170 start.go:901] validating driver "docker" against <nil>
	I0317 11:03:28.106805  214170 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0317 11:03:28.107584  214170 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0317 11:03:28.161929  214170 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:23 OomKillDisable:true NGoroutines:42 SystemTime:2025-03-17 11:03:28.153312358 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1077-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:28.0.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> Se
rverErrors:[] 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.21.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.33.1]] Warnings:<nil>}}
	I0317 11:03:28.162066  214170 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0317 11:03:28.162286  214170 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0317 11:03:28.165284  214170 out.go:177] * Using Docker driver with root privileges
	I0317 11:03:28.168151  214170 cni.go:84] Creating CNI manager for ""
	I0317 11:03:28.168210  214170 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
	I0317 11:03:28.168217  214170 start_flags.go:319] Found "bridge CNI" CNI - setting NetworkPlugin=cni
	I0317 11:03:28.168292  214170 start.go:340] cluster config:
	{Name:scheduled-stop-375543 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 Memory:2048 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:scheduled-stop-375543 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local
ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0317 11:03:28.171395  214170 out.go:177] * Starting "scheduled-stop-375543" primary control-plane node in "scheduled-stop-375543" cluster
	I0317 11:03:28.174294  214170 cache.go:121] Beginning downloading kic base image for docker with docker
	I0317 11:03:28.177175  214170 out.go:177] * Pulling base image v0.0.46-1741860993-20523 ...
	I0317 11:03:28.180109  214170 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime docker
	I0317 11:03:28.180152  214170 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20535-2275/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-docker-overlay2-arm64.tar.lz4
	I0317 11:03:28.180159  214170 cache.go:56] Caching tarball of preloaded images
	I0317 11:03:28.180187  214170 image.go:81] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 in local docker daemon
	I0317 11:03:28.180238  214170 preload.go:172] Found /home/jenkins/minikube-integration/20535-2275/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-docker-overlay2-arm64.tar.lz4 in cache, skipping download
	I0317 11:03:28.180246  214170 cache.go:59] Finished verifying existence of preloaded tar for v1.32.2 on docker
	I0317 11:03:28.180574  214170 profile.go:143] Saving config to /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/config.json ...
	I0317 11:03:28.180591  214170 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/config.json: {Name:mk346bd4a0b279619504b2ae9b01b5efb5fdbfbe Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0317 11:03:28.198732  214170 image.go:100] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 in local docker daemon, skipping pull
	I0317 11:03:28.198744  214170 cache.go:145] gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 exists in daemon, skipping load
	I0317 11:03:28.198761  214170 cache.go:230] Successfully downloaded all kic artifacts
	I0317 11:03:28.198786  214170 start.go:360] acquireMachinesLock for scheduled-stop-375543: {Name:mk1bdedfe9422b0af9282df267e4fffc1d06ec0c Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0317 11:03:28.198893  214170 start.go:364] duration metric: took 93.892µs to acquireMachinesLock for "scheduled-stop-375543"
	I0317 11:03:28.198923  214170 start.go:93] Provisioning new machine with config: &{Name:scheduled-stop-375543 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 Memory:2048 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:scheduled-stop-375543 Namespace:default APIServerHAVIP: A
PIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath
: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:docker ControlPlane:true Worker:true}
	I0317 11:03:28.198996  214170 start.go:125] createHost starting for "" (driver="docker")
	I0317 11:03:28.202370  214170 out.go:235] * Creating docker container (CPUs=2, Memory=2048MB) ...
	I0317 11:03:28.202579  214170 start.go:159] libmachine.API.Create for "scheduled-stop-375543" (driver="docker")
	I0317 11:03:28.202608  214170 client.go:168] LocalClient.Create starting
	I0317 11:03:28.202669  214170 main.go:141] libmachine: Reading certificate data from /home/jenkins/minikube-integration/20535-2275/.minikube/certs/ca.pem
	I0317 11:03:28.202703  214170 main.go:141] libmachine: Decoding PEM data...
	I0317 11:03:28.202717  214170 main.go:141] libmachine: Parsing certificate...
	I0317 11:03:28.202768  214170 main.go:141] libmachine: Reading certificate data from /home/jenkins/minikube-integration/20535-2275/.minikube/certs/cert.pem
	I0317 11:03:28.202783  214170 main.go:141] libmachine: Decoding PEM data...
	I0317 11:03:28.202791  214170 main.go:141] libmachine: Parsing certificate...
	I0317 11:03:28.203163  214170 cli_runner.go:164] Run: docker network inspect scheduled-stop-375543 --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}}]}"
	W0317 11:03:28.218250  214170 cli_runner.go:211] docker network inspect scheduled-stop-375543 --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
	I0317 11:03:28.218342  214170 network_create.go:284] running [docker network inspect scheduled-stop-375543] to gather additional debugging logs...
	I0317 11:03:28.218355  214170 cli_runner.go:164] Run: docker network inspect scheduled-stop-375543
	W0317 11:03:28.233145  214170 cli_runner.go:211] docker network inspect scheduled-stop-375543 returned with exit code 1
	I0317 11:03:28.233164  214170 network_create.go:287] error running [docker network inspect scheduled-stop-375543]: docker network inspect scheduled-stop-375543: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network scheduled-stop-375543 not found
	I0317 11:03:28.233174  214170 network_create.go:289] output of [docker network inspect scheduled-stop-375543]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network scheduled-stop-375543 not found
	
	** /stderr **
	I0317 11:03:28.233281  214170 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}}]}"
	I0317 11:03:28.249001  214170 network.go:211] skipping subnet 192.168.49.0/24 that is taken: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 IsPrivate:true Interface:{IfaceName:br-4537de9dd09b IfaceIPv4:192.168.49.1 IfaceMTU:1500 IfaceMAC:f6:3f:dc:bd:c3:10} reservation:<nil>}
	I0317 11:03:28.249261  214170 network.go:211] skipping subnet 192.168.58.0/24 that is taken: &{IP:192.168.58.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.58.0/24 Gateway:192.168.58.1 ClientMin:192.168.58.2 ClientMax:192.168.58.254 Broadcast:192.168.58.255 IsPrivate:true Interface:{IfaceName:br-2ef24a570a1a IfaceIPv4:192.168.58.1 IfaceMTU:1500 IfaceMAC:02:a2:b0:df:5e:b6} reservation:<nil>}
	I0317 11:03:28.249479  214170 network.go:211] skipping subnet 192.168.67.0/24 that is taken: &{IP:192.168.67.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.67.0/24 Gateway:192.168.67.1 ClientMin:192.168.67.2 ClientMax:192.168.67.254 Broadcast:192.168.67.255 IsPrivate:true Interface:{IfaceName:br-5b990df68c1b IfaceIPv4:192.168.67.1 IfaceMTU:1500 IfaceMAC:76:7c:32:72:0b:3f} reservation:<nil>}
	I0317 11:03:28.249779  214170 network.go:206] using free private subnet 192.168.76.0/24: &{IP:192.168.76.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.76.0/24 Gateway:192.168.76.1 ClientMin:192.168.76.2 ClientMax:192.168.76.254 Broadcast:192.168.76.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0x4001984b40}
	I0317 11:03:28.249794  214170 network_create.go:124] attempt to create docker network scheduled-stop-375543 192.168.76.0/24 with gateway 192.168.76.1 and MTU of 1500 ...
	I0317 11:03:28.249852  214170 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.76.0/24 --gateway=192.168.76.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=scheduled-stop-375543 scheduled-stop-375543
	I0317 11:03:28.307506  214170 network_create.go:108] docker network scheduled-stop-375543 192.168.76.0/24 created
	I0317 11:03:28.307525  214170 kic.go:121] calculated static IP "192.168.76.2" for the "scheduled-stop-375543" container
	I0317 11:03:28.307611  214170 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0317 11:03:28.322225  214170 cli_runner.go:164] Run: docker volume create scheduled-stop-375543 --label name.minikube.sigs.k8s.io=scheduled-stop-375543 --label created_by.minikube.sigs.k8s.io=true
	I0317 11:03:28.339571  214170 oci.go:103] Successfully created a docker volume scheduled-stop-375543
	I0317 11:03:28.339644  214170 cli_runner.go:164] Run: docker run --rm --name scheduled-stop-375543-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=scheduled-stop-375543 --entrypoint /usr/bin/test -v scheduled-stop-375543:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 -d /var/lib
	I0317 11:03:28.848259  214170 oci.go:107] Successfully prepared a docker volume scheduled-stop-375543
	I0317 11:03:28.848305  214170 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime docker
	I0317 11:03:28.848322  214170 kic.go:194] Starting extracting preloaded images to volume ...
	I0317 11:03:28.848385  214170 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20535-2275/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-docker-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v scheduled-stop-375543:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 -I lz4 -xf /preloaded.tar -C /extractDir
	I0317 11:03:32.874962  214170 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20535-2275/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-docker-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v scheduled-stop-375543:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 -I lz4 -xf /preloaded.tar -C /extractDir: (4.026533863s)
	I0317 11:03:32.875012  214170 kic.go:203] duration metric: took 4.026685733s to extract preloaded images to volume ...
	W0317 11:03:32.875148  214170 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0317 11:03:32.875253  214170 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0317 11:03:32.933376  214170 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 scheduled-stop-375543 --name scheduled-stop-375543 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=scheduled-stop-375543 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=scheduled-stop-375543 --network scheduled-stop-375543 --ip 192.168.76.2 --volume scheduled-stop-375543:/var --security-opt apparmor=unconfined --memory=2048mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185
	I0317 11:03:33.257824  214170 cli_runner.go:164] Run: docker container inspect scheduled-stop-375543 --format={{.State.Running}}
	I0317 11:03:33.278395  214170 cli_runner.go:164] Run: docker container inspect scheduled-stop-375543 --format={{.State.Status}}
	I0317 11:03:33.303097  214170 cli_runner.go:164] Run: docker exec scheduled-stop-375543 stat /var/lib/dpkg/alternatives/iptables
	I0317 11:03:33.357733  214170 oci.go:144] the created container "scheduled-stop-375543" has a running status.
	I0317 11:03:33.357764  214170 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/20535-2275/.minikube/machines/scheduled-stop-375543/id_rsa...
	I0317 11:03:33.940466  214170 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/20535-2275/.minikube/machines/scheduled-stop-375543/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0317 11:03:33.970287  214170 cli_runner.go:164] Run: docker container inspect scheduled-stop-375543 --format={{.State.Status}}
	I0317 11:03:33.997431  214170 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0317 11:03:33.997442  214170 kic_runner.go:114] Args: [docker exec --privileged scheduled-stop-375543 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0317 11:03:34.064608  214170 cli_runner.go:164] Run: docker container inspect scheduled-stop-375543 --format={{.State.Status}}
	I0317 11:03:34.085706  214170 machine.go:93] provisionDockerMachine start ...
	I0317 11:03:34.085787  214170 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" scheduled-stop-375543
	I0317 11:03:34.104841  214170 main.go:141] libmachine: Using SSH client type: native
	I0317 11:03:34.106245  214170 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e66c0] 0x3e8e80 <nil>  [] 0s} 127.0.0.1 32970 <nil> <nil>}
	I0317 11:03:34.106255  214170 main.go:141] libmachine: About to run SSH command:
	hostname
	I0317 11:03:34.242436  214170 main.go:141] libmachine: SSH cmd err, output: <nil>: scheduled-stop-375543
	
	I0317 11:03:34.242451  214170 ubuntu.go:169] provisioning hostname "scheduled-stop-375543"
	I0317 11:03:34.242509  214170 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" scheduled-stop-375543
	I0317 11:03:34.266432  214170 main.go:141] libmachine: Using SSH client type: native
	I0317 11:03:34.266727  214170 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e66c0] 0x3e8e80 <nil>  [] 0s} 127.0.0.1 32970 <nil> <nil>}
	I0317 11:03:34.266736  214170 main.go:141] libmachine: About to run SSH command:
	sudo hostname scheduled-stop-375543 && echo "scheduled-stop-375543" | sudo tee /etc/hostname
	I0317 11:03:34.406880  214170 main.go:141] libmachine: SSH cmd err, output: <nil>: scheduled-stop-375543
	
	I0317 11:03:34.406954  214170 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" scheduled-stop-375543
	I0317 11:03:34.425327  214170 main.go:141] libmachine: Using SSH client type: native
	I0317 11:03:34.425638  214170 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e66c0] 0x3e8e80 <nil>  [] 0s} 127.0.0.1 32970 <nil> <nil>}
	I0317 11:03:34.425653  214170 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\sscheduled-stop-375543' /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 scheduled-stop-375543/g' /etc/hosts;
				else 
					echo '127.0.1.1 scheduled-stop-375543' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0317 11:03:34.555091  214170 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0317 11:03:34.555107  214170 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/20535-2275/.minikube CaCertPath:/home/jenkins/minikube-integration/20535-2275/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/20535-2275/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/20535-2275/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/20535-2275/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/20535-2275/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/20535-2275/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/20535-2275/.minikube}
	I0317 11:03:34.555133  214170 ubuntu.go:177] setting up certificates
	I0317 11:03:34.555140  214170 provision.go:84] configureAuth start
	I0317 11:03:34.555199  214170 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" scheduled-stop-375543
	I0317 11:03:34.573386  214170 provision.go:143] copyHostCerts
	I0317 11:03:34.573448  214170 exec_runner.go:144] found /home/jenkins/minikube-integration/20535-2275/.minikube/ca.pem, removing ...
	I0317 11:03:34.573455  214170 exec_runner.go:203] rm: /home/jenkins/minikube-integration/20535-2275/.minikube/ca.pem
	I0317 11:03:34.573533  214170 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20535-2275/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/20535-2275/.minikube/ca.pem (1078 bytes)
	I0317 11:03:34.573631  214170 exec_runner.go:144] found /home/jenkins/minikube-integration/20535-2275/.minikube/cert.pem, removing ...
	I0317 11:03:34.573635  214170 exec_runner.go:203] rm: /home/jenkins/minikube-integration/20535-2275/.minikube/cert.pem
	I0317 11:03:34.573661  214170 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20535-2275/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/20535-2275/.minikube/cert.pem (1123 bytes)
	I0317 11:03:34.573724  214170 exec_runner.go:144] found /home/jenkins/minikube-integration/20535-2275/.minikube/key.pem, removing ...
	I0317 11:03:34.573727  214170 exec_runner.go:203] rm: /home/jenkins/minikube-integration/20535-2275/.minikube/key.pem
	I0317 11:03:34.573750  214170 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20535-2275/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/20535-2275/.minikube/key.pem (1679 bytes)
	I0317 11:03:34.573804  214170 provision.go:117] generating server cert: /home/jenkins/minikube-integration/20535-2275/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/20535-2275/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/20535-2275/.minikube/certs/ca-key.pem org=jenkins.scheduled-stop-375543 san=[127.0.0.1 192.168.76.2 localhost minikube scheduled-stop-375543]
	I0317 11:03:34.816755  214170 provision.go:177] copyRemoteCerts
	I0317 11:03:34.816816  214170 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0317 11:03:34.816855  214170 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" scheduled-stop-375543
	I0317 11:03:34.834213  214170 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32970 SSHKeyPath:/home/jenkins/minikube-integration/20535-2275/.minikube/machines/scheduled-stop-375543/id_rsa Username:docker}
	I0317 11:03:34.923692  214170 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20535-2275/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0317 11:03:34.948010  214170 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20535-2275/.minikube/machines/server.pem --> /etc/docker/server.pem (1229 bytes)
	I0317 11:03:34.972159  214170 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20535-2275/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0317 11:03:34.996542  214170 provision.go:87] duration metric: took 441.38842ms to configureAuth
	I0317 11:03:34.996558  214170 ubuntu.go:193] setting minikube options for container-runtime
	I0317 11:03:34.996746  214170 config.go:182] Loaded profile config "scheduled-stop-375543": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
	I0317 11:03:34.996795  214170 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" scheduled-stop-375543
	I0317 11:03:35.014538  214170 main.go:141] libmachine: Using SSH client type: native
	I0317 11:03:35.014842  214170 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e66c0] 0x3e8e80 <nil>  [] 0s} 127.0.0.1 32970 <nil> <nil>}
	I0317 11:03:35.014850  214170 main.go:141] libmachine: About to run SSH command:
	df --output=fstype / | tail -n 1
	I0317 11:03:35.139929  214170 main.go:141] libmachine: SSH cmd err, output: <nil>: overlay
	
	I0317 11:03:35.139940  214170 ubuntu.go:71] root file system type: overlay
	I0317 11:03:35.140054  214170 provision.go:314] Updating docker unit: /lib/systemd/system/docker.service ...
	I0317 11:03:35.140116  214170 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" scheduled-stop-375543
	I0317 11:03:35.157792  214170 main.go:141] libmachine: Using SSH client type: native
	I0317 11:03:35.158087  214170 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e66c0] 0x3e8e80 <nil>  [] 0s} 127.0.0.1 32970 <nil> <nil>}
	I0317 11:03:35.158162  214170 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
	I0317 11:03:35.290162  214170 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
	
	I0317 11:03:35.290248  214170 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" scheduled-stop-375543
	I0317 11:03:35.308169  214170 main.go:141] libmachine: Using SSH client type: native
	I0317 11:03:35.308456  214170 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e66c0] 0x3e8e80 <nil>  [] 0s} 127.0.0.1 32970 <nil> <nil>}
	I0317 11:03:35.308471  214170 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; }
	I0317 11:03:36.147280  214170 main.go:141] libmachine: SSH cmd err, output: <nil>: --- /lib/systemd/system/docker.service	2025-02-26 10:39:24.000000000 +0000
	+++ /lib/systemd/system/docker.service.new	2025-03-17 11:03:35.285651190 +0000
	@@ -1,46 +1,49 @@
	 [Unit]
	 Description=Docker Application Container Engine
	 Documentation=https://docs.docker.com
	-After=network-online.target nss-lookup.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
	
	I0317 11:03:36.147299  214170 machine.go:96] duration metric: took 2.061581859s to provisionDockerMachine
	I0317 11:03:36.147309  214170 client.go:171] duration metric: took 7.94469677s to LocalClient.Create
	I0317 11:03:36.147321  214170 start.go:167] duration metric: took 7.944742563s to libmachine.API.Create "scheduled-stop-375543"
	I0317 11:03:36.147328  214170 start.go:293] postStartSetup for "scheduled-stop-375543" (driver="docker")
	I0317 11:03:36.147337  214170 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]
	I0317 11:03:36.147394  214170 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
	I0317 11:03:36.147430  214170 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" scheduled-stop-375543
	I0317 11:03:36.165097  214170 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32970 SSHKeyPath:/home/jenkins/minikube-integration/20535-2275/.minikube/machines/scheduled-stop-375543/id_rsa Username:docker}
	I0317 11:03:36.256050  214170 ssh_runner.go:195] Run: cat /etc/os-release
	I0317 11:03:36.259418  214170 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0317 11:03:36.259440  214170 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0317 11:03:36.259449  214170 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0317 11:03:36.259455  214170 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0317 11:03:36.259464  214170 filesync.go:126] Scanning /home/jenkins/minikube-integration/20535-2275/.minikube/addons for local assets ...
	I0317 11:03:36.259517  214170 filesync.go:126] Scanning /home/jenkins/minikube-integration/20535-2275/.minikube/files for local assets ...
	I0317 11:03:36.259598  214170 filesync.go:149] local asset: /home/jenkins/minikube-integration/20535-2275/.minikube/files/etc/ssl/certs/75852.pem -> 75852.pem in /etc/ssl/certs
	I0317 11:03:36.259696  214170 ssh_runner.go:195] Run: sudo mkdir -p /etc/ssl/certs
	I0317 11:03:36.268379  214170 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20535-2275/.minikube/files/etc/ssl/certs/75852.pem --> /etc/ssl/certs/75852.pem (1708 bytes)
	I0317 11:03:36.293322  214170 start.go:296] duration metric: took 145.981168ms for postStartSetup
	I0317 11:03:36.293689  214170 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" scheduled-stop-375543
	I0317 11:03:36.311308  214170 profile.go:143] Saving config to /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/config.json ...
	I0317 11:03:36.311594  214170 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0317 11:03:36.311631  214170 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" scheduled-stop-375543
	I0317 11:03:36.328238  214170 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32970 SSHKeyPath:/home/jenkins/minikube-integration/20535-2275/.minikube/machines/scheduled-stop-375543/id_rsa Username:docker}
	I0317 11:03:36.415755  214170 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0317 11:03:36.420192  214170 start.go:128] duration metric: took 8.221182442s to createHost
	I0317 11:03:36.420206  214170 start.go:83] releasing machines lock for "scheduled-stop-375543", held for 8.221306544s
	I0317 11:03:36.420283  214170 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" scheduled-stop-375543
	I0317 11:03:36.437169  214170 ssh_runner.go:195] Run: cat /version.json
	I0317 11:03:36.437227  214170 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0317 11:03:36.437269  214170 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" scheduled-stop-375543
	I0317 11:03:36.437290  214170 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" scheduled-stop-375543
	I0317 11:03:36.462237  214170 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32970 SSHKeyPath:/home/jenkins/minikube-integration/20535-2275/.minikube/machines/scheduled-stop-375543/id_rsa Username:docker}
	I0317 11:03:36.472541  214170 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32970 SSHKeyPath:/home/jenkins/minikube-integration/20535-2275/.minikube/machines/scheduled-stop-375543/id_rsa Username:docker}
	I0317 11:03:36.554510  214170 ssh_runner.go:195] Run: systemctl --version
	I0317 11:03:36.686549  214170 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0317 11:03:36.690934  214170 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' {}" ;
	I0317 11:03:36.716605  214170 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
	I0317 11:03:36.716679  214170 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" ;
	I0317 11:03:36.748966  214170 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0317 11:03:36.748998  214170 start.go:495] detecting cgroup driver to use...
	I0317 11:03:36.749031  214170 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0317 11:03:36.749184  214170 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"
	I0317 11:03:36.767247  214170 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"
	I0317 11:03:36.779407  214170 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"
	I0317 11:03:36.789668  214170 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
	I0317 11:03:36.789726  214170 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
	I0317 11:03:36.800226  214170 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"
	I0317 11:03:36.810455  214170 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
	I0317 11:03:36.820805  214170 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0317 11:03:36.830772  214170 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0317 11:03:36.840544  214170 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"
	I0317 11:03:36.850912  214170 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
	I0317 11:03:36.860528  214170 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"
	I0317 11:03:36.871112  214170 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0317 11:03:36.880149  214170 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0317 11:03:36.888926  214170 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0317 11:03:36.987504  214170 ssh_runner.go:195] Run: sudo systemctl restart containerd
	I0317 11:03:37.108540  214170 start.go:495] detecting cgroup driver to use...
	I0317 11:03:37.108579  214170 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0317 11:03:37.108629  214170 ssh_runner.go:195] Run: sudo systemctl cat docker.service
	I0317 11:03:37.124946  214170 cruntime.go:279] skipping containerd shutdown because we are bound to it
	I0317 11:03:37.125010  214170 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
	I0317 11:03:37.146015  214170 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"
	I0317 11:03:37.163040  214170 ssh_runner.go:195] Run: which cri-dockerd
	I0317 11:03:37.166646  214170 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/cri-docker.service.d
	I0317 11:03:37.178173  214170 ssh_runner.go:362] scp memory --> /etc/systemd/system/cri-docker.service.d/10-cni.conf (190 bytes)
	I0317 11:03:37.197536  214170 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
	I0317 11:03:37.305506  214170 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
	I0317 11:03:37.407002  214170 docker.go:574] configuring docker to use "cgroupfs" as cgroup driver...
	I0317 11:03:37.407088  214170 ssh_runner.go:362] scp memory --> /etc/docker/daemon.json (130 bytes)
	I0317 11:03:37.428306  214170 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0317 11:03:37.535249  214170 ssh_runner.go:195] Run: sudo systemctl restart docker
	I0317 11:03:37.848231  214170 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.socket
	I0317 11:03:37.860509  214170 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
	I0317 11:03:37.872646  214170 ssh_runner.go:195] Run: sudo systemctl unmask cri-docker.socket
	I0317 11:03:37.967829  214170 ssh_runner.go:195] Run: sudo systemctl enable cri-docker.socket
	I0317 11:03:38.066768  214170 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0317 11:03:38.162106  214170 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.socket
	I0317 11:03:38.176050  214170 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
	I0317 11:03:38.187450  214170 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0317 11:03:38.277603  214170 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.service
	I0317 11:03:38.351137  214170 start.go:542] Will wait 60s for socket path /var/run/cri-dockerd.sock
	I0317 11:03:38.351213  214170 ssh_runner.go:195] Run: stat /var/run/cri-dockerd.sock
	I0317 11:03:38.356130  214170 start.go:563] Will wait 60s for crictl version
	I0317 11:03:38.356194  214170 ssh_runner.go:195] Run: which crictl
	I0317 11:03:38.359767  214170 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0317 11:03:38.399335  214170 start.go:579] Version:  0.1.0
	RuntimeName:  docker
	RuntimeVersion:  28.0.1
	RuntimeApiVersion:  v1
	I0317 11:03:38.399398  214170 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
	I0317 11:03:38.422312  214170 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
	I0317 11:03:38.453099  214170 out.go:235] * Preparing Kubernetes v1.32.2 on Docker 28.0.1 ...
	I0317 11:03:38.453257  214170 cli_runner.go:164] Run: docker network inspect scheduled-stop-375543 --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}}]}"
	I0317 11:03:38.469980  214170 ssh_runner.go:195] Run: grep 192.168.76.1	host.minikube.internal$ /etc/hosts
	I0317 11:03:38.473880  214170 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.76.1	host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0317 11:03:38.485086  214170 kubeadm.go:883] updating cluster {Name:scheduled-stop-375543 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 Memory:2048 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:scheduled-stop-375543 Namespace:default APIServerHAVIP: APIServerName:miniku
beCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.76.2 Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: Stati
cIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0317 11:03:38.485188  214170 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime docker
	I0317 11:03:38.485240  214170 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
	I0317 11:03:38.505209  214170 docker.go:689] Got preloaded images: -- stdout --
	registry.k8s.io/kube-apiserver:v1.32.2
	registry.k8s.io/kube-controller-manager:v1.32.2
	registry.k8s.io/kube-scheduler:v1.32.2
	registry.k8s.io/kube-proxy:v1.32.2
	registry.k8s.io/etcd:3.5.16-0
	registry.k8s.io/coredns/coredns:v1.11.3
	registry.k8s.io/pause:3.10
	gcr.io/k8s-minikube/storage-provisioner:v5
	
	-- /stdout --
	I0317 11:03:38.505222  214170 docker.go:619] Images already preloaded, skipping extraction
	I0317 11:03:38.505284  214170 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
	I0317 11:03:38.524612  214170 docker.go:689] Got preloaded images: -- stdout --
	registry.k8s.io/kube-apiserver:v1.32.2
	registry.k8s.io/kube-scheduler:v1.32.2
	registry.k8s.io/kube-controller-manager:v1.32.2
	registry.k8s.io/kube-proxy:v1.32.2
	registry.k8s.io/etcd:3.5.16-0
	registry.k8s.io/coredns/coredns:v1.11.3
	registry.k8s.io/pause:3.10
	gcr.io/k8s-minikube/storage-provisioner:v5
	
	-- /stdout --
	I0317 11:03:38.524625  214170 cache_images.go:84] Images are preloaded, skipping loading
	I0317 11:03:38.524636  214170 kubeadm.go:934] updating node { 192.168.76.2 8443 v1.32.2 docker true true} ...
	I0317 11:03:38.524723  214170 kubeadm.go:946] kubelet [Unit]
	Wants=docker.socket
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.32.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=scheduled-stop-375543 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.76.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.32.2 ClusterName:scheduled-stop-375543 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
	I0317 11:03:38.524792  214170 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
	I0317 11:03:38.571745  214170 cni.go:84] Creating CNI manager for ""
	I0317 11:03:38.571760  214170 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
	I0317 11:03:38.571769  214170 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0317 11:03:38.571790  214170 kubeadm.go:189] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.76.2 APIServerPort:8443 KubernetesVersion:v1.32.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:scheduled-stop-375543 NodeName:scheduled-stop-375543 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.76.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.76.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPo
dPath:/etc/kubernetes/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}
	I0317 11:03:38.571912  214170 kubeadm.go:195] kubeadm config:
	apiVersion: kubeadm.k8s.io/v1beta4
	kind: InitConfiguration
	localAPIEndpoint:
	  advertiseAddress: 192.168.76.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: "scheduled-stop-375543"
	  kubeletExtraArgs:
	    - name: "node-ip"
	      value: "192.168.76.2"
	  taints: []
	---
	apiVersion: kubeadm.k8s.io/v1beta4
	kind: ClusterConfiguration
	apiServer:
	  certSANs: ["127.0.0.1", "localhost", "192.168.76.2"]
	  extraArgs:
	    - name: "enable-admission-plugins"
	      value: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
	controllerManager:
	  extraArgs:
	    - name: "allocate-node-cidrs"
	      value: "true"
	    - name: "leader-elect"
	      value: "false"
	scheduler:
	  extraArgs:
	    - name: "leader-elect"
	      value: "false"
	certificatesDir: /var/lib/minikube/certs
	clusterName: mk
	controlPlaneEndpoint: control-plane.minikube.internal:8443
	etcd:
	  local:
	    dataDir: /var/lib/minikube/etcd
	    extraArgs:
	      - name: "proxy-refresh-interval"
	        value: "70000"
	kubernetesVersion: v1.32.2
	networking:
	  dnsDomain: cluster.local
	  podSubnet: "10.244.0.0/16"
	  serviceSubnet: 10.96.0.0/12
	---
	apiVersion: kubelet.config.k8s.io/v1beta1
	kind: KubeletConfiguration
	authentication:
	  x509:
	    clientCAFile: /var/lib/minikube/certs/ca.crt
	cgroupDriver: cgroupfs
	containerRuntimeEndpoint: unix:///var/run/cri-dockerd.sock
	hairpinMode: hairpin-veth
	runtimeRequestTimeout: 15m
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%"
	  nodefs.inodesFree: "0%"
	  imagefs.available: "0%"
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "10.244.0.0/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I0317 11:03:38.572016  214170 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.32.2
	I0317 11:03:38.581213  214170 binaries.go:44] Found k8s binaries, skipping transfer
	I0317 11:03:38.581280  214170 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0317 11:03:38.590233  214170 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (320 bytes)
	I0317 11:03:38.609154  214170 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0317 11:03:38.627234  214170 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2299 bytes)
	I0317 11:03:38.645650  214170 ssh_runner.go:195] Run: grep 192.168.76.2	control-plane.minikube.internal$ /etc/hosts
	I0317 11:03:38.649214  214170 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.76.2	control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0317 11:03:38.659980  214170 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0317 11:03:38.749590  214170 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0317 11:03:38.765474  214170 certs.go:68] Setting up /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543 for IP: 192.168.76.2
	I0317 11:03:38.765485  214170 certs.go:194] generating shared ca certs ...
	I0317 11:03:38.765499  214170 certs.go:226] acquiring lock for ca certs: {Name:mk3596b40ac59f57e92ee44d1d2c92250574921d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0317 11:03:38.765633  214170 certs.go:235] skipping valid "minikubeCA" ca cert: /home/jenkins/minikube-integration/20535-2275/.minikube/ca.key
	I0317 11:03:38.765672  214170 certs.go:235] skipping valid "proxyClientCA" ca cert: /home/jenkins/minikube-integration/20535-2275/.minikube/proxy-client-ca.key
	I0317 11:03:38.765678  214170 certs.go:256] generating profile certs ...
	I0317 11:03:38.765737  214170 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/client.key
	I0317 11:03:38.765749  214170 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/client.crt with IP's: []
	I0317 11:03:38.937132  214170 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/client.crt ...
	I0317 11:03:38.937148  214170 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/client.crt: {Name:mk69b77bd51ea4c9754f91558d862a6b7ac1e1f8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0317 11:03:38.937361  214170 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/client.key ...
	I0317 11:03:38.937369  214170 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/client.key: {Name:mked8ca864b9af6b31447e582047334262956216 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0317 11:03:38.937474  214170 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/apiserver.key.5eb4fc4e
	I0317 11:03:38.937487  214170 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/apiserver.crt.5eb4fc4e with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.76.2]
	I0317 11:03:39.185533  214170 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/apiserver.crt.5eb4fc4e ...
	I0317 11:03:39.185548  214170 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/apiserver.crt.5eb4fc4e: {Name:mk7769d29d7859ae09ceddeec66b9de857ea26f9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0317 11:03:39.185739  214170 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/apiserver.key.5eb4fc4e ...
	I0317 11:03:39.185747  214170 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/apiserver.key.5eb4fc4e: {Name:mk51057cbcf4987baa42b66ddeb623c3c47498cd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0317 11:03:39.185870  214170 certs.go:381] copying /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/apiserver.crt.5eb4fc4e -> /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/apiserver.crt
	I0317 11:03:39.185942  214170 certs.go:385] copying /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/apiserver.key.5eb4fc4e -> /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/apiserver.key
	I0317 11:03:39.185993  214170 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/proxy-client.key
	I0317 11:03:39.186007  214170 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/proxy-client.crt with IP's: []
	I0317 11:03:39.506630  214170 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/proxy-client.crt ...
	I0317 11:03:39.506645  214170 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/proxy-client.crt: {Name:mk22ab4ac6da465d4767c0853bef0fc718dad648 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0317 11:03:39.506847  214170 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/proxy-client.key ...
	I0317 11:03:39.506858  214170 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/proxy-client.key: {Name:mkab9c73fb0996f297c8d00fd9a321c779c566ed Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0317 11:03:39.507072  214170 certs.go:484] found cert: /home/jenkins/minikube-integration/20535-2275/.minikube/certs/7585.pem (1338 bytes)
	W0317 11:03:39.507106  214170 certs.go:480] ignoring /home/jenkins/minikube-integration/20535-2275/.minikube/certs/7585_empty.pem, impossibly tiny 0 bytes
	I0317 11:03:39.507113  214170 certs.go:484] found cert: /home/jenkins/minikube-integration/20535-2275/.minikube/certs/ca-key.pem (1679 bytes)
	I0317 11:03:39.507135  214170 certs.go:484] found cert: /home/jenkins/minikube-integration/20535-2275/.minikube/certs/ca.pem (1078 bytes)
	I0317 11:03:39.507154  214170 certs.go:484] found cert: /home/jenkins/minikube-integration/20535-2275/.minikube/certs/cert.pem (1123 bytes)
	I0317 11:03:39.507177  214170 certs.go:484] found cert: /home/jenkins/minikube-integration/20535-2275/.minikube/certs/key.pem (1679 bytes)
	I0317 11:03:39.507218  214170 certs.go:484] found cert: /home/jenkins/minikube-integration/20535-2275/.minikube/files/etc/ssl/certs/75852.pem (1708 bytes)
	I0317 11:03:39.507779  214170 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20535-2275/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0317 11:03:39.533866  214170 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20535-2275/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0317 11:03:39.558866  214170 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20535-2275/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0317 11:03:39.584359  214170 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20535-2275/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0317 11:03:39.609751  214170 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1432 bytes)
	I0317 11:03:39.633966  214170 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
	I0317 11:03:39.660197  214170 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0317 11:03:39.686029  214170 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/scheduled-stop-375543/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0317 11:03:39.713703  214170 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20535-2275/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0317 11:03:39.740475  214170 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20535-2275/.minikube/certs/7585.pem --> /usr/share/ca-certificates/7585.pem (1338 bytes)
	I0317 11:03:39.765953  214170 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20535-2275/.minikube/files/etc/ssl/certs/75852.pem --> /usr/share/ca-certificates/75852.pem (1708 bytes)
	I0317 11:03:39.791844  214170 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0317 11:03:39.811097  214170 ssh_runner.go:195] Run: openssl version
	I0317 11:03:39.817049  214170 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/7585.pem && ln -fs /usr/share/ca-certificates/7585.pem /etc/ssl/certs/7585.pem"
	I0317 11:03:39.827818  214170 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/7585.pem
	I0317 11:03:39.831840  214170 certs.go:528] hashing: -rw-r--r-- 1 root root 1338 Mar 17 10:33 /usr/share/ca-certificates/7585.pem
	I0317 11:03:39.831895  214170 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/7585.pem
	I0317 11:03:39.839134  214170 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/51391683.0 || ln -fs /etc/ssl/certs/7585.pem /etc/ssl/certs/51391683.0"
	I0317 11:03:39.849233  214170 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/75852.pem && ln -fs /usr/share/ca-certificates/75852.pem /etc/ssl/certs/75852.pem"
	I0317 11:03:39.859054  214170 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/75852.pem
	I0317 11:03:39.862844  214170 certs.go:528] hashing: -rw-r--r-- 1 root root 1708 Mar 17 10:33 /usr/share/ca-certificates/75852.pem
	I0317 11:03:39.862900  214170 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/75852.pem
	I0317 11:03:39.870040  214170 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/3ec20f2e.0 || ln -fs /etc/ssl/certs/75852.pem /etc/ssl/certs/3ec20f2e.0"
	I0317 11:03:39.880263  214170 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"
	I0317 11:03:39.890261  214170 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0317 11:03:39.893942  214170 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Mar 17 10:26 /usr/share/ca-certificates/minikubeCA.pem
	I0317 11:03:39.893999  214170 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0317 11:03:39.901619  214170 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"
	I0317 11:03:39.911728  214170 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0317 11:03:39.915102  214170 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
	I0317 11:03:39.915154  214170 kubeadm.go:392] StartCluster: {Name:scheduled-stop-375543 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 Memory:2048 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:scheduled-stop-375543 Namespace:default APIServerHAVIP: APIServerName:minikubeC
A APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.76.2 Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP
: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0317 11:03:39.915264  214170 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
	I0317 11:03:39.933125  214170 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0317 11:03:39.942785  214170 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0317 11:03:39.952563  214170 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0317 11:03:39.952623  214170 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
	I0317 11:03:39.961864  214170 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
	I0317 11:03:39.961872  214170 kubeadm.go:157] found existing configuration files:
	
	I0317 11:03:39.961922  214170 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0317 11:03:39.970938  214170 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
	I0317 11:03:39.971021  214170 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0317 11:03:39.980019  214170 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0317 11:03:39.989386  214170 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
	I0317 11:03:39.989439  214170 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0317 11:03:39.998881  214170 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0317 11:03:40.020074  214170 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
	I0317 11:03:40.020148  214170 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0317 11:03:40.032669  214170 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0317 11:03:40.044077  214170 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
	I0317 11:03:40.044144  214170 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0317 11:03:40.054963  214170 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.32.2:$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"
	I0317 11:03:40.128347  214170 kubeadm.go:310] 	[WARNING SystemVerification]: cgroups v1 support is in maintenance mode, please migrate to cgroups v2
	I0317 11:03:40.128596  214170 kubeadm.go:310] 	[WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1077-aws\n", err: exit status 1
	I0317 11:03:40.194841  214170 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0317 11:03:57.821336  214170 kubeadm.go:310] [init] Using Kubernetes version: v1.32.2
	I0317 11:03:57.821383  214170 kubeadm.go:310] [preflight] Running pre-flight checks
	I0317 11:03:57.821478  214170 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0317 11:03:57.821532  214170 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1077-aws
	I0317 11:03:57.821583  214170 kubeadm.go:310] OS: Linux
	I0317 11:03:57.821627  214170 kubeadm.go:310] CGROUPS_CPU: enabled
	I0317 11:03:57.821674  214170 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0317 11:03:57.821720  214170 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0317 11:03:57.821767  214170 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0317 11:03:57.821814  214170 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0317 11:03:57.821861  214170 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0317 11:03:57.821905  214170 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0317 11:03:57.821952  214170 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0317 11:03:57.821997  214170 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0317 11:03:57.822067  214170 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0317 11:03:57.822159  214170 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0317 11:03:57.822252  214170 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0317 11:03:57.822313  214170 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0317 11:03:57.825444  214170 out.go:235]   - Generating certificates and keys ...
	I0317 11:03:57.825544  214170 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0317 11:03:57.825607  214170 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0317 11:03:57.825678  214170 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0317 11:03:57.825734  214170 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0317 11:03:57.825794  214170 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0317 11:03:57.825843  214170 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0317 11:03:57.825895  214170 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0317 11:03:57.826017  214170 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [localhost scheduled-stop-375543] and IPs [192.168.76.2 127.0.0.1 ::1]
	I0317 11:03:57.826069  214170 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0317 11:03:57.826188  214170 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [localhost scheduled-stop-375543] and IPs [192.168.76.2 127.0.0.1 ::1]
	I0317 11:03:57.826264  214170 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0317 11:03:57.826326  214170 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0317 11:03:57.826369  214170 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0317 11:03:57.826423  214170 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0317 11:03:57.826472  214170 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0317 11:03:57.826526  214170 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0317 11:03:57.826599  214170 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0317 11:03:57.826660  214170 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0317 11:03:57.826719  214170 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0317 11:03:57.826799  214170 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0317 11:03:57.826863  214170 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0317 11:03:57.829933  214170 out.go:235]   - Booting up control plane ...
	I0317 11:03:57.830096  214170 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0317 11:03:57.830208  214170 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0317 11:03:57.830311  214170 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0317 11:03:57.830453  214170 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0317 11:03:57.830576  214170 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0317 11:03:57.830633  214170 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0317 11:03:57.830794  214170 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0317 11:03:57.831121  214170 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0317 11:03:57.831197  214170 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.000910324s
	I0317 11:03:57.831272  214170 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0317 11:03:57.831339  214170 kubeadm.go:310] [api-check] The API server is healthy after 6.501707079s
	I0317 11:03:57.831452  214170 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0317 11:03:57.831585  214170 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0317 11:03:57.831647  214170 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0317 11:03:57.831849  214170 kubeadm.go:310] [mark-control-plane] Marking the node scheduled-stop-375543 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0317 11:03:57.831924  214170 kubeadm.go:310] [bootstrap-token] Using token: wdhg74.494qbhl39gzlb040
	I0317 11:03:57.834867  214170 out.go:235]   - Configuring RBAC rules ...
	I0317 11:03:57.835027  214170 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0317 11:03:57.835110  214170 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0317 11:03:57.835298  214170 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
	I0317 11:03:57.835454  214170 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0317 11:03:57.835578  214170 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0317 11:03:57.835664  214170 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0317 11:03:57.835777  214170 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0317 11:03:57.835819  214170 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0317 11:03:57.835863  214170 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0317 11:03:57.835866  214170 kubeadm.go:310] 
	I0317 11:03:57.835925  214170 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0317 11:03:57.835928  214170 kubeadm.go:310] 
	I0317 11:03:57.836004  214170 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0317 11:03:57.836007  214170 kubeadm.go:310] 
	I0317 11:03:57.836034  214170 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0317 11:03:57.836091  214170 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0317 11:03:57.836140  214170 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0317 11:03:57.836143  214170 kubeadm.go:310] 
	I0317 11:03:57.836216  214170 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0317 11:03:57.836221  214170 kubeadm.go:310] 
	I0317 11:03:57.836273  214170 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0317 11:03:57.836276  214170 kubeadm.go:310] 
	I0317 11:03:57.836331  214170 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0317 11:03:57.836412  214170 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0317 11:03:57.836483  214170 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0317 11:03:57.836486  214170 kubeadm.go:310] 
	I0317 11:03:57.836584  214170 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0317 11:03:57.836661  214170 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0317 11:03:57.836664  214170 kubeadm.go:310] 
	I0317 11:03:57.836750  214170 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token wdhg74.494qbhl39gzlb040 \
	I0317 11:03:57.836858  214170 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:3cf1b898defecfe95004a6aeb68435866ffe3e9555f25601e9f36ac23e531178 \
	I0317 11:03:57.836878  214170 kubeadm.go:310] 	--control-plane 
	I0317 11:03:57.836881  214170 kubeadm.go:310] 
	I0317 11:03:57.836974  214170 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0317 11:03:57.836978  214170 kubeadm.go:310] 
	I0317 11:03:57.837058  214170 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token wdhg74.494qbhl39gzlb040 \
	I0317 11:03:57.837179  214170 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:3cf1b898defecfe95004a6aeb68435866ffe3e9555f25601e9f36ac23e531178 
	I0317 11:03:57.837186  214170 cni.go:84] Creating CNI manager for ""
	I0317 11:03:57.837198  214170 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
	I0317 11:03:57.842263  214170 out.go:177] * Configuring bridge CNI (Container Networking Interface) ...
	I0317 11:03:57.845090  214170 ssh_runner.go:195] Run: sudo mkdir -p /etc/cni/net.d
	I0317 11:03:57.854357  214170 ssh_runner.go:362] scp memory --> /etc/cni/net.d/1-k8s.conflist (496 bytes)
	I0317 11:03:57.875947  214170 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0317 11:03:57.876001  214170 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0317 11:03:57.876082  214170 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes scheduled-stop-375543 minikube.k8s.io/updated_at=2025_03_17T11_03_57_0700 minikube.k8s.io/version=v1.35.0 minikube.k8s.io/commit=28b3ce799b018a38b7c40f89b465976263272e76 minikube.k8s.io/name=scheduled-stop-375543 minikube.k8s.io/primary=true
	I0317 11:03:58.048040  214170 ops.go:34] apiserver oom_adj: -16
	I0317 11:03:58.048049  214170 kubeadm.go:1113] duration metric: took 172.100151ms to wait for elevateKubeSystemPrivileges
	I0317 11:03:58.048071  214170 kubeadm.go:394] duration metric: took 18.13292051s to StartCluster
	I0317 11:03:58.048087  214170 settings.go:142] acquiring lock: {Name:mkf9a97e0ede49aff4670aa5bdac2bb5aae4b749 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0317 11:03:58.048168  214170 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/20535-2275/kubeconfig
	I0317 11:03:58.048866  214170 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20535-2275/kubeconfig: {Name:mk24b6be897a3c260c2cdc2291f04289b584d621 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0317 11:03:58.049098  214170 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0317 11:03:58.049106  214170 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.76.2 Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:docker ControlPlane:true Worker:true}
	I0317 11:03:58.049368  214170 config.go:182] Loaded profile config "scheduled-stop-375543": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
	I0317 11:03:58.049412  214170 addons.go:511] enable addons start: toEnable=map[ambassador:false amd-gpu-device-plugin:false auto-pause:false cloud-spanner:false csi-hostpath-driver:false dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:false gvisor:false headlamp:false inaccel:false ingress:false ingress-dns:false inspektor-gadget:false istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:false nvidia-device-plugin:false nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:false registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:false volcano:false volumesnapshots:false yakd:false]
	I0317 11:03:58.049473  214170 addons.go:69] Setting storage-provisioner=true in profile "scheduled-stop-375543"
	I0317 11:03:58.049486  214170 addons.go:238] Setting addon storage-provisioner=true in "scheduled-stop-375543"
	I0317 11:03:58.049509  214170 host.go:66] Checking if "scheduled-stop-375543" exists ...
	I0317 11:03:58.049875  214170 addons.go:69] Setting default-storageclass=true in profile "scheduled-stop-375543"
	I0317 11:03:58.049891  214170 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "scheduled-stop-375543"
	I0317 11:03:58.050017  214170 cli_runner.go:164] Run: docker container inspect scheduled-stop-375543 --format={{.State.Status}}
	I0317 11:03:58.050249  214170 cli_runner.go:164] Run: docker container inspect scheduled-stop-375543 --format={{.State.Status}}
	I0317 11:03:58.054933  214170 out.go:177] * Verifying Kubernetes components...
	I0317 11:03:58.057808  214170 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0317 11:03:58.086920  214170 addons.go:238] Setting addon default-storageclass=true in "scheduled-stop-375543"
	I0317 11:03:58.086950  214170 host.go:66] Checking if "scheduled-stop-375543" exists ...
	I0317 11:03:58.087391  214170 cli_runner.go:164] Run: docker container inspect scheduled-stop-375543 --format={{.State.Status}}
	I0317 11:03:58.097874  214170 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0317 11:03:58.102111  214170 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0317 11:03:58.102123  214170 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0317 11:03:58.102192  214170 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" scheduled-stop-375543
	I0317 11:03:58.125537  214170 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
	I0317 11:03:58.125550  214170 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0317 11:03:58.125612  214170 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" scheduled-stop-375543
	I0317 11:03:58.175976  214170 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32970 SSHKeyPath:/home/jenkins/minikube-integration/20535-2275/.minikube/machines/scheduled-stop-375543/id_rsa Username:docker}
	I0317 11:03:58.201494  214170 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32970 SSHKeyPath:/home/jenkins/minikube-integration/20535-2275/.minikube/machines/scheduled-stop-375543/id_rsa Username:docker}
	I0317 11:03:58.408147  214170 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0317 11:03:58.439297  214170 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/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.76.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0317 11:03:58.439427  214170 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0317 11:03:58.465656  214170 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0317 11:03:58.846074  214170 start.go:971] {"host.minikube.internal": 192.168.76.1} host record injected into CoreDNS's ConfigMap
	I0317 11:03:58.847873  214170 api_server.go:52] waiting for apiserver process to appear ...
	I0317 11:03:58.848034  214170 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0317 11:03:59.042735  214170 api_server.go:72] duration metric: took 993.603257ms to wait for apiserver process to appear ...
	I0317 11:03:59.042759  214170 api_server.go:88] waiting for apiserver healthz status ...
	I0317 11:03:59.042785  214170 api_server.go:253] Checking apiserver healthz at https://192.168.76.2:8443/healthz ...
	I0317 11:03:59.046596  214170 out.go:177] * Enabled addons: default-storageclass, storage-provisioner
	I0317 11:03:59.048859  214170 addons.go:514] duration metric: took 999.445789ms for enable addons: enabled=[default-storageclass storage-provisioner]
	I0317 11:03:59.055575  214170 api_server.go:279] https://192.168.76.2:8443/healthz returned 200:
	ok
	I0317 11:03:59.057098  214170 api_server.go:141] control plane version: v1.32.2
	I0317 11:03:59.057115  214170 api_server.go:131] duration metric: took 14.350383ms to wait for apiserver health ...
	I0317 11:03:59.057122  214170 system_pods.go:43] waiting for kube-system pods to appear ...
	I0317 11:03:59.061232  214170 system_pods.go:59] 5 kube-system pods found
	I0317 11:03:59.061254  214170 system_pods.go:61] "etcd-scheduled-stop-375543" [6d61f537-b807-45d5-9a76-27b056a9c956] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0317 11:03:59.061261  214170 system_pods.go:61] "kube-apiserver-scheduled-stop-375543" [232330a4-3f1e-4523-a812-cf6503ccc27e] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0317 11:03:59.061268  214170 system_pods.go:61] "kube-controller-manager-scheduled-stop-375543" [7da44fae-f083-4cb7-8129-e22aba9b063b] Running / Ready:ContainersNotReady (containers with unready status: [kube-controller-manager]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-controller-manager])
	I0317 11:03:59.061273  214170 system_pods.go:61] "kube-scheduler-scheduled-stop-375543" [690ac331-9b13-4fe6-a2ea-98629bdd5374] Running / Ready:ContainersNotReady (containers with unready status: [kube-scheduler]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-scheduler])
	I0317 11:03:59.061279  214170 system_pods.go:61] "storage-provisioner" [b0b03cba-7aea-4a43-9ef1-5658eedc8516] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling.)
	I0317 11:03:59.061284  214170 system_pods.go:74] duration metric: took 4.157503ms to wait for pod list to return data ...
	I0317 11:03:59.061295  214170 kubeadm.go:582] duration metric: took 1.012167225s to wait for: map[apiserver:true system_pods:true]
	I0317 11:03:59.061306  214170 node_conditions.go:102] verifying NodePressure condition ...
	I0317 11:03:59.068862  214170 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
	I0317 11:03:59.068881  214170 node_conditions.go:123] node cpu capacity is 2
	I0317 11:03:59.068892  214170 node_conditions.go:105] duration metric: took 7.58202ms to run NodePressure ...
	I0317 11:03:59.068903  214170 start.go:241] waiting for startup goroutines ...
	I0317 11:03:59.349716  214170 kapi.go:214] "coredns" deployment in "kube-system" namespace and "scheduled-stop-375543" context rescaled to 1 replicas
	I0317 11:03:59.349751  214170 start.go:246] waiting for cluster config update ...
	I0317 11:03:59.349763  214170 start.go:255] writing updated cluster config ...
	I0317 11:03:59.350067  214170 ssh_runner.go:195] Run: rm -f paused
	I0317 11:03:59.416576  214170 start.go:600] kubectl: 1.32.3, cluster: 1.32.2 (minor skew: 0)
	I0317 11:03:59.419760  214170 out.go:177] * Done! kubectl is now configured to use "scheduled-stop-375543" cluster and "default" namespace by default
	
	
	==> Docker <==
	Mar 17 11:03:37 scheduled-stop-375543 dockerd[1354]: time="2025-03-17T11:03:37.635177720Z" level=info msg="Loading containers: start."
	Mar 17 11:03:37 scheduled-stop-375543 dockerd[1354]: time="2025-03-17T11:03:37.810642346Z" level=info msg="Loading containers: done."
	Mar 17 11:03:37 scheduled-stop-375543 dockerd[1354]: time="2025-03-17T11:03:37.820804015Z" level=info msg="Docker daemon" commit=bbd0a17 containerd-snapshotter=false storage-driver=overlay2 version=28.0.1
	Mar 17 11:03:37 scheduled-stop-375543 dockerd[1354]: time="2025-03-17T11:03:37.820892983Z" level=info msg="Initializing buildkit"
	Mar 17 11:03:37 scheduled-stop-375543 dockerd[1354]: time="2025-03-17T11:03:37.839310620Z" level=info msg="Completed buildkit initialization"
	Mar 17 11:03:37 scheduled-stop-375543 dockerd[1354]: time="2025-03-17T11:03:37.845139302Z" level=info msg="Daemon has completed initialization"
	Mar 17 11:03:37 scheduled-stop-375543 dockerd[1354]: time="2025-03-17T11:03:37.845342314Z" level=info msg="API listen on /var/run/docker.sock"
	Mar 17 11:03:37 scheduled-stop-375543 systemd[1]: Started Docker Application Container Engine.
	Mar 17 11:03:37 scheduled-stop-375543 dockerd[1354]: time="2025-03-17T11:03:37.845477060Z" level=info msg="API listen on [::]:2376"
	Mar 17 11:03:38 scheduled-stop-375543 systemd[1]: Starting CRI Interface for Docker Application Container Engine...
	Mar 17 11:03:38 scheduled-stop-375543 cri-dockerd[1635]: time="2025-03-17T11:03:38Z" level=info msg="Starting cri-dockerd dev (HEAD)"
	Mar 17 11:03:38 scheduled-stop-375543 cri-dockerd[1635]: time="2025-03-17T11:03:38Z" level=info msg="Connecting to docker on the Endpoint unix:///var/run/docker.sock"
	Mar 17 11:03:38 scheduled-stop-375543 cri-dockerd[1635]: time="2025-03-17T11:03:38Z" level=info msg="Start docker client with request timeout 0s"
	Mar 17 11:03:38 scheduled-stop-375543 cri-dockerd[1635]: time="2025-03-17T11:03:38Z" level=info msg="Hairpin mode is set to hairpin-veth"
	Mar 17 11:03:38 scheduled-stop-375543 cri-dockerd[1635]: time="2025-03-17T11:03:38Z" level=info msg="Loaded network plugin cni"
	Mar 17 11:03:38 scheduled-stop-375543 cri-dockerd[1635]: time="2025-03-17T11:03:38Z" level=info msg="Docker cri networking managed by network plugin cni"
	Mar 17 11:03:38 scheduled-stop-375543 cri-dockerd[1635]: time="2025-03-17T11:03:38Z" level=info msg="Setting cgroupDriver cgroupfs"
	Mar 17 11:03:38 scheduled-stop-375543 cri-dockerd[1635]: time="2025-03-17T11:03:38Z" level=info msg="Docker cri received runtime config &RuntimeConfig{NetworkConfig:&NetworkConfig{PodCidr:,},}"
	Mar 17 11:03:38 scheduled-stop-375543 cri-dockerd[1635]: time="2025-03-17T11:03:38Z" level=info msg="Starting the GRPC backend for the Docker CRI interface."
	Mar 17 11:03:38 scheduled-stop-375543 cri-dockerd[1635]: time="2025-03-17T11:03:38Z" level=info msg="Start cri-dockerd grpc backend"
	Mar 17 11:03:38 scheduled-stop-375543 systemd[1]: Started CRI Interface for Docker Application Container Engine.
	Mar 17 11:03:50 scheduled-stop-375543 cri-dockerd[1635]: time="2025-03-17T11:03:50Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/8524bf97d308ea4af876a27047b4649b28f1333deed7b45dcd8e40a90def1c34/resolv.conf as [nameserver 192.168.76.1 search us-east-2.compute.internal options ndots:0 edns0 trust-ad]"
	Mar 17 11:03:50 scheduled-stop-375543 cri-dockerd[1635]: time="2025-03-17T11:03:50Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/1d08b05eb98ad868e81df2493a3a764f4113b240f67820142c230c343bb8cc00/resolv.conf as [nameserver 192.168.76.1 search us-east-2.compute.internal options edns0 trust-ad ndots:0]"
	Mar 17 11:03:50 scheduled-stop-375543 cri-dockerd[1635]: time="2025-03-17T11:03:50Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/8663ce8457bfbda81917c16bfd009fdd723509cb3dbe5c3ea19b10b19e0abbfd/resolv.conf as [nameserver 192.168.76.1 search us-east-2.compute.internal options edns0 trust-ad ndots:0]"
	Mar 17 11:03:50 scheduled-stop-375543 cri-dockerd[1635]: time="2025-03-17T11:03:50Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/0ef6340d93ad9987020519d4f2c7cdf501cc0169a7cb5503090049b4ade93a8d/resolv.conf as [nameserver 192.168.76.1 search us-east-2.compute.internal options edns0 trust-ad ndots:0]"
	
	
	==> container status <==
	CONTAINER           IMAGE               CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	0b9694acb13ea       3c9285acfd2ff       11 seconds ago      Running             kube-controller-manager   0                   0ef6340d93ad9       kube-controller-manager-scheduled-stop-375543
	52eb16128508c       7fc9d4aa817aa       11 seconds ago      Running             etcd                      0                   8663ce8457bfb       etcd-scheduled-stop-375543
	3a4e14a94e591       6417e1437b6d9       11 seconds ago      Running             kube-apiserver            0                   1d08b05eb98ad       kube-apiserver-scheduled-stop-375543
	44548ca91013a       82dfa03f692fb       11 seconds ago      Running             kube-scheduler            0                   8524bf97d308e       kube-scheduler-scheduled-stop-375543
	
	
	==> describe nodes <==
	Name:               scheduled-stop-375543
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=scheduled-stop-375543
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=28b3ce799b018a38b7c40f89b465976263272e76
	                    minikube.k8s.io/name=scheduled-stop-375543
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_03_17T11_03_57_0700
	                    minikube.k8s.io/version=v1.35.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/cri-dockerd.sock
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 17 Mar 2025 11:03:54 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  scheduled-stop-375543
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 17 Mar 2025 11:03:57 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 17 Mar 2025 11:03:54 +0000   Mon, 17 Mar 2025 11:03:51 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 17 Mar 2025 11:03:54 +0000   Mon, 17 Mar 2025 11:03:51 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 17 Mar 2025 11:03:54 +0000   Mon, 17 Mar 2025 11:03:51 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 17 Mar 2025 11:03:54 +0000   Mon, 17 Mar 2025 11:03:54 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.76.2
	  Hostname:    scheduled-stop-375543
	Capacity:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022296Ki
	  pods:               110
	Allocatable:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022296Ki
	  pods:               110
	System Info:
	  Machine ID:                 e43703b92a1744279a500c7d662c915b
	  System UUID:                932fd146-a983-41ed-bf33-885ee464428a
	  Boot ID:                    9f3f55f4-20c8-491e-a739-6b58d0efa6f5
	  Kernel Version:             5.15.0-1077-aws
	  OS Image:                   Ubuntu 22.04.5 LTS
	  Operating System:           linux
	  Architecture:               arm64
	  Container Runtime Version:  docker://28.0.1
	  Kubelet Version:            v1.32.2
	  Kube-Proxy Version:         v1.32.2
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (5 in total)
	  Namespace                   Name                                             CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                             ------------  ----------  ---------------  -------------  ---
	  kube-system                 etcd-scheduled-stop-375543                       100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         4s
	  kube-system                 kube-apiserver-scheduled-stop-375543             250m (12%)    0 (0%)      0 (0%)           0 (0%)         4s
	  kube-system                 kube-controller-manager-scheduled-stop-375543    200m (10%)    0 (0%)      0 (0%)           0 (0%)         4s
	  kube-system                 kube-scheduler-scheduled-stop-375543             100m (5%)     0 (0%)      0 (0%)           0 (0%)         4s
	  kube-system                 storage-provisioner                              0 (0%)        0 (0%)      0 (0%)           0 (0%)         2s
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                650m (32%)  0 (0%)
	  memory             100Mi (1%)  0 (0%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	  hugepages-32Mi     0 (0%)      0 (0%)
	  hugepages-64Ki     0 (0%)      0 (0%)
	Events:
	  Type     Reason                   Age                From             Message
	  ----     ------                   ----               ----             -------
	  Normal   NodeAllocatableEnforced  12s                kubelet          Updated Node Allocatable limit across pods
	  Normal   Starting                 12s                kubelet          Starting kubelet.
	  Warning  CgroupV1                 12s                kubelet          cgroup v1 support is in maintenance mode, please migrate to cgroup v2
	  Normal   NodeHasSufficientMemory  12s (x8 over 12s)  kubelet          Node scheduled-stop-375543 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    12s (x8 over 12s)  kubelet          Node scheduled-stop-375543 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     12s (x7 over 12s)  kubelet          Node scheduled-stop-375543 status is now: NodeHasSufficientPID
	  Normal   Starting                 4s                 kubelet          Starting kubelet.
	  Warning  CgroupV1                 4s                 kubelet          cgroup v1 support is in maintenance mode, please migrate to cgroup v2
	  Normal   NodeAllocatableEnforced  4s                 kubelet          Updated Node Allocatable limit across pods
	  Normal   NodeHasSufficientMemory  4s                 kubelet          Node scheduled-stop-375543 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    4s                 kubelet          Node scheduled-stop-375543 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     4s                 kubelet          Node scheduled-stop-375543 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           0s                 node-controller  Node scheduled-stop-375543 event: Registered Node scheduled-stop-375543 in Controller
	
	
	==> dmesg <==
	[Mar17 10:17] ACPI: SRAT not present
	[  +0.000000] ACPI: SRAT not present
	[  +0.000000] SPI driver altr_a10sr has no spi_device_id for altr,a10sr
	[  +0.014732] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
	[  +0.507118] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
	[  +0.033958] systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name 'RestartMode' in section 'Service', ignoring.
	[  +0.843051] ena 0000:00:05.0: LLQ is not supported Fallback to host mode policy.
	[  +6.678231] kauditd_printk_skb: 36 callbacks suppressed
	[Mar17 10:38] hrtimer: interrupt took 5033620 ns
	
	
	==> etcd [52eb16128508] <==
	{"level":"info","ts":"2025-03-17T11:03:50.896740Z","caller":"embed/etcd.go:729","msg":"starting with client TLS","tls-info":"cert = /var/lib/minikube/certs/etcd/server.crt, key = /var/lib/minikube/certs/etcd/server.key, client-cert=, client-key=, trusted-ca = /var/lib/minikube/certs/etcd/ca.crt, client-cert-auth = true, crl-file = ","cipher-suites":[]}
	{"level":"info","ts":"2025-03-17T11:03:50.897020Z","caller":"embed/etcd.go:280","msg":"now serving peer/client/metrics","local-member-id":"ea7e25599daad906","initial-advertise-peer-urls":["https://192.168.76.2:2380"],"listen-peer-urls":["https://192.168.76.2:2380"],"advertise-client-urls":["https://192.168.76.2:2379"],"listen-client-urls":["https://127.0.0.1:2379","https://192.168.76.2:2379"],"listen-metrics-urls":["http://127.0.0.1:2381"]}
	{"level":"info","ts":"2025-03-17T11:03:50.897046Z","caller":"embed/etcd.go:871","msg":"serving metrics","address":"http://127.0.0.1:2381"}
	{"level":"info","ts":"2025-03-17T11:03:50.897102Z","caller":"embed/etcd.go:600","msg":"serving peer traffic","address":"192.168.76.2:2380"}
	{"level":"info","ts":"2025-03-17T11:03:50.897114Z","caller":"embed/etcd.go:572","msg":"cmux::serve","address":"192.168.76.2:2380"}
	{"level":"info","ts":"2025-03-17T11:03:51.271068Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"ea7e25599daad906 is starting a new election at term 1"}
	{"level":"info","ts":"2025-03-17T11:03:51.271191Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"ea7e25599daad906 became pre-candidate at term 1"}
	{"level":"info","ts":"2025-03-17T11:03:51.271275Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"ea7e25599daad906 received MsgPreVoteResp from ea7e25599daad906 at term 1"}
	{"level":"info","ts":"2025-03-17T11:03:51.271314Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"ea7e25599daad906 became candidate at term 2"}
	{"level":"info","ts":"2025-03-17T11:03:51.271370Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"ea7e25599daad906 received MsgVoteResp from ea7e25599daad906 at term 2"}
	{"level":"info","ts":"2025-03-17T11:03:51.271408Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"ea7e25599daad906 became leader at term 2"}
	{"level":"info","ts":"2025-03-17T11:03:51.271458Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: ea7e25599daad906 elected leader ea7e25599daad906 at term 2"}
	{"level":"info","ts":"2025-03-17T11:03:51.275169Z","caller":"etcdserver/server.go:2651","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
	{"level":"info","ts":"2025-03-17T11:03:51.279248Z","caller":"etcdserver/server.go:2140","msg":"published local member to cluster through raft","local-member-id":"ea7e25599daad906","local-member-attributes":"{Name:scheduled-stop-375543 ClientURLs:[https://192.168.76.2:2379]}","request-path":"/0/members/ea7e25599daad906/attributes","cluster-id":"6f20f2c4b2fb5f8a","publish-timeout":"7s"}
	{"level":"info","ts":"2025-03-17T11:03:51.279476Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2025-03-17T11:03:51.280364Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-03-17T11:03:51.281279Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.76.2:2379"}
	{"level":"info","ts":"2025-03-17T11:03:51.281653Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"6f20f2c4b2fb5f8a","local-member-id":"ea7e25599daad906","cluster-version":"3.5"}
	{"level":"info","ts":"2025-03-17T11:03:51.281796Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
	{"level":"info","ts":"2025-03-17T11:03:51.281862Z","caller":"etcdserver/server.go:2675","msg":"cluster version is updated","cluster-version":"3.5"}
	{"level":"info","ts":"2025-03-17T11:03:51.281903Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2025-03-17T11:03:51.287727Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-03-17T11:03:51.288731Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
	{"level":"info","ts":"2025-03-17T11:03:51.288898Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
	{"level":"info","ts":"2025-03-17T11:03:51.289016Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
	
	
	==> kernel <==
	 11:04:01 up 46 min,  0 users,  load average: 1.37, 1.58, 1.80
	Linux scheduled-stop-375543 5.15.0-1077-aws #84~20.04.1-Ubuntu SMP Mon Jan 20 22:14:27 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kube-apiserver [3a4e14a94e59] <==
	I0317 11:03:54.695118       1 shared_informer.go:320] Caches are synced for node_authorizer
	E0317 11:03:54.707991       1 controller.go:145] "Failed to ensure lease exists, will retry" err="namespaces \"kube-system\" not found" interval="200ms"
	I0317 11:03:54.720424       1 cache.go:39] Caches are synced for APIServiceRegistrationController controller
	I0317 11:03:54.720692       1 cache.go:39] Caches are synced for RemoteAvailability controller
	I0317 11:03:54.721218       1 cache.go:39] Caches are synced for LocalAvailability controller
	I0317 11:03:54.722604       1 controller.go:615] quota admission added evaluator for: namespaces
	I0317 11:03:54.723625       1 apf_controller.go:382] Running API Priority and Fairness config worker
	I0317 11:03:54.724352       1 apf_controller.go:385] Running API Priority and Fairness periodic rebalancing process
	I0317 11:03:54.726261       1 shared_informer.go:320] Caches are synced for configmaps
	I0317 11:03:54.726683       1 handler_discovery.go:451] Starting ResourceDiscoveryManager
	I0317 11:03:54.726922       1 shared_informer.go:320] Caches are synced for cluster_authentication_trust_controller
	I0317 11:03:54.911471       1 controller.go:615] quota admission added evaluator for: leases.coordination.k8s.io
	I0317 11:03:55.426823       1 storage_scheduling.go:95] created PriorityClass system-node-critical with value 2000001000
	I0317 11:03:55.432236       1 storage_scheduling.go:95] created PriorityClass system-cluster-critical with value 2000000000
	I0317 11:03:55.432467       1 storage_scheduling.go:111] all system priority classes are created successfully or already exist.
	I0317 11:03:56.165641       1 controller.go:615] quota admission added evaluator for: roles.rbac.authorization.k8s.io
	I0317 11:03:56.233554       1 controller.go:615] quota admission added evaluator for: rolebindings.rbac.authorization.k8s.io
	I0317 11:03:56.339567       1 alloc.go:330] "allocated clusterIPs" service="default/kubernetes" clusterIPs={"IPv4":"10.96.0.1"}
	W0317 11:03:56.351317       1 lease.go:265] Resetting endpoints for master service "kubernetes" to [192.168.76.2]
	I0317 11:03:56.352791       1 controller.go:615] quota admission added evaluator for: endpoints
	I0317 11:03:56.358066       1 controller.go:615] quota admission added evaluator for: endpointslices.discovery.k8s.io
	I0317 11:03:56.520469       1 controller.go:615] quota admission added evaluator for: serviceaccounts
	I0317 11:03:57.227402       1 controller.go:615] quota admission added evaluator for: deployments.apps
	I0317 11:03:57.240267       1 alloc.go:330] "allocated clusterIPs" service="kube-system/kube-dns" clusterIPs={"IPv4":"10.96.0.10"}
	I0317 11:03:57.268005       1 controller.go:615] quota admission added evaluator for: daemonsets.apps
	
	
	==> kube-controller-manager [0b9694acb13e] <==
	I0317 11:04:01.076372       1 shared_informer.go:320] Caches are synced for TTL
	I0317 11:04:01.083388       1 shared_informer.go:320] Caches are synced for certificate-csrapproving
	I0317 11:04:01.085635       1 shared_informer.go:320] Caches are synced for cronjob
	I0317 11:04:01.092294       1 shared_informer.go:320] Caches are synced for expand
	I0317 11:04:01.092642       1 shared_informer.go:320] Caches are synced for namespace
	I0317 11:04:01.095754       1 shared_informer.go:320] Caches are synced for garbage collector
	I0317 11:04:01.103652       1 shared_informer.go:320] Caches are synced for disruption
	I0317 11:04:01.114699       1 shared_informer.go:320] Caches are synced for HPA
	I0317 11:04:01.115022       1 shared_informer.go:320] Caches are synced for garbage collector
	I0317 11:04:01.115155       1 garbagecollector.go:154] "Garbage collector: all resource monitors have synced" logger="garbage-collector-controller"
	I0317 11:04:01.115171       1 garbagecollector.go:157] "Proceeding to collect garbage" logger="garbage-collector-controller"
	I0317 11:04:01.116062       1 shared_informer.go:320] Caches are synced for taint
	I0317 11:04:01.116324       1 node_lifecycle_controller.go:1234] "Initializing eviction metric for zone" logger="node-lifecycle-controller" zone=""
	I0317 11:04:01.116506       1 shared_informer.go:320] Caches are synced for deployment
	I0317 11:04:01.116717       1 node_lifecycle_controller.go:886] "Missing timestamp for Node. Assuming now as a timestamp" logger="node-lifecycle-controller" node="scheduled-stop-375543"
	I0317 11:04:01.116980       1 shared_informer.go:320] Caches are synced for crt configmap
	I0317 11:04:01.117598       1 shared_informer.go:320] Caches are synced for TTL after finished
	I0317 11:04:01.118304       1 shared_informer.go:320] Caches are synced for ReplicaSet
	I0317 11:04:01.118760       1 shared_informer.go:320] Caches are synced for endpoint_slice_mirroring
	I0317 11:04:01.118902       1 shared_informer.go:320] Caches are synced for ClusterRoleAggregator
	I0317 11:04:01.119297       1 node_lifecycle_controller.go:1080] "Controller detected that zone is now in new state" logger="node-lifecycle-controller" zone="" newState="Normal"
	I0317 11:04:01.119355       1 shared_informer.go:320] Caches are synced for PV protection
	I0317 11:04:01.120233       1 shared_informer.go:320] Caches are synced for attach detach
	I0317 11:04:01.139518       1 shared_informer.go:320] Caches are synced for PVC protection
	I0317 11:04:01.139746       1 range_allocator.go:247] "Successfully synced" logger="node-ipam-controller" key="scheduled-stop-375543"
	
	
	==> kube-scheduler [44548ca91013] <==
	W0317 11:03:55.477881       1 reflector.go:569] 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
	E0317 11:03:55.478152       1 reflector.go:166] "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"
	W0317 11:03:55.495847       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	E0317 11:03:55.496172       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0317 11:03:55.529915       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
	E0317 11:03:55.530186       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0317 11:03:55.594431       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "volumeattachments" in API group "storage.k8s.io" at the cluster scope
	E0317 11:03:55.594479       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.VolumeAttachment: failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"volumeattachments\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0317 11:03:55.647104       1 reflector.go:569] runtime/asm_arm64.s:1223: 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"
	E0317 11:03:55.647374       1 reflector.go:166] "Unhandled Error" err="runtime/asm_arm64.s:1223: 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"
	W0317 11:03:55.697804       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
	E0317 11:03:55.697845       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0317 11:03:55.706884       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
	E0317 11:03:55.706931       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0317 11:03:55.752397       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
	E0317 11:03:55.752564       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0317 11:03:55.792223       1 reflector.go:569] 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
	E0317 11:03:55.792278       1 reflector.go:166] "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"
	W0317 11:03:55.794681       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
	E0317 11:03:55.794727       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0317 11:03:55.839374       1 reflector.go:569] 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
	E0317 11:03:55.839435       1 reflector.go:166] "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"
	W0317 11:03:55.855166       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
	E0317 11:03:55.855219       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	I0317 11:03:57.658137       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Mar 17 11:03:57 scheduled-stop-375543 kubelet[2479]: I0317 11:03:57.566200    2479 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"etcd-data\" (UniqueName: \"kubernetes.io/host-path/abde8736338038cf2e2191b58eb567b3-etcd-data\") pod \"etcd-scheduled-stop-375543\" (UID: \"abde8736338038cf2e2191b58eb567b3\") " pod="kube-system/etcd-scheduled-stop-375543"
	Mar 17 11:03:57 scheduled-stop-375543 kubelet[2479]: I0317 11:03:57.566231    2479 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"ca-certs\" (UniqueName: \"kubernetes.io/host-path/b42bb468076de42e247b02c0d1d376fd-ca-certs\") pod \"kube-apiserver-scheduled-stop-375543\" (UID: \"b42bb468076de42e247b02c0d1d376fd\") " pod="kube-system/kube-apiserver-scheduled-stop-375543"
	Mar 17 11:03:57 scheduled-stop-375543 kubelet[2479]: I0317 11:03:57.566261    2479 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"usr-share-ca-certificates\" (UniqueName: \"kubernetes.io/host-path/b42bb468076de42e247b02c0d1d376fd-usr-share-ca-certificates\") pod \"kube-apiserver-scheduled-stop-375543\" (UID: \"b42bb468076de42e247b02c0d1d376fd\") " pod="kube-system/kube-apiserver-scheduled-stop-375543"
	Mar 17 11:03:57 scheduled-stop-375543 kubelet[2479]: I0317 11:03:57.566294    2479 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"etc-ca-certificates\" (UniqueName: \"kubernetes.io/host-path/da113bf4006ce6881d24cfcd88d12277-etc-ca-certificates\") pod \"kube-controller-manager-scheduled-stop-375543\" (UID: \"da113bf4006ce6881d24cfcd88d12277\") " pod="kube-system/kube-controller-manager-scheduled-stop-375543"
	Mar 17 11:03:57 scheduled-stop-375543 kubelet[2479]: I0317 11:03:57.566319    2479 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"ca-certs\" (UniqueName: \"kubernetes.io/host-path/da113bf4006ce6881d24cfcd88d12277-ca-certs\") pod \"kube-controller-manager-scheduled-stop-375543\" (UID: \"da113bf4006ce6881d24cfcd88d12277\") " pod="kube-system/kube-controller-manager-scheduled-stop-375543"
	Mar 17 11:03:57 scheduled-stop-375543 kubelet[2479]: I0317 11:03:57.566338    2479 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"usr-local-share-ca-certificates\" (UniqueName: \"kubernetes.io/host-path/da113bf4006ce6881d24cfcd88d12277-usr-local-share-ca-certificates\") pod \"kube-controller-manager-scheduled-stop-375543\" (UID: \"da113bf4006ce6881d24cfcd88d12277\") " pod="kube-system/kube-controller-manager-scheduled-stop-375543"
	Mar 17 11:03:57 scheduled-stop-375543 kubelet[2479]: I0317 11:03:57.566367    2479 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"etcd-certs\" (UniqueName: \"kubernetes.io/host-path/abde8736338038cf2e2191b58eb567b3-etcd-certs\") pod \"etcd-scheduled-stop-375543\" (UID: \"abde8736338038cf2e2191b58eb567b3\") " pod="kube-system/etcd-scheduled-stop-375543"
	Mar 17 11:03:57 scheduled-stop-375543 kubelet[2479]: I0317 11:03:57.566386    2479 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"k8s-certs\" (UniqueName: \"kubernetes.io/host-path/b42bb468076de42e247b02c0d1d376fd-k8s-certs\") pod \"kube-apiserver-scheduled-stop-375543\" (UID: \"b42bb468076de42e247b02c0d1d376fd\") " pod="kube-system/kube-apiserver-scheduled-stop-375543"
	Mar 17 11:03:57 scheduled-stop-375543 kubelet[2479]: I0317 11:03:57.566416    2479 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kubeconfig\" (UniqueName: \"kubernetes.io/host-path/1abc8147fb0e9de3a463fdc45b5eee53-kubeconfig\") pod \"kube-scheduler-scheduled-stop-375543\" (UID: \"1abc8147fb0e9de3a463fdc45b5eee53\") " pod="kube-system/kube-scheduler-scheduled-stop-375543"
	Mar 17 11:03:57 scheduled-stop-375543 kubelet[2479]: I0317 11:03:57.566436    2479 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"etc-ca-certificates\" (UniqueName: \"kubernetes.io/host-path/b42bb468076de42e247b02c0d1d376fd-etc-ca-certificates\") pod \"kube-apiserver-scheduled-stop-375543\" (UID: \"b42bb468076de42e247b02c0d1d376fd\") " pod="kube-system/kube-apiserver-scheduled-stop-375543"
	Mar 17 11:03:57 scheduled-stop-375543 kubelet[2479]: I0317 11:03:57.566470    2479 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"usr-local-share-ca-certificates\" (UniqueName: \"kubernetes.io/host-path/b42bb468076de42e247b02c0d1d376fd-usr-local-share-ca-certificates\") pod \"kube-apiserver-scheduled-stop-375543\" (UID: \"b42bb468076de42e247b02c0d1d376fd\") " pod="kube-system/kube-apiserver-scheduled-stop-375543"
	Mar 17 11:03:57 scheduled-stop-375543 kubelet[2479]: I0317 11:03:57.566491    2479 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"flexvolume-dir\" (UniqueName: \"kubernetes.io/host-path/da113bf4006ce6881d24cfcd88d12277-flexvolume-dir\") pod \"kube-controller-manager-scheduled-stop-375543\" (UID: \"da113bf4006ce6881d24cfcd88d12277\") " pod="kube-system/kube-controller-manager-scheduled-stop-375543"
	Mar 17 11:03:58 scheduled-stop-375543 kubelet[2479]: I0317 11:03:58.144699    2479 apiserver.go:52] "Watching apiserver"
	Mar 17 11:03:58 scheduled-stop-375543 kubelet[2479]: I0317 11:03:58.176188    2479 desired_state_of_world_populator.go:157] "Finished populating initial desired state of world"
	Mar 17 11:03:58 scheduled-stop-375543 kubelet[2479]: I0317 11:03:58.228712    2479 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="kube-system/kube-apiserver-scheduled-stop-375543" podStartSLOduration=1.228686242 podStartE2EDuration="1.228686242s" podCreationTimestamp="2025-03-17 11:03:57 +0000 UTC" firstStartedPulling="0001-01-01 00:00:00 +0000 UTC" lastFinishedPulling="0001-01-01 00:00:00 +0000 UTC" observedRunningTime="2025-03-17 11:03:58.224950263 +0000 UTC m=+1.178656984" watchObservedRunningTime="2025-03-17 11:03:58.228686242 +0000 UTC m=+1.182392954"
	Mar 17 11:03:58 scheduled-stop-375543 kubelet[2479]: I0317 11:03:58.242818    2479 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="kube-system/kube-controller-manager-scheduled-stop-375543" podStartSLOduration=1.242800365 podStartE2EDuration="1.242800365s" podCreationTimestamp="2025-03-17 11:03:57 +0000 UTC" firstStartedPulling="0001-01-01 00:00:00 +0000 UTC" lastFinishedPulling="0001-01-01 00:00:00 +0000 UTC" observedRunningTime="2025-03-17 11:03:58.242283883 +0000 UTC m=+1.195990595" watchObservedRunningTime="2025-03-17 11:03:58.242800365 +0000 UTC m=+1.196507086"
	Mar 17 11:03:58 scheduled-stop-375543 kubelet[2479]: I0317 11:03:58.272710    2479 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="kube-system/etcd-scheduled-stop-375543" podStartSLOduration=1.2726906279999999 podStartE2EDuration="1.272690628s" podCreationTimestamp="2025-03-17 11:03:57 +0000 UTC" firstStartedPulling="0001-01-01 00:00:00 +0000 UTC" lastFinishedPulling="0001-01-01 00:00:00 +0000 UTC" observedRunningTime="2025-03-17 11:03:58.272260743 +0000 UTC m=+1.225967479" watchObservedRunningTime="2025-03-17 11:03:58.272690628 +0000 UTC m=+1.226397332"
	Mar 17 11:03:58 scheduled-stop-375543 kubelet[2479]: I0317 11:03:58.272913    2479 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="kube-system/kube-scheduler-scheduled-stop-375543" podStartSLOduration=1.272906563 podStartE2EDuration="1.272906563s" podCreationTimestamp="2025-03-17 11:03:57 +0000 UTC" firstStartedPulling="0001-01-01 00:00:00 +0000 UTC" lastFinishedPulling="0001-01-01 00:00:00 +0000 UTC" observedRunningTime="2025-03-17 11:03:58.25494437 +0000 UTC m=+1.208651091" watchObservedRunningTime="2025-03-17 11:03:58.272906563 +0000 UTC m=+1.226613267"
	Mar 17 11:03:58 scheduled-stop-375543 kubelet[2479]: I0317 11:03:58.300651    2479 kubelet.go:3200] "Creating a mirror pod for static pod" pod="kube-system/etcd-scheduled-stop-375543"
	Mar 17 11:03:58 scheduled-stop-375543 kubelet[2479]: E0317 11:03:58.317718    2479 kubelet.go:3202] "Failed creating a mirror pod" err="pods \"etcd-scheduled-stop-375543\" already exists" pod="kube-system/etcd-scheduled-stop-375543"
	Mar 17 11:04:01 scheduled-stop-375543 kubelet[2479]: I0317 11:04:01.196364    2479 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"tmp\" (UniqueName: \"kubernetes.io/host-path/b0b03cba-7aea-4a43-9ef1-5658eedc8516-tmp\") pod \"storage-provisioner\" (UID: \"b0b03cba-7aea-4a43-9ef1-5658eedc8516\") " pod="kube-system/storage-provisioner"
	Mar 17 11:04:01 scheduled-stop-375543 kubelet[2479]: I0317 11:04:01.196420    2479 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-hjh9b\" (UniqueName: \"kubernetes.io/projected/b0b03cba-7aea-4a43-9ef1-5658eedc8516-kube-api-access-hjh9b\") pod \"storage-provisioner\" (UID: \"b0b03cba-7aea-4a43-9ef1-5658eedc8516\") " pod="kube-system/storage-provisioner"
	Mar 17 11:04:01 scheduled-stop-375543 kubelet[2479]: E0317 11:04:01.307614    2479 projected.go:288] Couldn't get configMap kube-system/kube-root-ca.crt: configmap "kube-root-ca.crt" not found
	Mar 17 11:04:01 scheduled-stop-375543 kubelet[2479]: E0317 11:04:01.307652    2479 projected.go:194] Error preparing data for projected volume kube-api-access-hjh9b for pod kube-system/storage-provisioner: configmap "kube-root-ca.crt" not found
	Mar 17 11:04:01 scheduled-stop-375543 kubelet[2479]: E0317 11:04:01.307721    2479 nestedpendingoperations.go:348] Operation for "{volumeName:kubernetes.io/projected/b0b03cba-7aea-4a43-9ef1-5658eedc8516-kube-api-access-hjh9b podName:b0b03cba-7aea-4a43-9ef1-5658eedc8516 nodeName:}" failed. No retries permitted until 2025-03-17 11:04:01.807695915 +0000 UTC m=+4.761402618 (durationBeforeRetry 500ms). Error: MountVolume.SetUp failed for volume "kube-api-access-hjh9b" (UniqueName: "kubernetes.io/projected/b0b03cba-7aea-4a43-9ef1-5658eedc8516-kube-api-access-hjh9b") pod "storage-provisioner" (UID: "b0b03cba-7aea-4a43-9ef1-5658eedc8516") : configmap "kube-root-ca.crt" not found
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p scheduled-stop-375543 -n scheduled-stop-375543
helpers_test.go:261: (dbg) Run:  kubectl --context scheduled-stop-375543 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: coredns-668d6bf9bc-4fdrt kube-proxy-plhzf storage-provisioner
helpers_test.go:274: ======> post-mortem[TestScheduledStopUnix]: describe non-running pods <======
helpers_test.go:277: (dbg) Run:  kubectl --context scheduled-stop-375543 describe pod coredns-668d6bf9bc-4fdrt kube-proxy-plhzf storage-provisioner
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context scheduled-stop-375543 describe pod coredns-668d6bf9bc-4fdrt kube-proxy-plhzf storage-provisioner: exit status 1 (152.749825ms)

                                                
                                                
** stderr ** 
	Error from server (NotFound): pods "coredns-668d6bf9bc-4fdrt" not found
	Error from server (NotFound): pods "kube-proxy-plhzf" not found
	Error from server (NotFound): pods "storage-provisioner" not found

                                                
                                                
** /stderr **
helpers_test.go:279: kubectl --context scheduled-stop-375543 describe pod coredns-668d6bf9bc-4fdrt kube-proxy-plhzf storage-provisioner: exit status 1
helpers_test.go:175: Cleaning up "scheduled-stop-375543" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p scheduled-stop-375543
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p scheduled-stop-375543: (2.222313382s)
--- FAIL: TestScheduledStopUnix (37.04s)

                                                
                                    

Test pass (319/346)

Order passed test Duration
3 TestDownloadOnly/v1.20.0/json-events 6.21
4 TestDownloadOnly/v1.20.0/preload-exists 0
8 TestDownloadOnly/v1.20.0/LogsDuration 0.09
9 TestDownloadOnly/v1.20.0/DeleteAll 0.21
10 TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds 0.13
12 TestDownloadOnly/v1.32.2/json-events 4.18
13 TestDownloadOnly/v1.32.2/preload-exists 0
17 TestDownloadOnly/v1.32.2/LogsDuration 0.11
18 TestDownloadOnly/v1.32.2/DeleteAll 0.3
19 TestDownloadOnly/v1.32.2/DeleteAlwaysSucceeds 0.18
21 TestBinaryMirror 0.58
22 TestOffline 86.91
25 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.07
26 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.07
27 TestAddons/Setup 223.54
29 TestAddons/serial/Volcano 41.97
31 TestAddons/serial/GCPAuth/Namespaces 0.21
32 TestAddons/serial/GCPAuth/FakeCredentials 9.02
35 TestAddons/parallel/Registry 17.12
36 TestAddons/parallel/Ingress 19.37
37 TestAddons/parallel/InspektorGadget 11.93
38 TestAddons/parallel/MetricsServer 5.75
40 TestAddons/parallel/CSI 45.12
41 TestAddons/parallel/Headlamp 17.07
42 TestAddons/parallel/CloudSpanner 6.55
43 TestAddons/parallel/LocalPath 51.89
44 TestAddons/parallel/NvidiaDevicePlugin 5.93
45 TestAddons/parallel/Yakd 11.83
47 TestAddons/StoppedEnableDisable 11.17
48 TestCertOptions 33.32
49 TestCertExpiration 245.56
50 TestDockerFlags 37.68
51 TestForceSystemdFlag 42.72
52 TestForceSystemdEnv 42.63
58 TestErrorSpam/setup 32.68
59 TestErrorSpam/start 0.75
60 TestErrorSpam/status 1.05
61 TestErrorSpam/pause 1.34
62 TestErrorSpam/unpause 1.46
63 TestErrorSpam/stop 10.97
66 TestFunctional/serial/CopySyncFile 0
67 TestFunctional/serial/StartWithProxy 46.79
68 TestFunctional/serial/AuditLog 0
69 TestFunctional/serial/SoftStart 27.18
70 TestFunctional/serial/KubeContext 0.06
71 TestFunctional/serial/KubectlGetPods 0.11
74 TestFunctional/serial/CacheCmd/cache/add_remote 3.23
75 TestFunctional/serial/CacheCmd/cache/add_local 0.97
76 TestFunctional/serial/CacheCmd/cache/CacheDelete 0.06
77 TestFunctional/serial/CacheCmd/cache/list 0.05
78 TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node 0.33
79 TestFunctional/serial/CacheCmd/cache/cache_reload 1.7
80 TestFunctional/serial/CacheCmd/cache/delete 0.12
81 TestFunctional/serial/MinikubeKubectlCmd 0.14
82 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.13
83 TestFunctional/serial/ExtraConfig 41.58
84 TestFunctional/serial/ComponentHealth 0.09
85 TestFunctional/serial/LogsCmd 1.22
86 TestFunctional/serial/LogsFileCmd 1.23
87 TestFunctional/serial/InvalidService 4.84
89 TestFunctional/parallel/ConfigCmd 0.52
90 TestFunctional/parallel/DashboardCmd 10.97
91 TestFunctional/parallel/DryRun 0.45
92 TestFunctional/parallel/InternationalLanguage 0.19
93 TestFunctional/parallel/StatusCmd 1.26
97 TestFunctional/parallel/ServiceCmdConnect 7.66
98 TestFunctional/parallel/AddonsCmd 0.15
99 TestFunctional/parallel/PersistentVolumeClaim 27.61
101 TestFunctional/parallel/SSHCmd 0.66
102 TestFunctional/parallel/CpCmd 2.07
104 TestFunctional/parallel/FileSync 0.39
105 TestFunctional/parallel/CertSync 2.06
109 TestFunctional/parallel/NodeLabels 0.1
111 TestFunctional/parallel/NonActiveRuntimeDisabled 0.38
113 TestFunctional/parallel/License 0.28
114 TestFunctional/parallel/Version/short 0.07
115 TestFunctional/parallel/Version/components 1.16
116 TestFunctional/parallel/ImageCommands/ImageListShort 0.24
117 TestFunctional/parallel/ImageCommands/ImageListTable 0.22
118 TestFunctional/parallel/ImageCommands/ImageListJson 0.21
119 TestFunctional/parallel/ImageCommands/ImageListYaml 0.25
120 TestFunctional/parallel/ImageCommands/ImageBuild 3.69
121 TestFunctional/parallel/ImageCommands/Setup 0.67
122 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 1.15
123 TestFunctional/parallel/DockerEnv/bash 1.3
124 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 0.93
125 TestFunctional/parallel/UpdateContextCmd/no_changes 0.22
126 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.23
127 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.21
128 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 1.28
129 TestFunctional/parallel/ImageCommands/ImageSaveToFile 0.43
130 TestFunctional/parallel/ImageCommands/ImageRemove 0.6
131 TestFunctional/parallel/ServiceCmd/DeployApp 11.35
132 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 0.76
133 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 0.41
135 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.74
136 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
138 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 9.43
139 TestFunctional/parallel/ServiceCmd/List 0.32
140 TestFunctional/parallel/ServiceCmd/JSONOutput 0.32
141 TestFunctional/parallel/ServiceCmd/HTTPS 0.39
142 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.12
143 TestFunctional/parallel/ServiceCmd/Format 0.38
144 TestFunctional/parallel/TunnelCmd/serial/AccessDirect 0
148 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.11
149 TestFunctional/parallel/ServiceCmd/URL 0.36
150 TestFunctional/parallel/ProfileCmd/profile_not_create 0.52
151 TestFunctional/parallel/ProfileCmd/profile_list 0.5
152 TestFunctional/parallel/ProfileCmd/profile_json_output 0.49
153 TestFunctional/parallel/MountCmd/any-port 8.28
154 TestFunctional/parallel/MountCmd/specific-port 1.91
155 TestFunctional/parallel/MountCmd/VerifyCleanup 2.28
156 TestFunctional/delete_echo-server_images 0.04
157 TestFunctional/delete_my-image_image 0.02
158 TestFunctional/delete_minikube_cached_images 0.02
163 TestMultiControlPlane/serial/StartCluster 125.43
164 TestMultiControlPlane/serial/DeployApp 44.63
165 TestMultiControlPlane/serial/PingHostFromPods 1.7
166 TestMultiControlPlane/serial/AddWorkerNode 27.86
167 TestMultiControlPlane/serial/NodeLabels 0.11
168 TestMultiControlPlane/serial/HAppyAfterClusterStart 1.03
169 TestMultiControlPlane/serial/CopyFile 19.51
170 TestMultiControlPlane/serial/StopSecondaryNode 11.74
171 TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop 0.77
172 TestMultiControlPlane/serial/RestartSecondaryNode 31.5
173 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart 1.19
174 TestMultiControlPlane/serial/RestartClusterKeepsNodes 264.99
175 TestMultiControlPlane/serial/DeleteSecondaryNode 11.97
176 TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete 0.76
177 TestMultiControlPlane/serial/StopCluster 32.93
178 TestMultiControlPlane/serial/RestartCluster 94.08
179 TestMultiControlPlane/serial/DegradedAfterClusterRestart 0.74
180 TestMultiControlPlane/serial/AddSecondaryNode 46.28
181 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd 1.07
184 TestImageBuild/serial/Setup 32.68
185 TestImageBuild/serial/NormalBuild 1.89
186 TestImageBuild/serial/BuildWithBuildArg 1.09
187 TestImageBuild/serial/BuildWithDockerIgnore 0.91
188 TestImageBuild/serial/BuildWithSpecifiedDockerfile 0.69
192 TestJSONOutput/start/Command 43.51
193 TestJSONOutput/start/Audit 0
195 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
196 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
198 TestJSONOutput/pause/Command 0.62
199 TestJSONOutput/pause/Audit 0
201 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
202 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
204 TestJSONOutput/unpause/Command 0.53
205 TestJSONOutput/unpause/Audit 0
207 TestJSONOutput/unpause/parallel/DistinctCurrentSteps 0
208 TestJSONOutput/unpause/parallel/IncreasingCurrentSteps 0
210 TestJSONOutput/stop/Command 5.85
211 TestJSONOutput/stop/Audit 0
213 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
214 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
215 TestErrorJSONOutput 0.25
217 TestKicCustomNetwork/create_custom_network 34.89
218 TestKicCustomNetwork/use_default_bridge_network 35.74
219 TestKicExistingNetwork 33.75
220 TestKicCustomSubnet 37.82
221 TestKicStaticIP 38.76
222 TestMainNoArgs 0.06
223 TestMinikubeProfile 70.52
226 TestMountStart/serial/StartWithMountFirst 8.61
227 TestMountStart/serial/VerifyMountFirst 0.26
228 TestMountStart/serial/StartWithMountSecond 10
229 TestMountStart/serial/VerifyMountSecond 0.25
230 TestMountStart/serial/DeleteFirst 1.46
231 TestMountStart/serial/VerifyMountPostDelete 0.26
232 TestMountStart/serial/Stop 1.21
233 TestMountStart/serial/RestartStopped 8.4
234 TestMountStart/serial/VerifyMountPostStop 0.26
237 TestMultiNode/serial/FreshStart2Nodes 83.72
238 TestMultiNode/serial/DeployApp2Nodes 45.14
239 TestMultiNode/serial/PingHostFrom2Pods 0.99
240 TestMultiNode/serial/AddNode 19.96
241 TestMultiNode/serial/MultiNodeLabels 0.09
242 TestMultiNode/serial/ProfileList 0.7
243 TestMultiNode/serial/CopyFile 10.05
244 TestMultiNode/serial/StopNode 2.23
245 TestMultiNode/serial/StartAfterStop 10.68
246 TestMultiNode/serial/RestartKeepsNodes 84.1
247 TestMultiNode/serial/DeleteNode 5.36
248 TestMultiNode/serial/StopMultiNode 21.59
249 TestMultiNode/serial/RestartMultiNode 50.2
250 TestMultiNode/serial/ValidateNameConflict 37.13
255 TestPreload 152.36
258 TestSkaffold 122.4
260 TestInsufficientStorage 11.9
261 TestRunningBinaryUpgrade 84.2
263 TestKubernetesUpgrade 389.71
264 TestMissingContainerUpgrade 159.25
266 TestPause/serial/Start 53.01
267 TestPause/serial/SecondStartNoReconfiguration 34.32
268 TestPause/serial/Pause 0.78
269 TestPause/serial/VerifyStatus 0.38
270 TestPause/serial/Unpause 1.02
271 TestPause/serial/PauseAgain 1.2
272 TestPause/serial/DeletePaused 2.79
273 TestPause/serial/VerifyDeletedResources 0.19
274 TestStoppedBinaryUpgrade/Setup 0.62
275 TestStoppedBinaryUpgrade/Upgrade 78.87
276 TestStoppedBinaryUpgrade/MinikubeLogs 1.78
285 TestNoKubernetes/serial/StartNoK8sWithVersion 0.09
286 TestNoKubernetes/serial/StartWithK8s 40.79
298 TestNoKubernetes/serial/StartWithStopK8s 18.59
299 TestNoKubernetes/serial/Start 11.27
300 TestNoKubernetes/serial/VerifyK8sNotRunning 0.34
301 TestNoKubernetes/serial/ProfileList 1.69
302 TestNoKubernetes/serial/Stop 1.31
303 TestNoKubernetes/serial/StartNoArgs 8.69
304 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 0.44
306 TestStartStop/group/old-k8s-version/serial/FirstStart 157.75
307 TestStartStop/group/old-k8s-version/serial/DeployApp 11.12
309 TestStartStop/group/no-preload/serial/FirstStart 90.87
310 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 1.59
311 TestStartStop/group/old-k8s-version/serial/Stop 12.03
312 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.23
313 TestStartStop/group/old-k8s-version/serial/SecondStart 148.28
314 TestStartStop/group/no-preload/serial/DeployApp 9.38
315 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 1.12
316 TestStartStop/group/no-preload/serial/Stop 11
317 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.2
318 TestStartStop/group/no-preload/serial/SecondStart 267.12
319 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 6.01
320 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 5.15
321 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.23
322 TestStartStop/group/old-k8s-version/serial/Pause 2.74
324 TestStartStop/group/embed-certs/serial/FirstStart 78.11
325 TestStartStop/group/embed-certs/serial/DeployApp 10.36
326 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 1.06
327 TestStartStop/group/embed-certs/serial/Stop 10.9
328 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.19
329 TestStartStop/group/embed-certs/serial/SecondStart 280.31
330 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 6
331 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 5.09
332 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.24
333 TestStartStop/group/no-preload/serial/Pause 3.18
335 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 74.95
336 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 9.41
337 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 1.12
338 TestStartStop/group/default-k8s-diff-port/serial/Stop 10.92
339 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 0.2
340 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 267.24
341 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6.01
342 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 5.12
343 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.24
344 TestStartStop/group/embed-certs/serial/Pause 2.86
346 TestStartStop/group/newest-cni/serial/FirstStart 38.44
347 TestStartStop/group/newest-cni/serial/DeployApp 0
348 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 1.12
349 TestStartStop/group/newest-cni/serial/Stop 10.94
350 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.21
351 TestStartStop/group/newest-cni/serial/SecondStart 18.77
352 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
353 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
354 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 0.28
355 TestStartStop/group/newest-cni/serial/Pause 2.94
356 TestNetworkPlugins/group/auto/Start 49.16
357 TestNetworkPlugins/group/auto/KubeletFlags 0.32
358 TestNetworkPlugins/group/auto/NetCatPod 11.34
359 TestNetworkPlugins/group/auto/DNS 0.2
360 TestNetworkPlugins/group/auto/Localhost 0.17
361 TestNetworkPlugins/group/auto/HairPin 0.19
362 TestNetworkPlugins/group/kindnet/Start 72.9
363 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 6.01
364 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 5.11
365 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 0.26
366 TestStartStop/group/default-k8s-diff-port/serial/Pause 3.44
367 TestNetworkPlugins/group/calico/Start 80.47
368 TestNetworkPlugins/group/kindnet/ControllerPod 6.01
369 TestNetworkPlugins/group/kindnet/KubeletFlags 0.32
370 TestNetworkPlugins/group/kindnet/NetCatPod 11.36
371 TestNetworkPlugins/group/kindnet/DNS 0.24
372 TestNetworkPlugins/group/kindnet/Localhost 0.2
373 TestNetworkPlugins/group/kindnet/HairPin 0.21
374 TestNetworkPlugins/group/custom-flannel/Start 58.69
375 TestNetworkPlugins/group/calico/ControllerPod 6.01
376 TestNetworkPlugins/group/calico/KubeletFlags 0.36
377 TestNetworkPlugins/group/calico/NetCatPod 11.34
378 TestNetworkPlugins/group/calico/DNS 0.31
379 TestNetworkPlugins/group/calico/Localhost 0.19
380 TestNetworkPlugins/group/calico/HairPin 0.22
381 TestNetworkPlugins/group/false/Start 82.93
382 TestNetworkPlugins/group/custom-flannel/KubeletFlags 0.31
383 TestNetworkPlugins/group/custom-flannel/NetCatPod 11.27
384 TestNetworkPlugins/group/custom-flannel/DNS 0.23
385 TestNetworkPlugins/group/custom-flannel/Localhost 0.23
386 TestNetworkPlugins/group/custom-flannel/HairPin 0.2
387 TestNetworkPlugins/group/enable-default-cni/Start 73.33
388 TestNetworkPlugins/group/false/KubeletFlags 0.3
389 TestNetworkPlugins/group/false/NetCatPod 11.27
390 TestNetworkPlugins/group/false/DNS 0.19
391 TestNetworkPlugins/group/false/Localhost 0.16
392 TestNetworkPlugins/group/false/HairPin 0.18
393 TestNetworkPlugins/group/flannel/Start 60.14
394 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.33
395 TestNetworkPlugins/group/enable-default-cni/NetCatPod 11.45
396 TestNetworkPlugins/group/enable-default-cni/DNS 0.26
397 TestNetworkPlugins/group/enable-default-cni/Localhost 0.23
398 TestNetworkPlugins/group/enable-default-cni/HairPin 0.26
399 TestNetworkPlugins/group/bridge/Start 88.11
400 TestNetworkPlugins/group/flannel/ControllerPod 6.01
401 TestNetworkPlugins/group/flannel/KubeletFlags 0.34
402 TestNetworkPlugins/group/flannel/NetCatPod 10.41
403 TestNetworkPlugins/group/flannel/DNS 0.21
404 TestNetworkPlugins/group/flannel/Localhost 0.19
405 TestNetworkPlugins/group/flannel/HairPin 0.23
406 TestNetworkPlugins/group/kubenet/Start 69.83
407 TestNetworkPlugins/group/bridge/KubeletFlags 0.39
408 TestNetworkPlugins/group/bridge/NetCatPod 9.33
409 TestNetworkPlugins/group/bridge/DNS 0.19
410 TestNetworkPlugins/group/bridge/Localhost 0.21
411 TestNetworkPlugins/group/bridge/HairPin 0.17
412 TestNetworkPlugins/group/kubenet/KubeletFlags 0.27
413 TestNetworkPlugins/group/kubenet/NetCatPod 11.28
414 TestNetworkPlugins/group/kubenet/DNS 0.18
415 TestNetworkPlugins/group/kubenet/Localhost 0.17
416 TestNetworkPlugins/group/kubenet/HairPin 0.16
x
+
TestDownloadOnly/v1.20.0/json-events (6.21s)

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/preload-exists
I0317 10:25:28.293349    7585 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime docker
I0317 10:25:28.293427    7585 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20535-2275/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-docker-overlay2-arm64.tar.lz4
--- PASS: TestDownloadOnly/v1.20.0/preload-exists (0.00s)

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      | End Time |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| start   | -o=json --download-only        | download-only-424628 | jenkins | v1.35.0 | 17 Mar 25 10:25 UTC |          |
	|         | -p download-only-424628        |                      |         |         |                     |          |
	|         | --force --alsologtostderr      |                      |         |         |                     |          |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |          |
	|         | --container-runtime=docker     |                      |         |         |                     |          |
	|         | --driver=docker                |                      |         |         |                     |          |
	|         | --container-runtime=docker     |                      |         |         |                     |          |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	
	
	==> Last Start <==
	Log file created at: 2025/03/17 10:25:22
	Running on machine: ip-172-31-29-130
	Binary: Built with gc go1.24.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0317 10:25:22.133528    7590 out.go:345] Setting OutFile to fd 1 ...
	I0317 10:25:22.133682    7590 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0317 10:25:22.133697    7590 out.go:358] Setting ErrFile to fd 2...
	I0317 10:25:22.134035    7590 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0317 10:25:22.134339    7590 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20535-2275/.minikube/bin
	W0317 10:25:22.134487    7590 root.go:314] Error reading config file at /home/jenkins/minikube-integration/20535-2275/.minikube/config/config.json: open /home/jenkins/minikube-integration/20535-2275/.minikube/config/config.json: no such file or directory
	I0317 10:25:22.134943    7590 out.go:352] Setting JSON to true
	I0317 10:25:22.135713    7590 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":466,"bootTime":1742206657,"procs":148,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1077-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
	I0317 10:25:22.135785    7590 start.go:139] virtualization:  
	I0317 10:25:22.140260    7590 out.go:97] [download-only-424628] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	W0317 10:25:22.140502    7590 preload.go:293] Failed to list preload files: open /home/jenkins/minikube-integration/20535-2275/.minikube/cache/preloaded-tarball: no such file or directory
	I0317 10:25:22.140563    7590 notify.go:220] Checking for updates...
	I0317 10:25:22.143350    7590 out.go:169] MINIKUBE_LOCATION=20535
	I0317 10:25:22.146489    7590 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0317 10:25:22.149480    7590 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/20535-2275/kubeconfig
	I0317 10:25:22.152487    7590 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/20535-2275/.minikube
	I0317 10:25:22.155408    7590 out.go:169] MINIKUBE_BIN=out/minikube-linux-arm64
	W0317 10:25:22.161240    7590 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0317 10:25:22.161482    7590 driver.go:394] Setting default libvirt URI to qemu:///system
	I0317 10:25:22.192129    7590 docker.go:123] docker version: linux-28.0.1:Docker Engine - Community
	I0317 10:25:22.192234    7590 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0317 10:25:22.604557    7590 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:28 OomKillDisable:true NGoroutines:53 SystemTime:2025-03-17 10:25:22.595285313 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1077-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:28.0.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> Se
rverErrors:[] 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.21.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.33.1]] Warnings:<nil>}}
	I0317 10:25:22.604664    7590 docker.go:318] overlay module found
	I0317 10:25:22.607801    7590 out.go:97] Using the docker driver based on user configuration
	I0317 10:25:22.607840    7590 start.go:297] selected driver: docker
	I0317 10:25:22.607850    7590 start.go:901] validating driver "docker" against <nil>
	I0317 10:25:22.607959    7590 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0317 10:25:22.671335    7590 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:28 OomKillDisable:true NGoroutines:53 SystemTime:2025-03-17 10:25:22.662449878 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1077-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:28.0.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> Se
rverErrors:[] 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.21.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.33.1]] Warnings:<nil>}}
	I0317 10:25:22.671486    7590 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0317 10:25:22.671749    7590 start_flags.go:393] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0317 10:25:22.671917    7590 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0317 10:25:22.674961    7590 out.go:169] Using Docker driver with root privileges
	I0317 10:25:22.677749    7590 cni.go:84] Creating CNI manager for ""
	I0317 10:25:22.677813    7590 cni.go:162] CNI unnecessary in this configuration, recommending no CNI
	I0317 10:25:22.677890    7590 start.go:340] cluster config:
	{Name:download-only-424628 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 Memory:2200 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.20.0 ClusterName:download-only-424628 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local Co
ntainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.20.0 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0317 10:25:22.680923    7590 out.go:97] Starting "download-only-424628" primary control-plane node in "download-only-424628" cluster
	I0317 10:25:22.680944    7590 cache.go:121] Beginning downloading kic base image for docker with docker
	I0317 10:25:22.683724    7590 out.go:97] Pulling base image v0.0.46-1741860993-20523 ...
	I0317 10:25:22.683752    7590 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime docker
	I0317 10:25:22.683925    7590 image.go:81] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 in local docker daemon
	I0317 10:25:22.699596    7590 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 to local cache
	I0317 10:25:22.699765    7590 image.go:65] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 in local cache directory
	I0317 10:25:22.699869    7590 image.go:150] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 to local cache
	I0317 10:25:22.748306    7590 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.20.0/preloaded-images-k8s-v18-v1.20.0-docker-overlay2-arm64.tar.lz4
	I0317 10:25:22.748333    7590 cache.go:56] Caching tarball of preloaded images
	I0317 10:25:22.748522    7590 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime docker
	I0317 10:25:22.751846    7590 out.go:97] Downloading Kubernetes v1.20.0 preload ...
	I0317 10:25:22.751866    7590 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.20.0-docker-overlay2-arm64.tar.lz4 ...
	I0317 10:25:22.830199    7590 download.go:108] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.20.0/preloaded-images-k8s-v18-v1.20.0-docker-overlay2-arm64.tar.lz4?checksum=md5:1a3e8f9b29e6affec63d76d0d3000942 -> /home/jenkins/minikube-integration/20535-2275/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-docker-overlay2-arm64.tar.lz4
	I0317 10:25:26.524857    7590 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.20.0-docker-overlay2-arm64.tar.lz4 ...
	I0317 10:25:26.525000    7590 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/20535-2275/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-docker-overlay2-arm64.tar.lz4 ...
	I0317 10:25:27.031482    7590 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 as a tarball
	
	
	* The control-plane node download-only-424628 host does not exist
	  To start a cluster, run: "minikube start -p download-only-424628"

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.32.2/json-events (4.18s)

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.32.2/preload-exists
I0317 10:25:32.910394    7585 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime docker
I0317 10:25:32.910432    7585 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20535-2275/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-docker-overlay2-arm64.tar.lz4
--- PASS: TestDownloadOnly/v1.32.2/preload-exists (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.32.2/LogsDuration (0.11s)

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only        | download-only-424628 | jenkins | v1.35.0 | 17 Mar 25 10:25 UTC |                     |
	|         | -p download-only-424628        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |                     |
	|         | --container-runtime=docker     |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=docker     |                      |         |         |                     |                     |
	| delete  | --all                          | minikube             | jenkins | v1.35.0 | 17 Mar 25 10:25 UTC | 17 Mar 25 10:25 UTC |
	| delete  | -p download-only-424628        | download-only-424628 | jenkins | v1.35.0 | 17 Mar 25 10:25 UTC | 17 Mar 25 10:25 UTC |
	| start   | -o=json --download-only        | download-only-747021 | jenkins | v1.35.0 | 17 Mar 25 10:25 UTC |                     |
	|         | -p download-only-747021        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.32.2   |                      |         |         |                     |                     |
	|         | --container-runtime=docker     |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=docker     |                      |         |         |                     |                     |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2025/03/17 10:25:28
	Running on machine: ip-172-31-29-130
	Binary: Built with gc go1.24.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0317 10:25:28.774028    7789 out.go:345] Setting OutFile to fd 1 ...
	I0317 10:25:28.774138    7789 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0317 10:25:28.774148    7789 out.go:358] Setting ErrFile to fd 2...
	I0317 10:25:28.774153    7789 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0317 10:25:28.774397    7789 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20535-2275/.minikube/bin
	I0317 10:25:28.774802    7789 out.go:352] Setting JSON to true
	I0317 10:25:28.775559    7789 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":472,"bootTime":1742206657,"procs":146,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1077-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
	I0317 10:25:28.775623    7789 start.go:139] virtualization:  
	I0317 10:25:28.779198    7789 out.go:97] [download-only-747021] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	I0317 10:25:28.779441    7789 notify.go:220] Checking for updates...
	I0317 10:25:28.782867    7789 out.go:169] MINIKUBE_LOCATION=20535
	I0317 10:25:28.785973    7789 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0317 10:25:28.788801    7789 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/20535-2275/kubeconfig
	I0317 10:25:28.791792    7789 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/20535-2275/.minikube
	I0317 10:25:28.794692    7789 out.go:169] MINIKUBE_BIN=out/minikube-linux-arm64
	W0317 10:25:28.800378    7789 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0317 10:25:28.800603    7789 driver.go:394] Setting default libvirt URI to qemu:///system
	I0317 10:25:28.823445    7789 docker.go:123] docker version: linux-28.0.1:Docker Engine - Community
	I0317 10:25:28.823576    7789 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0317 10:25:28.882675    7789 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:28 OomKillDisable:true NGoroutines:46 SystemTime:2025-03-17 10:25:28.87401258 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1077-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aa
rch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:28.0.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> Ser
verErrors:[] 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.21.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.33.1]] Warnings:<nil>}}
	I0317 10:25:28.882785    7789 docker.go:318] overlay module found
	I0317 10:25:28.885790    7789 out.go:97] Using the docker driver based on user configuration
	I0317 10:25:28.885827    7789 start.go:297] selected driver: docker
	I0317 10:25:28.885836    7789 start.go:901] validating driver "docker" against <nil>
	I0317 10:25:28.885940    7789 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0317 10:25:28.939211    7789 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:28 OomKillDisable:true NGoroutines:46 SystemTime:2025-03-17 10:25:28.930962496 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1077-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:28.0.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> Se
rverErrors:[] 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.21.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.33.1]] Warnings:<nil>}}
	I0317 10:25:28.939363    7789 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0317 10:25:28.939620    7789 start_flags.go:393] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0317 10:25:28.939778    7789 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0317 10:25:28.942744    7789 out.go:169] Using Docker driver with root privileges
	
	
	* The control-plane node download-only-747021 host does not exist
	  To start a cluster, run: "minikube start -p download-only-747021"

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

                                                
                                    
x
+
TestDownloadOnly/v1.32.2/DeleteAll (0.3s)

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

                                                
                                    
x
+
TestDownloadOnly/v1.32.2/DeleteAlwaysSucceeds (0.18s)

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

                                                
                                    
x
+
TestBinaryMirror (0.58s)

                                                
                                                
=== RUN   TestBinaryMirror
I0317 10:25:34.692470    7585 binary.go:74] Not caching binary, using https://dl.k8s.io/release/v1.32.2/bin/linux/arm64/kubectl?checksum=file:https://dl.k8s.io/release/v1.32.2/bin/linux/arm64/kubectl.sha256
aaa_download_only_test.go:314: (dbg) Run:  out/minikube-linux-arm64 start --download-only -p binary-mirror-137704 --alsologtostderr --binary-mirror http://127.0.0.1:43599 --driver=docker  --container-runtime=docker
helpers_test.go:175: Cleaning up "binary-mirror-137704" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p binary-mirror-137704
--- PASS: TestBinaryMirror (0.58s)

                                                
                                    
x
+
TestOffline (86.91s)

                                                
                                                
=== RUN   TestOffline
=== PAUSE TestOffline

                                                
                                                

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

                                                
                                    
x
+
TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.07s)

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestAddons/PreSetup/DisablingAddonOnNonExistingCluster (0.07s)

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestAddons/Setup (223.54s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:107: (dbg) Run:  out/minikube-linux-arm64 start -p addons-955918 --wait=true --memory=4000 --alsologtostderr --addons=registry --addons=metrics-server --addons=volumesnapshots --addons=csi-hostpath-driver --addons=gcp-auth --addons=cloud-spanner --addons=inspektor-gadget --addons=nvidia-device-plugin --addons=yakd --addons=volcano --addons=amd-gpu-device-plugin --driver=docker  --container-runtime=docker --addons=ingress --addons=ingress-dns --addons=storage-provisioner-rancher
addons_test.go:107: (dbg) Done: out/minikube-linux-arm64 start -p addons-955918 --wait=true --memory=4000 --alsologtostderr --addons=registry --addons=metrics-server --addons=volumesnapshots --addons=csi-hostpath-driver --addons=gcp-auth --addons=cloud-spanner --addons=inspektor-gadget --addons=nvidia-device-plugin --addons=yakd --addons=volcano --addons=amd-gpu-device-plugin --driver=docker  --container-runtime=docker --addons=ingress --addons=ingress-dns --addons=storage-provisioner-rancher: (3m43.536360028s)
--- PASS: TestAddons/Setup (223.54s)

                                                
                                    
x
+
TestAddons/serial/Volcano (41.97s)

                                                
                                                
=== RUN   TestAddons/serial/Volcano
addons_test.go:823: volcano-controller stabilized in 63.963055ms
addons_test.go:815: volcano-admission stabilized in 64.611271ms
addons_test.go:807: volcano-scheduler stabilized in 65.320386ms
addons_test.go:829: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-scheduler" in namespace "volcano-system" ...
helpers_test.go:344: "volcano-scheduler-75fdd99bcf-jccg8" [ed9c1ef6-1924-43e1-a813-cf2b1f4aedeb] Running
addons_test.go:829: (dbg) TestAddons/serial/Volcano: app=volcano-scheduler healthy within 6.00502925s
addons_test.go:833: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-admission" in namespace "volcano-system" ...
helpers_test.go:344: "volcano-admission-75d8f6b5c-r82wl" [c80e8fca-2e73-4309-b47a-9764505334f8] Running
addons_test.go:833: (dbg) TestAddons/serial/Volcano: app=volcano-admission healthy within 5.00508051s
addons_test.go:837: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-controller" in namespace "volcano-system" ...
helpers_test.go:344: "volcano-controllers-86bdc5c9c-6mgmf" [cbbb6237-3eee-41d0-8b1c-4e1d64554b15] Running
addons_test.go:837: (dbg) TestAddons/serial/Volcano: app=volcano-controller healthy within 5.008411682s
addons_test.go:842: (dbg) Run:  kubectl --context addons-955918 delete -n volcano-system job volcano-admission-init
addons_test.go:848: (dbg) Run:  kubectl --context addons-955918 create -f testdata/vcjob.yaml
addons_test.go:856: (dbg) Run:  kubectl --context addons-955918 get vcjob -n my-volcano
addons_test.go:874: (dbg) TestAddons/serial/Volcano: waiting 3m0s for pods matching "volcano.sh/job-name=test-job" in namespace "my-volcano" ...
helpers_test.go:344: "test-job-nginx-0" [86e4ccf3-f550-4132-baed-93b2128c3ed7] Pending
helpers_test.go:344: "test-job-nginx-0" [86e4ccf3-f550-4132-baed-93b2128c3ed7] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "test-job-nginx-0" [86e4ccf3-f550-4132-baed-93b2128c3ed7] Running
addons_test.go:874: (dbg) TestAddons/serial/Volcano: volcano.sh/job-name=test-job healthy within 14.003000125s
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-955918 addons disable volcano --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-955918 addons disable volcano --alsologtostderr -v=1: (11.281410847s)
--- PASS: TestAddons/serial/Volcano (41.97s)

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

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

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

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/FakeCredentials
addons_test.go:614: (dbg) Run:  kubectl --context addons-955918 create -f testdata/busybox.yaml
addons_test.go:621: (dbg) Run:  kubectl --context addons-955918 create sa gcp-auth-test
addons_test.go:627: (dbg) TestAddons/serial/GCPAuth/FakeCredentials: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [be821976-18f2-4fc6-83fe-0e32dfcd62d3] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [be821976-18f2-4fc6-83fe-0e32dfcd62d3] Running
addons_test.go:627: (dbg) TestAddons/serial/GCPAuth/FakeCredentials: integration-test=busybox healthy within 8.003060318s
addons_test.go:633: (dbg) Run:  kubectl --context addons-955918 exec busybox -- /bin/sh -c "printenv GOOGLE_APPLICATION_CREDENTIALS"
addons_test.go:645: (dbg) Run:  kubectl --context addons-955918 describe sa gcp-auth-test
addons_test.go:659: (dbg) Run:  kubectl --context addons-955918 exec busybox -- /bin/sh -c "cat /google-app-creds.json"
addons_test.go:683: (dbg) Run:  kubectl --context addons-955918 exec busybox -- /bin/sh -c "printenv GOOGLE_CLOUD_PROJECT"
--- PASS: TestAddons/serial/GCPAuth/FakeCredentials (9.02s)

                                                
                                    
x
+
TestAddons/parallel/Registry (17.12s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:321: registry stabilized in 4.153377ms
addons_test.go:323: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-6c88467877-f9lnc" [6dbb9565-b098-4352-bb68-aa5c3d13d29e] Running
addons_test.go:323: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 5.003444903s
addons_test.go:326: (dbg) TestAddons/parallel/Registry: waiting 10m0s for pods matching "registry-proxy=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-proxy-5s69z" [8dde21cb-3e02-4c95-92c6-fa9f3718fe31] Running
addons_test.go:326: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 6.004368971s
addons_test.go:331: (dbg) Run:  kubectl --context addons-955918 delete po -l run=registry-test --now
addons_test.go:336: (dbg) Run:  kubectl --context addons-955918 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c "wget --spider -S http://registry.kube-system.svc.cluster.local"
addons_test.go:336: (dbg) Done: kubectl --context addons-955918 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": (5.065013465s)
addons_test.go:350: (dbg) Run:  out/minikube-linux-arm64 -p addons-955918 ip
2025/03/17 10:30:35 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-955918 addons disable registry --alsologtostderr -v=1
--- PASS: TestAddons/parallel/Registry (17.12s)

                                                
                                    
x
+
TestAddons/parallel/Ingress (19.37s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run:  kubectl --context addons-955918 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:232: (dbg) Run:  kubectl --context addons-955918 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run:  kubectl --context addons-955918 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [77396065-5134-48ac-8cfd-eb1bbd6edfa0] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [77396065-5134-48ac-8cfd-eb1bbd6edfa0] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.003979798s
I0317 10:31:55.205755    7585 kapi.go:150] Service nginx in namespace default found.
addons_test.go:262: (dbg) Run:  out/minikube-linux-arm64 -p addons-955918 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:286: (dbg) Run:  kubectl --context addons-955918 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run:  out/minikube-linux-arm64 -p addons-955918 ip
addons_test.go:297: (dbg) Run:  nslookup hello-john.test 192.168.49.2
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-955918 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-955918 addons disable ingress --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-955918 addons disable ingress --alsologtostderr -v=1: (7.858894457s)
--- PASS: TestAddons/parallel/Ingress (19.37s)

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (11.93s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/InspektorGadget
addons_test.go:762: (dbg) TestAddons/parallel/InspektorGadget: waiting 8m0s for pods matching "k8s-app=gadget" in namespace "gadget" ...
helpers_test.go:344: "gadget-9ww25" [f5bd72b2-4044-49cf-a7e4-0b261de08579] Running
addons_test.go:762: (dbg) TestAddons/parallel/InspektorGadget: k8s-app=gadget healthy within 6.006451643s
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-955918 addons disable inspektor-gadget --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-955918 addons disable inspektor-gadget --alsologtostderr -v=1: (5.919420569s)
--- PASS: TestAddons/parallel/InspektorGadget (11.93s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (5.75s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:394: metrics-server stabilized in 5.582533ms
addons_test.go:396: (dbg) TestAddons/parallel/MetricsServer: waiting 6m0s for pods matching "k8s-app=metrics-server" in namespace "kube-system" ...
helpers_test.go:344: "metrics-server-7fbb699795-zjcks" [bc465d9d-55d3-4a89-bfe8-7ad1e06d9e0d] Running
addons_test.go:396: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 5.004241221s
addons_test.go:402: (dbg) Run:  kubectl --context addons-955918 top pods -n kube-system
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-955918 addons disable metrics-server --alsologtostderr -v=1
--- PASS: TestAddons/parallel/MetricsServer (5.75s)

                                                
                                    
x
+
TestAddons/parallel/CSI (45.12s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
I0317 10:31:00.490300    7585 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0317 10:31:00.493520    7585 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0317 10:31:00.493554    7585 kapi.go:107] duration metric: took 6.716726ms to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
addons_test.go:488: csi-hostpath-driver pods stabilized in 6.728155ms
addons_test.go:491: (dbg) Run:  kubectl --context addons-955918 create -f testdata/csi-hostpath-driver/pvc.yaml
addons_test.go:496: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:501: (dbg) Run:  kubectl --context addons-955918 create -f testdata/csi-hostpath-driver/pv-pod.yaml
addons_test.go:506: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod" in namespace "default" ...
helpers_test.go:344: "task-pv-pod" [3c00458e-1158-4bf1-a0b1-7dd92416f1df] Pending
helpers_test.go:344: "task-pv-pod" [3c00458e-1158-4bf1-a0b1-7dd92416f1df] 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" [3c00458e-1158-4bf1-a0b1-7dd92416f1df] Running
addons_test.go:506: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 8.003730714s
addons_test.go:511: (dbg) Run:  kubectl --context addons-955918 create -f testdata/csi-hostpath-driver/snapshot.yaml
addons_test.go:516: (dbg) TestAddons/parallel/CSI: waiting 6m0s for volume snapshot "new-snapshot-demo" in namespace "default" ...
helpers_test.go:419: (dbg) Run:  kubectl --context addons-955918 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:427: TestAddons/parallel/CSI: WARNING: volume snapshot get for "default" "new-snapshot-demo" returned: 
helpers_test.go:419: (dbg) Run:  kubectl --context addons-955918 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:521: (dbg) Run:  kubectl --context addons-955918 delete pod task-pv-pod
addons_test.go:521: (dbg) Done: kubectl --context addons-955918 delete pod task-pv-pod: (1.165326061s)
addons_test.go:527: (dbg) Run:  kubectl --context addons-955918 delete pvc hpvc
addons_test.go:533: (dbg) Run:  kubectl --context addons-955918 create -f testdata/csi-hostpath-driver/pvc-restore.yaml
addons_test.go:538: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc-restore" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:543: (dbg) Run:  kubectl --context addons-955918 create -f testdata/csi-hostpath-driver/pv-pod-restore.yaml
addons_test.go:548: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod-restore" in namespace "default" ...
helpers_test.go:344: "task-pv-pod-restore" [20df95fc-ed2f-49a0-9495-457db574208b] Pending
helpers_test.go:344: "task-pv-pod-restore" [20df95fc-ed2f-49a0-9495-457db574208b] 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" [20df95fc-ed2f-49a0-9495-457db574208b] Running
addons_test.go:548: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 8.00320462s
addons_test.go:553: (dbg) Run:  kubectl --context addons-955918 delete pod task-pv-pod-restore
addons_test.go:557: (dbg) Run:  kubectl --context addons-955918 delete pvc hpvc-restore
addons_test.go:561: (dbg) Run:  kubectl --context addons-955918 delete volumesnapshot new-snapshot-demo
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-955918 addons disable volumesnapshots --alsologtostderr -v=1
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-955918 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-955918 addons disable csi-hostpath-driver --alsologtostderr -v=1: (6.660072244s)
--- PASS: TestAddons/parallel/CSI (45.12s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (17.07s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp
addons_test.go:747: (dbg) Run:  out/minikube-linux-arm64 addons enable headlamp -p addons-955918 --alsologtostderr -v=1
addons_test.go:747: (dbg) Done: out/minikube-linux-arm64 addons enable headlamp -p addons-955918 --alsologtostderr -v=1: (1.168927057s)
addons_test.go:752: (dbg) TestAddons/parallel/Headlamp: waiting 8m0s for pods matching "app.kubernetes.io/name=headlamp" in namespace "headlamp" ...
helpers_test.go:344: "headlamp-5d4b5d7bd6-x2zgj" [ff46efdc-7a74-4b93-beca-c458375cfb59] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-5d4b5d7bd6-x2zgj" [ff46efdc-7a74-4b93-beca-c458375cfb59] Running
addons_test.go:752: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 10.003946211s
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-955918 addons disable headlamp --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-955918 addons disable headlamp --alsologtostderr -v=1: (5.899892419s)
--- PASS: TestAddons/parallel/Headlamp (17.07s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (6.55s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CloudSpanner
addons_test.go:779: (dbg) TestAddons/parallel/CloudSpanner: waiting 6m0s for pods matching "app=cloud-spanner-emulator" in namespace "default" ...
helpers_test.go:344: "cloud-spanner-emulator-754dc876cd-kpj5f" [4f96c2fb-af33-4818-818a-e9c2eba918c1] Running
addons_test.go:779: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 6.003148801s
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-955918 addons disable cloud-spanner --alsologtostderr -v=1
--- PASS: TestAddons/parallel/CloudSpanner (6.55s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (51.89s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:888: (dbg) Run:  kubectl --context addons-955918 apply -f testdata/storage-provisioner-rancher/pvc.yaml
addons_test.go:894: (dbg) Run:  kubectl --context addons-955918 apply -f testdata/storage-provisioner-rancher/pod.yaml
addons_test.go:898: (dbg) TestAddons/parallel/LocalPath: waiting 5m0s for pvc "test-pvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-955918 get pvc test-pvc -o jsonpath={.status.phase} -n default
addons_test.go:901: (dbg) TestAddons/parallel/LocalPath: waiting 3m0s for pods matching "run=test-local-path" in namespace "default" ...
helpers_test.go:344: "test-local-path" [744130d5-5e2c-4c8d-a5f7-8f8cd430fbe3] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "test-local-path" [744130d5-5e2c-4c8d-a5f7-8f8cd430fbe3] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "test-local-path" [744130d5-5e2c-4c8d-a5f7-8f8cd430fbe3] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
addons_test.go:901: (dbg) TestAddons/parallel/LocalPath: run=test-local-path healthy within 3.003261506s
addons_test.go:906: (dbg) Run:  kubectl --context addons-955918 get pvc test-pvc -o=json
addons_test.go:915: (dbg) Run:  out/minikube-linux-arm64 -p addons-955918 ssh "cat /opt/local-path-provisioner/pvc-43376c93-cb27-4bf3-9d6a-641d576b3c78_default_test-pvc/file1"
addons_test.go:927: (dbg) Run:  kubectl --context addons-955918 delete pod test-local-path
addons_test.go:931: (dbg) Run:  kubectl --context addons-955918 delete pvc test-pvc
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-955918 addons disable storage-provisioner-rancher --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-955918 addons disable storage-provisioner-rancher --alsologtostderr -v=1: (43.382340116s)
--- PASS: TestAddons/parallel/LocalPath (51.89s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (5.93s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/NvidiaDevicePlugin
addons_test.go:964: (dbg) TestAddons/parallel/NvidiaDevicePlugin: waiting 6m0s for pods matching "name=nvidia-device-plugin-ds" in namespace "kube-system" ...
helpers_test.go:344: "nvidia-device-plugin-daemonset-c2v6l" [2296c32d-f3d5-4e84-a881-86ee300fe704] Running
addons_test.go:964: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 5.00374418s
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-955918 addons disable nvidia-device-plugin --alsologtostderr -v=1
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (5.93s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (11.83s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Yakd
addons_test.go:986: (dbg) TestAddons/parallel/Yakd: waiting 2m0s for pods matching "app.kubernetes.io/name=yakd-dashboard" in namespace "yakd-dashboard" ...
helpers_test.go:344: "yakd-dashboard-575dd5996b-2jzfm" [027fbdba-1ebe-47dd-876f-539e7802e6a0] Running
addons_test.go:986: (dbg) TestAddons/parallel/Yakd: app.kubernetes.io/name=yakd-dashboard healthy within 6.003438628s
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-955918 addons disable yakd --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-955918 addons disable yakd --alsologtostderr -v=1: (5.826421103s)
--- PASS: TestAddons/parallel/Yakd (11.83s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (11.17s)

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

                                                
                                    
x
+
TestCertOptions (33.32s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

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

                                                
                                    
x
+
TestCertExpiration (245.56s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:123: (dbg) Run:  out/minikube-linux-arm64 start -p cert-expiration-494445 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=docker
cert_options_test.go:123: (dbg) Done: out/minikube-linux-arm64 start -p cert-expiration-494445 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=docker: (39.887818683s)
E0317 11:15:53.218012    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/skaffold-803679/client.crt: no such file or directory" logger="UnhandledError"
cert_options_test.go:131: (dbg) Run:  out/minikube-linux-arm64 start -p cert-expiration-494445 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=docker
cert_options_test.go:131: (dbg) Done: out/minikube-linux-arm64 start -p cert-expiration-494445 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=docker: (23.469248943s)
helpers_test.go:175: Cleaning up "cert-expiration-494445" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p cert-expiration-494445
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p cert-expiration-494445: (2.20312984s)
--- PASS: TestCertExpiration (245.56s)

                                                
                                    
x
+
TestDockerFlags (37.68s)

                                                
                                                
=== RUN   TestDockerFlags
=== PAUSE TestDockerFlags

                                                
                                                

                                                
                                                
=== CONT  TestDockerFlags
docker_test.go:51: (dbg) Run:  out/minikube-linux-arm64 start -p docker-flags-385387 --cache-images=false --memory=2048 --install-addons=false --wait=false --docker-env=FOO=BAR --docker-env=BAZ=BAT --docker-opt=debug --docker-opt=icc=true --alsologtostderr -v=5 --driver=docker  --container-runtime=docker
E0317 11:15:25.243100    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
docker_test.go:51: (dbg) Done: out/minikube-linux-arm64 start -p docker-flags-385387 --cache-images=false --memory=2048 --install-addons=false --wait=false --docker-env=FOO=BAR --docker-env=BAZ=BAT --docker-opt=debug --docker-opt=icc=true --alsologtostderr -v=5 --driver=docker  --container-runtime=docker: (34.900336097s)
docker_test.go:56: (dbg) Run:  out/minikube-linux-arm64 -p docker-flags-385387 ssh "sudo systemctl show docker --property=Environment --no-pager"
docker_test.go:67: (dbg) Run:  out/minikube-linux-arm64 -p docker-flags-385387 ssh "sudo systemctl show docker --property=ExecStart --no-pager"
helpers_test.go:175: Cleaning up "docker-flags-385387" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p docker-flags-385387
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p docker-flags-385387: (2.187609573s)
--- PASS: TestDockerFlags (37.68s)

                                                
                                    
x
+
TestForceSystemdFlag (42.72s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdFlag
docker_test.go:91: (dbg) Run:  out/minikube-linux-arm64 start -p force-systemd-flag-245828 --memory=2048 --force-systemd --alsologtostderr -v=5 --driver=docker  --container-runtime=docker
E0317 11:13:28.311758    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:13:37.081937    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/skaffold-803679/client.crt: no such file or directory" logger="UnhandledError"
docker_test.go:91: (dbg) Done: out/minikube-linux-arm64 start -p force-systemd-flag-245828 --memory=2048 --force-systemd --alsologtostderr -v=5 --driver=docker  --container-runtime=docker: (39.576667247s)
docker_test.go:110: (dbg) Run:  out/minikube-linux-arm64 -p force-systemd-flag-245828 ssh "docker info --format {{.CgroupDriver}}"
helpers_test.go:175: Cleaning up "force-systemd-flag-245828" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p force-systemd-flag-245828
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p force-systemd-flag-245828: (2.416343878s)
--- PASS: TestForceSystemdFlag (42.72s)

                                                
                                    
x
+
TestForceSystemdEnv (42.63s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

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

                                                
                                    
x
+
TestErrorSpam/setup (32.68s)

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

                                                
                                    
x
+
TestErrorSpam/start (0.75s)

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

                                                
                                    
x
+
TestErrorSpam/status (1.05s)

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

                                                
                                    
x
+
TestErrorSpam/pause (1.34s)

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

                                                
                                    
x
+
TestErrorSpam/unpause (1.46s)

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

                                                
                                    
x
+
TestErrorSpam/stop (10.97s)

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

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0s)

                                                
                                                
=== RUN   TestFunctional/serial/CopySyncFile
functional_test.go:1872: local sync path: /home/jenkins/minikube-integration/20535-2275/.minikube/files/etc/test/nested/copy/7585/hosts
--- PASS: TestFunctional/serial/CopySyncFile (0.00s)

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (46.79s)

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

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (27.18s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
I0317 10:33:55.927655    7585 config.go:182] Loaded profile config "functional-946590": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
functional_test.go:676: (dbg) Run:  out/minikube-linux-arm64 start -p functional-946590 --alsologtostderr -v=8
E0317 10:34:18.923718    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:34:18.930781    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:34:18.942158    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:34:18.963501    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:34:19.005489    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:34:19.087002    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:34:19.248320    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:34:19.569614    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:34:20.211018    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:34:21.493315    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:676: (dbg) Done: out/minikube-linux-arm64 start -p functional-946590 --alsologtostderr -v=8: (27.176615052s)
functional_test.go:680: soft start took 27.184795475s for "functional-946590" cluster.
I0317 10:34:23.104592    7585 config.go:182] Loaded profile config "functional-946590": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
--- PASS: TestFunctional/serial/SoftStart (27.18s)

                                                
                                    
x
+
TestFunctional/serial/KubeContext (0.06s)

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

                                                
                                    
x
+
TestFunctional/serial/KubectlGetPods (0.11s)

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

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_remote
functional_test.go:1066: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 cache add registry.k8s.io/pause:3.1
E0317 10:34:24.055198    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:1066: (dbg) Done: out/minikube-linux-arm64 -p functional-946590 cache add registry.k8s.io/pause:3.1: (1.164136126s)
functional_test.go:1066: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 cache add registry.k8s.io/pause:3.3
functional_test.go:1066: (dbg) Done: out/minikube-linux-arm64 -p functional-946590 cache add registry.k8s.io/pause:3.3: (1.068836251s)
functional_test.go:1066: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 cache add registry.k8s.io/pause:latest
--- PASS: TestFunctional/serial/CacheCmd/cache/add_remote (3.23s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_local
functional_test.go:1094: (dbg) Run:  docker build -t minikube-local-cache-test:functional-946590 /tmp/TestFunctionalserialCacheCmdcacheadd_local1164503141/001
functional_test.go:1106: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 cache add minikube-local-cache-test:functional-946590
functional_test.go:1111: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 cache delete minikube-local-cache-test:functional-946590
functional_test.go:1100: (dbg) Run:  docker rmi minikube-local-cache-test:functional-946590
--- PASS: TestFunctional/serial/CacheCmd/cache/add_local (0.97s)

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

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

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

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

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

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

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

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

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

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

                                                
                                                
** /stderr **
functional_test.go:1175: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 cache reload
E0317 10:34:29.176986    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:1180: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 ssh sudo crictl inspecti registry.k8s.io/pause:latest
--- PASS: TestFunctional/serial/CacheCmd/cache/cache_reload (1.70s)

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

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.14s)

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.13s)

                                                
                                                
=== RUN   TestFunctional/serial/MinikubeKubectlCmdDirectly
functional_test.go:758: (dbg) Run:  out/kubectl --context functional-946590 get pods
--- PASS: TestFunctional/serial/MinikubeKubectlCmdDirectly (0.13s)

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (41.58s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:774: (dbg) Run:  out/minikube-linux-arm64 start -p functional-946590 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
E0317 10:34:39.419110    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:34:59.901357    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:774: (dbg) Done: out/minikube-linux-arm64 start -p functional-946590 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (41.577119379s)
functional_test.go:778: restart took 41.577228524s for "functional-946590" cluster.
I0317 10:35:11.580179    7585 config.go:182] Loaded profile config "functional-946590": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
--- PASS: TestFunctional/serial/ExtraConfig (41.58s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.09s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (1.22s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsCmd
functional_test.go:1253: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 logs
functional_test.go:1253: (dbg) Done: out/minikube-linux-arm64 -p functional-946590 logs: (1.222577398s)
--- PASS: TestFunctional/serial/LogsCmd (1.22s)

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.23s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1267: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 logs --file /tmp/TestFunctionalserialLogsFileCmd676888542/001/logs.txt
functional_test.go:1267: (dbg) Done: out/minikube-linux-arm64 -p functional-946590 logs --file /tmp/TestFunctionalserialLogsFileCmd676888542/001/logs.txt: (1.228899774s)
--- PASS: TestFunctional/serial/LogsFileCmd (1.23s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (4.84s)

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

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

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

                                                
                                                
** /stderr **
functional_test.go:2344: (dbg) Run:  kubectl --context functional-946590 delete -f testdata/invalidsvc.yaml
functional_test.go:2344: (dbg) Done: kubectl --context functional-946590 delete -f testdata/invalidsvc.yaml: (1.225929498s)
--- PASS: TestFunctional/serial/InvalidService (4.84s)

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (0.52s)

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

                                                
                                                

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (10.97s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/DryRun (0.45s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0317 10:36:01.117675   50866 out.go:345] Setting OutFile to fd 1 ...
	I0317 10:36:01.117906   50866 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0317 10:36:01.117948   50866 out.go:358] Setting ErrFile to fd 2...
	I0317 10:36:01.117972   50866 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0317 10:36:01.118256   50866 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20535-2275/.minikube/bin
	I0317 10:36:01.118691   50866 out.go:352] Setting JSON to false
	I0317 10:36:01.119815   50866 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":1105,"bootTime":1742206657,"procs":224,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1077-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
	I0317 10:36:01.119932   50866 start.go:139] virtualization:  
	I0317 10:36:01.124010   50866 out.go:177] * [functional-946590] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	I0317 10:36:01.127202   50866 out.go:177]   - MINIKUBE_LOCATION=20535
	I0317 10:36:01.127320   50866 notify.go:220] Checking for updates...
	I0317 10:36:01.133004   50866 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0317 10:36:01.136238   50866 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20535-2275/kubeconfig
	I0317 10:36:01.139699   50866 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20535-2275/.minikube
	I0317 10:36:01.142669   50866 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0317 10:36:01.145578   50866 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0317 10:36:01.148812   50866 config.go:182] Loaded profile config "functional-946590": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
	I0317 10:36:01.149370   50866 driver.go:394] Setting default libvirt URI to qemu:///system
	I0317 10:36:01.182256   50866 docker.go:123] docker version: linux-28.0.1:Docker Engine - Community
	I0317 10:36:01.182406   50866 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0317 10:36:01.246862   50866 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:36 OomKillDisable:true NGoroutines:53 SystemTime:2025-03-17 10:36:01.236775993 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1077-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:28.0.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> Se
rverErrors:[] 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.21.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.33.1]] Warnings:<nil>}}
	I0317 10:36:01.247037   50866 docker.go:318] overlay module found
	I0317 10:36:01.250326   50866 out.go:177] * Using the docker driver based on existing profile
	I0317 10:36:01.253142   50866 start.go:297] selected driver: docker
	I0317 10:36:01.253163   50866 start.go:901] validating driver "docker" against &{Name:functional-946590 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:functional-946590 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.32.2 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker Mou
ntIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0317 10:36:01.253260   50866 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0317 10:36:01.256786   50866 out.go:201] 
	W0317 10:36:01.259593   50866 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
	I0317 10:36:01.262375   50866 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (0.19s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0317 10:36:01.566914   50989 out.go:345] Setting OutFile to fd 1 ...
	I0317 10:36:01.567074   50989 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0317 10:36:01.567085   50989 out.go:358] Setting ErrFile to fd 2...
	I0317 10:36:01.567091   50989 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0317 10:36:01.568298   50989 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20535-2275/.minikube/bin
	I0317 10:36:01.568842   50989 out.go:352] Setting JSON to false
	I0317 10:36:01.569938   50989 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":1105,"bootTime":1742206657,"procs":224,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1077-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
	I0317 10:36:01.570021   50989 start.go:139] virtualization:  
	I0317 10:36:01.573390   50989 out.go:177] * [functional-946590] minikube v1.35.0 sur Ubuntu 20.04 (arm64)
	I0317 10:36:01.576471   50989 out.go:177]   - MINIKUBE_LOCATION=20535
	I0317 10:36:01.576529   50989 notify.go:220] Checking for updates...
	I0317 10:36:01.582059   50989 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0317 10:36:01.590607   50989 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20535-2275/kubeconfig
	I0317 10:36:01.592868   50989 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20535-2275/.minikube
	I0317 10:36:01.595209   50989 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0317 10:36:01.597590   50989 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0317 10:36:01.600632   50989 config.go:182] Loaded profile config "functional-946590": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
	I0317 10:36:01.601317   50989 driver.go:394] Setting default libvirt URI to qemu:///system
	I0317 10:36:01.624385   50989 docker.go:123] docker version: linux-28.0.1:Docker Engine - Community
	I0317 10:36:01.624498   50989 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0317 10:36:01.683694   50989 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:36 OomKillDisable:true NGoroutines:53 SystemTime:2025-03-17 10:36:01.674174173 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1077-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:28.0.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> Se
rverErrors:[] 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.21.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.33.1]] Warnings:<nil>}}
	I0317 10:36:01.683800   50989 docker.go:318] overlay module found
	I0317 10:36:01.686519   50989 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0317 10:36:01.689063   50989 start.go:297] selected driver: docker
	I0317 10:36:01.689080   50989 start.go:901] validating driver "docker" against &{Name:functional-946590 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:functional-946590 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.32.2 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker Mou
ntIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0317 10:36:01.689174   50989 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0317 10:36:01.692458   50989 out.go:201] 
	W0317 10:36:01.695039   50989 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
	I0317 10:36:01.697722   50989 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (1.26s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/StatusCmd
functional_test.go:871: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 status
functional_test.go:877: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 status -f host:{{.Host}},kublet:{{.Kubelet}},apiserver:{{.APIServer}},kubeconfig:{{.Kubeconfig}}
functional_test.go:889: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 status -o json
--- PASS: TestFunctional/parallel/StatusCmd (1.26s)

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (7.66s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1644: (dbg) Run:  kubectl --context functional-946590 create deployment hello-node-connect --image=registry.k8s.io/echoserver-arm:1.8
functional_test.go:1652: (dbg) Run:  kubectl --context functional-946590 expose deployment hello-node-connect --type=NodePort --port=8080
functional_test.go:1657: (dbg) TestFunctional/parallel/ServiceCmdConnect: waiting 10m0s for pods matching "app=hello-node-connect" in namespace "default" ...
helpers_test.go:344: "hello-node-connect-8449669db6-5fxvm" [d510a1b9-8739-4015-8fcf-71c691c40ba3] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver-arm]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver-arm])
helpers_test.go:344: "hello-node-connect-8449669db6-5fxvm" [d510a1b9-8739-4015-8fcf-71c691c40ba3] Running
E0317 10:35:40.862738    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:1657: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 7.003835052s
functional_test.go:1666: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 service hello-node-connect --url
functional_test.go:1672: found endpoint for hello-node-connect: http://192.168.49.2:31132
functional_test.go:1692: http://192.168.49.2:31132: success! body:

                                                
                                                

                                                
                                                
Hostname: hello-node-connect-8449669db6-5fxvm

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

                                                
                                                
Request Body:
	-no body in request-

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

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.15s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/AddonsCmd
functional_test.go:1707: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 addons list
functional_test.go:1719: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 addons list -o json
--- PASS: TestFunctional/parallel/AddonsCmd (0.15s)

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (27.61s)

                                                
                                                
=== 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" [8840c705-9af7-406a-8da9-3a1da16ee0d8] Running
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 6.003080193s
functional_test_pvc_test.go:49: (dbg) Run:  kubectl --context functional-946590 get storageclass -o=json
functional_test_pvc_test.go:69: (dbg) Run:  kubectl --context functional-946590 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-946590 get pvc myclaim -o=json
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-946590 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" [eb27d39f-141b-431b-8d15-367860881217] Pending
helpers_test.go:344: "sp-pod" [eb27d39f-141b-431b-8d15-367860881217] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [eb27d39f-141b-431b-8d15-367860881217] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 12.004365895s
functional_test_pvc_test.go:100: (dbg) Run:  kubectl --context functional-946590 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:106: (dbg) Run:  kubectl --context functional-946590 delete -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-946590 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" [89250fcb-c6d1-4eb6-9466-13cb6cf10b6f] Pending
helpers_test.go:344: "sp-pod" [89250fcb-c6d1-4eb6-9466-13cb6cf10b6f] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [89250fcb-c6d1-4eb6-9466-13cb6cf10b6f] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 8.003210238s
functional_test_pvc_test.go:114: (dbg) Run:  kubectl --context functional-946590 exec sp-pod -- ls /tmp/mount
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (27.61s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (0.66s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (2.07s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.39s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/FileSync
functional_test.go:1946: Checking for existence of /etc/test/nested/copy/7585/hosts within VM
functional_test.go:1948: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 ssh "sudo cat /etc/test/nested/copy/7585/hosts"
functional_test.go:1953: file sync test content: Test file for checking file sync process
--- PASS: TestFunctional/parallel/FileSync (0.39s)

                                                
                                    
x
+
TestFunctional/parallel/CertSync (2.06s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/CertSync
functional_test.go:1989: Checking for existence of /etc/ssl/certs/7585.pem within VM
functional_test.go:1990: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 ssh "sudo cat /etc/ssl/certs/7585.pem"
functional_test.go:1989: Checking for existence of /usr/share/ca-certificates/7585.pem within VM
functional_test.go:1990: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 ssh "sudo cat /usr/share/ca-certificates/7585.pem"
functional_test.go:1989: Checking for existence of /etc/ssl/certs/51391683.0 within VM
functional_test.go:1990: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 ssh "sudo cat /etc/ssl/certs/51391683.0"
functional_test.go:2016: Checking for existence of /etc/ssl/certs/75852.pem within VM
functional_test.go:2017: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 ssh "sudo cat /etc/ssl/certs/75852.pem"
functional_test.go:2016: Checking for existence of /usr/share/ca-certificates/75852.pem within VM
functional_test.go:2017: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 ssh "sudo cat /usr/share/ca-certificates/75852.pem"
functional_test.go:2016: Checking for existence of /etc/ssl/certs/3ec20f2e.0 within VM
functional_test.go:2017: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 ssh "sudo cat /etc/ssl/certs/3ec20f2e.0"
--- PASS: TestFunctional/parallel/CertSync (2.06s)

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.1s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/NodeLabels
functional_test.go:236: (dbg) Run:  kubectl --context functional-946590 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.38s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                    
x
+
TestFunctional/parallel/License (0.28s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/License
functional_test.go:2305: (dbg) Run:  out/minikube-linux-arm64 license
--- PASS: TestFunctional/parallel/License (0.28s)

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

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

                                                
                                                

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

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/Version/components
functional_test.go:2287: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 version -o=json --components
functional_test.go:2287: (dbg) Done: out/minikube-linux-arm64 -p functional-946590 version -o=json --components: (1.158773742s)
--- PASS: TestFunctional/parallel/Version/components (1.16s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListShort
functional_test.go:278: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 image ls --format short --alsologtostderr
functional_test.go:283: (dbg) Stdout: out/minikube-linux-arm64 -p functional-946590 image ls --format short --alsologtostderr:
registry.k8s.io/pause:latest
registry.k8s.io/pause:3.3
registry.k8s.io/pause:3.10
registry.k8s.io/pause:3.1
registry.k8s.io/kube-scheduler:v1.32.2
registry.k8s.io/kube-proxy:v1.32.2
registry.k8s.io/kube-controller-manager:v1.32.2
registry.k8s.io/kube-apiserver:v1.32.2
registry.k8s.io/etcd:3.5.16-0
registry.k8s.io/echoserver-arm:1.8
registry.k8s.io/coredns/coredns:v1.11.3
gcr.io/k8s-minikube/storage-provisioner:v5
gcr.io/k8s-minikube/busybox:1.28.4-glibc
docker.io/library/nginx:latest
docker.io/library/nginx:alpine
docker.io/library/minikube-local-cache-test:functional-946590
docker.io/kicbase/echo-server:functional-946590
functional_test.go:286: (dbg) Stderr: out/minikube-linux-arm64 -p functional-946590 image ls --format short --alsologtostderr:
I0317 10:36:07.020860   51621 out.go:345] Setting OutFile to fd 1 ...
I0317 10:36:07.021035   51621 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0317 10:36:07.021042   51621 out.go:358] Setting ErrFile to fd 2...
I0317 10:36:07.021046   51621 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0317 10:36:07.021269   51621 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20535-2275/.minikube/bin
I0317 10:36:07.021859   51621 config.go:182] Loaded profile config "functional-946590": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
I0317 10:36:07.021968   51621 config.go:182] Loaded profile config "functional-946590": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
I0317 10:36:07.022404   51621 cli_runner.go:164] Run: docker container inspect functional-946590 --format={{.State.Status}}
I0317 10:36:07.043592   51621 ssh_runner.go:195] Run: systemctl --version
I0317 10:36:07.043645   51621 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-946590
I0317 10:36:07.062528   51621 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32778 SSHKeyPath:/home/jenkins/minikube-integration/20535-2275/.minikube/machines/functional-946590/id_rsa Username:docker}
I0317 10:36:07.152176   51621 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.24s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListTable
functional_test.go:278: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 image ls --format table --alsologtostderr
functional_test.go:283: (dbg) Stdout: out/minikube-linux-arm64 -p functional-946590 image ls --format table --alsologtostderr:
|---------------------------------------------|-------------------|---------------|--------|
|                    Image                    |        Tag        |   Image ID    |  Size  |
|---------------------------------------------|-------------------|---------------|--------|
| localhost/my-image                          | functional-946590 | e3223ee599c0c | 1.41MB |
| docker.io/library/minikube-local-cache-test | functional-946590 | 98425042b2217 | 30B    |
| docker.io/library/nginx                     | latest            | 678546cdd20cd | 197MB  |
| registry.k8s.io/pause                       | 3.10              | afb61768ce381 | 514kB  |
| docker.io/kubernetesui/metrics-scraper      | <none>            | a422e0e982356 | 42.3MB |
| registry.k8s.io/pause                       | 3.3               | 3d18732f8686c | 484kB  |
| gcr.io/k8s-minikube/busybox                 | 1.28.4-glibc      | 1611cd07b61d5 | 3.55MB |
| registry.k8s.io/echoserver-arm              | 1.8               | 72565bf5bbedf | 85MB   |
| registry.k8s.io/kube-controller-manager     | v1.32.2           | 3c9285acfd2ff | 87.2MB |
| registry.k8s.io/kube-scheduler              | v1.32.2           | 82dfa03f692fb | 67.9MB |
| registry.k8s.io/etcd                        | 3.5.16-0          | 7fc9d4aa817aa | 142MB  |
| docker.io/kubernetesui/dashboard            | <none>            | 20b332c9a70d8 | 244MB  |
| gcr.io/k8s-minikube/storage-provisioner     | v5                | ba04bb24b9575 | 29MB   |
| registry.k8s.io/kube-apiserver              | v1.32.2           | 6417e1437b6d9 | 93.9MB |
| registry.k8s.io/kube-proxy                  | v1.32.2           | e5aac5df76d9b | 97.1MB |
| registry.k8s.io/pause                       | 3.1               | 8057e0500773a | 525kB  |
| registry.k8s.io/pause                       | latest            | 8cb2091f603e7 | 240kB  |
| docker.io/library/nginx                     | alpine            | cedb667e1a7b4 | 49.4MB |
| registry.k8s.io/coredns/coredns             | v1.11.3           | 2f6c962e7b831 | 60.2MB |
| docker.io/kicbase/echo-server               | functional-946590 | ce2d2cda2d858 | 4.78MB |
|---------------------------------------------|-------------------|---------------|--------|
functional_test.go:286: (dbg) Stderr: out/minikube-linux-arm64 -p functional-946590 image ls --format table --alsologtostderr:
I0317 10:36:11.396985   52069 out.go:345] Setting OutFile to fd 1 ...
I0317 10:36:11.397127   52069 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0317 10:36:11.397138   52069 out.go:358] Setting ErrFile to fd 2...
I0317 10:36:11.397157   52069 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0317 10:36:11.397410   52069 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20535-2275/.minikube/bin
I0317 10:36:11.398094   52069 config.go:182] Loaded profile config "functional-946590": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
I0317 10:36:11.398254   52069 config.go:182] Loaded profile config "functional-946590": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
I0317 10:36:11.398733   52069 cli_runner.go:164] Run: docker container inspect functional-946590 --format={{.State.Status}}
I0317 10:36:11.416263   52069 ssh_runner.go:195] Run: systemctl --version
I0317 10:36:11.416326   52069 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-946590
I0317 10:36:11.433786   52069 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32778 SSHKeyPath:/home/jenkins/minikube-integration/20535-2275/.minikube/machines/functional-946590/id_rsa Username:docker}
I0317 10:36:11.523397   52069 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
2025/03/17 10:36:12 [DEBUG] GET http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.22s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListJson
functional_test.go:278: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 image ls --format json --alsologtostderr
functional_test.go:283: (dbg) Stdout: out/minikube-linux-arm64 -p functional-946590 image ls --format json --alsologtostderr:
[{"id":"e3223ee599c0ceb586678d6d4396ed5de56e30b944ed923f82657b1b37266bf7","repoDigests":[],"repoTags":["localhost/my-image:functional-946590"],"size":"1410000"},{"id":"7fc9d4aa817aa6a3e549f3cd49d1f7b496407be979fc36dd5f356d59ce8c3a82","repoDigests":[],"repoTags":["registry.k8s.io/etcd:3.5.16-0"],"size":"142000000"},{"id":"ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17","repoDigests":[],"repoTags":["docker.io/kicbase/echo-server:functional-946590"],"size":"4780000"},{"id":"a422e0e982356f6c1cf0e5bb7b733363caae3992a07c99951fbcc73e58ed656a","repoDigests":[],"repoTags":["docker.io/kubernetesui/metrics-scraper:\u003cnone\u003e"],"size":"42300000"},{"id":"3c9285acfd2ff7915bb451cc40ac060366ac519f3fef00c455f5aca0e0346c4d","repoDigests":[],"repoTags":["registry.k8s.io/kube-controller-manager:v1.32.2"],"size":"87200000"},{"id":"82dfa03f692fb5d84f66c17d6ee9126b081182152b25d28ea456d89b7d5d8911","repoDigests":[],"repoTags":["registry.k8s.io/kube-scheduler:v1.32.2"],"size":"67900000"},{"id":"e5aac5d
f76d9b8dc899ab8c4db25a7648e7fb25cafe7a155066247883c78f062","repoDigests":[],"repoTags":["registry.k8s.io/kube-proxy:v1.32.2"],"size":"97100000"},{"id":"2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4","repoDigests":[],"repoTags":["registry.k8s.io/coredns/coredns:v1.11.3"],"size":"60200000"},{"id":"afb61768ce381961ca0beff95337601f29dc70ff3ed14e5e4b3e5699057e6aa8","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.10"],"size":"514000"},{"id":"20b332c9a70d8516d849d1ac23eff5800cbb2f263d379f0ec11ee908db6b25a8","repoDigests":[],"repoTags":["docker.io/kubernetesui/dashboard:\u003cnone\u003e"],"size":"244000000"},{"id":"8057e0500773a37cde2cff041eb13ebd68c748419a2fbfd1dfb5bf38696cc8e5","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.1"],"size":"525000"},{"id":"72565bf5bbedfb62e9d21afa2b1221b2c7a5e05b746dae33430bc550d3f87beb","repoDigests":[],"repoTags":["registry.k8s.io/echoserver-arm:1.8"],"size":"85000000"},{"id":"98425042b22177d6463a7dc69540c59050cfc1848439769137c978c2d64b0388","repoDigest
s":[],"repoTags":["docker.io/library/minikube-local-cache-test:functional-946590"],"size":"30"},{"id":"6417e1437b6d9a789e1ca789695a574e1df00a632bdbfbcae9695c9a7d500e32","repoDigests":[],"repoTags":["registry.k8s.io/kube-apiserver:v1.32.2"],"size":"93900000"},{"id":"cedb667e1a7b4e6d843a4f74f1f2db0dac1c29b43978aa72dbae2193e3b8eea3","repoDigests":[],"repoTags":["docker.io/library/nginx:alpine"],"size":"49400000"},{"id":"8cb2091f603e75187e2f6226c5901d12e00b1d1f778c6471ae4578e8a1c4724a","repoDigests":[],"repoTags":["registry.k8s.io/pause:latest"],"size":"240000"},{"id":"678546cdd20cd5baaea6f534dbb7482fc9f2f8d24c1f3c53c0e747b699b849da","repoDigests":[],"repoTags":["docker.io/library/nginx:latest"],"size":"197000000"},{"id":"ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6","repoDigests":[],"repoTags":["gcr.io/k8s-minikube/storage-provisioner:v5"],"size":"29000000"},{"id":"3d18732f8686cc3c878055d99a05fa80289502fa496b36b6a0fe0f77206a7300","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.3"],"size
":"484000"},{"id":"1611cd07b61d57dbbfebe6db242513fd51e1c02d20ba08af17a45837d86a8a8c","repoDigests":[],"repoTags":["gcr.io/k8s-minikube/busybox:1.28.4-glibc"],"size":"3550000"}]
functional_test.go:286: (dbg) Stderr: out/minikube-linux-arm64 -p functional-946590 image ls --format json --alsologtostderr:
I0317 10:36:11.189150   52038 out.go:345] Setting OutFile to fd 1 ...
I0317 10:36:11.189423   52038 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0317 10:36:11.189454   52038 out.go:358] Setting ErrFile to fd 2...
I0317 10:36:11.189474   52038 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0317 10:36:11.189872   52038 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20535-2275/.minikube/bin
I0317 10:36:11.191218   52038 config.go:182] Loaded profile config "functional-946590": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
I0317 10:36:11.191373   52038 config.go:182] Loaded profile config "functional-946590": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
I0317 10:36:11.191817   52038 cli_runner.go:164] Run: docker container inspect functional-946590 --format={{.State.Status}}
I0317 10:36:11.210699   52038 ssh_runner.go:195] Run: systemctl --version
I0317 10:36:11.210757   52038 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-946590
I0317 10:36:11.229858   52038 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32778 SSHKeyPath:/home/jenkins/minikube-integration/20535-2275/.minikube/machines/functional-946590/id_rsa Username:docker}
I0317 10:36:11.315536   52038 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.21s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListYaml
functional_test.go:278: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 image ls --format yaml --alsologtostderr
functional_test.go:283: (dbg) Stdout: out/minikube-linux-arm64 -p functional-946590 image ls --format yaml --alsologtostderr:
- id: 7fc9d4aa817aa6a3e549f3cd49d1f7b496407be979fc36dd5f356d59ce8c3a82
repoDigests: []
repoTags:
- registry.k8s.io/etcd:3.5.16-0
size: "142000000"
- id: 72565bf5bbedfb62e9d21afa2b1221b2c7a5e05b746dae33430bc550d3f87beb
repoDigests: []
repoTags:
- registry.k8s.io/echoserver-arm:1.8
size: "85000000"
- id: 98425042b22177d6463a7dc69540c59050cfc1848439769137c978c2d64b0388
repoDigests: []
repoTags:
- docker.io/library/minikube-local-cache-test:functional-946590
size: "30"
- id: e5aac5df76d9b8dc899ab8c4db25a7648e7fb25cafe7a155066247883c78f062
repoDigests: []
repoTags:
- registry.k8s.io/kube-proxy:v1.32.2
size: "97100000"
- id: cedb667e1a7b4e6d843a4f74f1f2db0dac1c29b43978aa72dbae2193e3b8eea3
repoDigests: []
repoTags:
- docker.io/library/nginx:alpine
size: "49400000"
- id: ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17
repoDigests: []
repoTags:
- docker.io/kicbase/echo-server:functional-946590
size: "4780000"
- id: 1611cd07b61d57dbbfebe6db242513fd51e1c02d20ba08af17a45837d86a8a8c
repoDigests: []
repoTags:
- gcr.io/k8s-minikube/busybox:1.28.4-glibc
size: "3550000"
- id: 82dfa03f692fb5d84f66c17d6ee9126b081182152b25d28ea456d89b7d5d8911
repoDigests: []
repoTags:
- registry.k8s.io/kube-scheduler:v1.32.2
size: "67900000"
- id: 2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4
repoDigests: []
repoTags:
- registry.k8s.io/coredns/coredns:v1.11.3
size: "60200000"
- id: afb61768ce381961ca0beff95337601f29dc70ff3ed14e5e4b3e5699057e6aa8
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.10
size: "514000"
- id: ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6
repoDigests: []
repoTags:
- gcr.io/k8s-minikube/storage-provisioner:v5
size: "29000000"
- id: 8cb2091f603e75187e2f6226c5901d12e00b1d1f778c6471ae4578e8a1c4724a
repoDigests: []
repoTags:
- registry.k8s.io/pause:latest
size: "240000"
- id: 3c9285acfd2ff7915bb451cc40ac060366ac519f3fef00c455f5aca0e0346c4d
repoDigests: []
repoTags:
- registry.k8s.io/kube-controller-manager:v1.32.2
size: "87200000"
- id: 678546cdd20cd5baaea6f534dbb7482fc9f2f8d24c1f3c53c0e747b699b849da
repoDigests: []
repoTags:
- docker.io/library/nginx:latest
size: "197000000"
- id: 3d18732f8686cc3c878055d99a05fa80289502fa496b36b6a0fe0f77206a7300
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.3
size: "484000"
- id: 8057e0500773a37cde2cff041eb13ebd68c748419a2fbfd1dfb5bf38696cc8e5
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.1
size: "525000"
- id: 6417e1437b6d9a789e1ca789695a574e1df00a632bdbfbcae9695c9a7d500e32
repoDigests: []
repoTags:
- registry.k8s.io/kube-apiserver:v1.32.2
size: "93900000"

                                                
                                                
functional_test.go:286: (dbg) Stderr: out/minikube-linux-arm64 -p functional-946590 image ls --format yaml --alsologtostderr:
I0317 10:36:07.278705   51656 out.go:345] Setting OutFile to fd 1 ...
I0317 10:36:07.278911   51656 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0317 10:36:07.278937   51656 out.go:358] Setting ErrFile to fd 2...
I0317 10:36:07.278956   51656 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0317 10:36:07.279281   51656 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20535-2275/.minikube/bin
I0317 10:36:07.279947   51656 config.go:182] Loaded profile config "functional-946590": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
I0317 10:36:07.280124   51656 config.go:182] Loaded profile config "functional-946590": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
I0317 10:36:07.280625   51656 cli_runner.go:164] Run: docker container inspect functional-946590 --format={{.State.Status}}
I0317 10:36:07.301109   51656 ssh_runner.go:195] Run: systemctl --version
I0317 10:36:07.301155   51656 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-946590
I0317 10:36:07.321706   51656 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32778 SSHKeyPath:/home/jenkins/minikube-integration/20535-2275/.minikube/machines/functional-946590/id_rsa Username:docker}
I0317 10:36:07.408181   51656 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.25s)

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

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

                                                
                                                

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

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

                                                
                                                
** /stderr **
functional_test.go:332: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 image build -t localhost/my-image:functional-946590 testdata/build --alsologtostderr
functional_test.go:332: (dbg) Done: out/minikube-linux-arm64 -p functional-946590 image build -t localhost/my-image:functional-946590 testdata/build --alsologtostderr: (3.115543278s)
functional_test.go:340: (dbg) Stderr: out/minikube-linux-arm64 -p functional-946590 image build -t localhost/my-image:functional-946590 testdata/build --alsologtostderr:
I0317 10:36:07.868794   51747 out.go:345] Setting OutFile to fd 1 ...
I0317 10:36:07.869107   51747 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0317 10:36:07.869138   51747 out.go:358] Setting ErrFile to fd 2...
I0317 10:36:07.869157   51747 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0317 10:36:07.869493   51747 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20535-2275/.minikube/bin
I0317 10:36:07.870300   51747 config.go:182] Loaded profile config "functional-946590": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
I0317 10:36:07.871580   51747 config.go:182] Loaded profile config "functional-946590": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
I0317 10:36:07.872215   51747 cli_runner.go:164] Run: docker container inspect functional-946590 --format={{.State.Status}}
I0317 10:36:07.895514   51747 ssh_runner.go:195] Run: systemctl --version
I0317 10:36:07.895677   51747 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-946590
I0317 10:36:07.936482   51747 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32778 SSHKeyPath:/home/jenkins/minikube-integration/20535-2275/.minikube/machines/functional-946590/id_rsa Username:docker}
I0317 10:36:08.032450   51747 build_images.go:161] Building image from path: /tmp/build.72962307.tar
I0317 10:36:08.032526   51747 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I0317 10:36:08.043011   51747 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.72962307.tar
I0317 10:36:08.046750   51747 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.72962307.tar: stat -c "%s %y" /var/lib/minikube/build/build.72962307.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.72962307.tar': No such file or directory
I0317 10:36:08.046780   51747 ssh_runner.go:362] scp /tmp/build.72962307.tar --> /var/lib/minikube/build/build.72962307.tar (3072 bytes)
I0317 10:36:08.076221   51747 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.72962307
I0317 10:36:08.087907   51747 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.72962307 -xf /var/lib/minikube/build/build.72962307.tar
I0317 10:36:08.098227   51747 docker.go:360] Building image: /var/lib/minikube/build/build.72962307
I0317 10:36:08.098312   51747 ssh_runner.go:195] Run: docker build -t localhost/my-image:functional-946590 /var/lib/minikube/build/build.72962307
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

                                                
                                                
#8 exporting to image
#8 exporting layers 0.1s done
#8 writing image sha256:e3223ee599c0ceb586678d6d4396ed5de56e30b944ed923f82657b1b37266bf7
#8 writing image sha256:e3223ee599c0ceb586678d6d4396ed5de56e30b944ed923f82657b1b37266bf7 done
#8 naming to localhost/my-image:functional-946590 done
#8 DONE 0.1s
I0317 10:36:10.885050   51747 ssh_runner.go:235] Completed: docker build -t localhost/my-image:functional-946590 /var/lib/minikube/build/build.72962307: (2.786704567s)
I0317 10:36:10.885121   51747 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.72962307
I0317 10:36:10.895099   51747 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.72962307.tar
I0317 10:36:10.904125   51747 build_images.go:217] Built localhost/my-image:functional-946590 from /tmp/build.72962307.tar
I0317 10:36:10.904164   51747 build_images.go:133] succeeded building to: functional-946590
I0317 10:36:10.904169   51747 build_images.go:134] failed building to: 
functional_test.go:468: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (3.69s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/Setup
functional_test.go:359: (dbg) Run:  docker pull kicbase/echo-server:1.0
functional_test.go:364: (dbg) Run:  docker tag kicbase/echo-server:1.0 kicbase/echo-server:functional-946590
--- PASS: TestFunctional/parallel/ImageCommands/Setup (0.67s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadDaemon
functional_test.go:372: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 image load --daemon kicbase/echo-server:functional-946590 --alsologtostderr
functional_test.go:468: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadDaemon (1.15s)

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

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

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

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon
functional_test.go:252: (dbg) Run:  docker pull kicbase/echo-server:latest
functional_test.go:257: (dbg) Run:  docker tag kicbase/echo-server:latest kicbase/echo-server:functional-946590
functional_test.go:262: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 image load --daemon kicbase/echo-server:functional-946590 --alsologtostderr
functional_test.go:468: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (1.28s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveToFile
functional_test.go:397: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 image save kicbase/echo-server:functional-946590 /home/jenkins/workspace/Docker_Linux_docker_arm64/echo-server-save.tar --alsologtostderr
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveToFile (0.43s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageRemove
functional_test.go:409: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 image rm kicbase/echo-server:functional-946590 --alsologtostderr
functional_test.go:468: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageRemove (0.60s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1454: (dbg) Run:  kubectl --context functional-946590 create deployment hello-node --image=registry.k8s.io/echoserver-arm:1.8
functional_test.go:1462: (dbg) Run:  kubectl --context functional-946590 expose deployment hello-node --type=NodePort --port=8080
functional_test.go:1467: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: waiting 10m0s for pods matching "app=hello-node" in namespace "default" ...
helpers_test.go:344: "hello-node-64fc58db8c-gfnlp" [fb3555c8-812f-41a6-9e85-c1dd08c1a04f] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver-arm]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver-arm])
helpers_test.go:344: "hello-node-64fc58db8c-gfnlp" [fb3555c8-812f-41a6-9e85-c1dd08c1a04f] Running
functional_test.go:1467: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 11.003479261s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (11.35s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveDaemon
functional_test.go:436: (dbg) Run:  docker rmi kicbase/echo-server:functional-946590
functional_test.go:441: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 image save --daemon kicbase/echo-server:functional-946590 --alsologtostderr
functional_test.go:449: (dbg) Run:  docker image inspect kicbase/echo-server:functional-946590
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveDaemon (0.41s)

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-946590 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" [4ae3eb39-064d-46e0-b2f0-0a73fbd84a8c] Pending
helpers_test.go:344: "nginx-svc" [4ae3eb39-064d-46e0-b2f0-0a73fbd84a8c] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx-svc" [4ae3eb39-064d-46e0-b2f0-0a73fbd84a8c] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 9.003581874s
I0317 10:35:37.233826    7585 kapi.go:150] Service nginx-svc in namespace default found.
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (9.43s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/JSONOutput
functional_test.go:1506: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 service list -o json
functional_test.go:1511: Took "320.766274ms" to run "out/minikube-linux-arm64 -p functional-946590 service list -o json"
--- PASS: TestFunctional/parallel/ServiceCmd/JSONOutput (0.32s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/HTTPS
functional_test.go:1526: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 service --namespace=default --https --url hello-node
functional_test.go:1539: found endpoint: https://192.168.49.2:30897
--- PASS: TestFunctional/parallel/ServiceCmd/HTTPS (0.39s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel
functional_test_tunnel_test.go:434: (dbg) stopping [out/minikube-linux-arm64 -p functional-946590 tunnel --alsologtostderr] ...
functional_test_tunnel_test.go:437: failed to stop process: signal: terminated
--- PASS: TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel (0.11s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/URL
functional_test.go:1576: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 service hello-node --url
functional_test.go:1582: found endpoint for hello-node: http://192.168.49.2:30897
--- PASS: TestFunctional/parallel/ServiceCmd/URL (0.36s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_list
functional_test.go:1327: (dbg) Run:  out/minikube-linux-arm64 profile list
functional_test.go:1332: Took "424.215318ms" to run "out/minikube-linux-arm64 profile list"
functional_test.go:1341: (dbg) Run:  out/minikube-linux-arm64 profile list -l
functional_test.go:1346: Took "76.923414ms" to run "out/minikube-linux-arm64 profile list -l"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_list (0.50s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_json_output
functional_test.go:1378: (dbg) Run:  out/minikube-linux-arm64 profile list -o json
functional_test.go:1383: Took "412.769066ms" to run "out/minikube-linux-arm64 profile list -o json"
functional_test.go:1391: (dbg) Run:  out/minikube-linux-arm64 profile list -o json --light
functional_test.go:1396: Took "73.767932ms" to run "out/minikube-linux-arm64 profile list -o json --light"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_json_output (0.49s)

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

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

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

                                                
                                                
** /stderr **
I0317 10:35:49.207814    7585 retry.go:31] will retry after 371.817255ms: exit status 1
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:129: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 ssh -- ls -la /mount-9p
functional_test_mount_test.go:133: guest mount directory contents
total 2
-rw-r--r-- 1 docker docker 24 Mar 17 10:35 created-by-test
-rw-r--r-- 1 docker docker 24 Mar 17 10:35 created-by-test-removed-by-pod
-rw-r--r-- 1 docker docker 24 Mar 17 10:35 test-1742207748609692492
functional_test_mount_test.go:137: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 ssh cat /mount-9p/test-1742207748609692492
functional_test_mount_test.go:148: (dbg) Run:  kubectl --context functional-946590 replace --force -f testdata/busybox-mount-test.yaml
functional_test_mount_test.go:153: (dbg) TestFunctional/parallel/MountCmd/any-port: waiting 4m0s for pods matching "integration-test=busybox-mount" in namespace "default" ...
helpers_test.go:344: "busybox-mount" [d8fb4a5f-4aed-445f-8e82-f545057b0471] Pending
helpers_test.go:344: "busybox-mount" [d8fb4a5f-4aed-445f-8e82-f545057b0471] Pending / Ready:ContainersNotReady (containers with unready status: [mount-munger]) / ContainersReady:ContainersNotReady (containers with unready status: [mount-munger])
helpers_test.go:344: "busybox-mount" [d8fb4a5f-4aed-445f-8e82-f545057b0471] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "busybox-mount" [d8fb4a5f-4aed-445f-8e82-f545057b0471] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
functional_test_mount_test.go:153: (dbg) TestFunctional/parallel/MountCmd/any-port: integration-test=busybox-mount healthy within 5.002968816s
functional_test_mount_test.go:169: (dbg) Run:  kubectl --context functional-946590 logs busybox-mount
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 ssh stat /mount-9p/created-by-test
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 ssh stat /mount-9p/created-by-pod
functional_test_mount_test.go:90: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:94: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-946590 /tmp/TestFunctionalparallelMountCmdany-port2601647096/001:/mount-9p --alsologtostderr -v=1] ...
--- PASS: TestFunctional/parallel/MountCmd/any-port (8.28s)

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

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

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

                                                
                                                
** /stderr **
I0317 10:35:57.293811    7585 retry.go:31] will retry after 483.113776ms: exit status 1
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:257: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 ssh -- ls -la /mount-9p
functional_test_mount_test.go:261: guest mount directory contents
total 0
functional_test_mount_test.go:263: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-946590 /tmp/TestFunctionalparallelMountCmdspecific-port1537890713/001:/mount-9p --alsologtostderr -v=1 --port 46464] ...
functional_test_mount_test.go:264: reading mount text
functional_test_mount_test.go:278: done reading mount text
functional_test_mount_test.go:230: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:230: (dbg) Non-zero exit: out/minikube-linux-arm64 -p functional-946590 ssh "sudo umount -f /mount-9p": exit status 1 (249.986023ms)

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

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

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

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

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

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

                                                
                                                
** /stderr **
I0317 10:35:59.371373    7585 retry.go:31] will retry after 633.99068ms: exit status 1
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 ssh "findmnt -T" /mount2
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-946590 ssh "findmnt -T" /mount3
functional_test_mount_test.go:370: (dbg) Run:  out/minikube-linux-arm64 mount -p functional-946590 --kill=true
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-946590 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3743624043/001:/mount1 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-946590 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3743624043/001:/mount2 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-946590 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3743624043/001:/mount3 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
--- PASS: TestFunctional/parallel/MountCmd/VerifyCleanup (2.28s)

                                                
                                    
x
+
TestFunctional/delete_echo-server_images (0.04s)

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

                                                
                                    
x
+
TestFunctional/delete_my-image_image (0.02s)

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

                                                
                                    
x
+
TestFunctional/delete_minikube_cached_images (0.02s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StartCluster (125.43s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StartCluster
ha_test.go:101: (dbg) Run:  out/minikube-linux-arm64 start -p ha-358980 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=docker
E0317 10:37:02.784057    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:101: (dbg) Done: out/minikube-linux-arm64 start -p ha-358980 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=docker: (2m4.574850086s)
ha_test.go:107: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/StartCluster (125.43s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeployApp (44.63s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeployApp
ha_test.go:128: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-358980 -- apply -f ./testdata/ha/ha-pod-dns-test.yaml
ha_test.go:133: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-358980 -- rollout status deployment/busybox
ha_test.go:133: (dbg) Done: out/minikube-linux-arm64 kubectl -p ha-358980 -- rollout status deployment/busybox: (5.419518293s)
ha_test.go:140: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-358980 -- get pods -o jsonpath='{.items[*].status.podIP}'
ha_test.go:149: expected 3 Pod IPs but got 2 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4 10.244.1.2'\n\n-- /stdout --"
I0317 10:38:26.658413    7585 retry.go:31] will retry after 786.015378ms: expected 3 Pod IPs but got 2 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4 10.244.1.2'\n\n-- /stdout --"
ha_test.go:140: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-358980 -- get pods -o jsonpath='{.items[*].status.podIP}'
ha_test.go:149: expected 3 Pod IPs but got 2 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4 10.244.1.2'\n\n-- /stdout --"
I0317 10:38:27.628718    7585 retry.go:31] will retry after 1.387804642s: expected 3 Pod IPs but got 2 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4 10.244.1.2'\n\n-- /stdout --"
ha_test.go:140: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-358980 -- get pods -o jsonpath='{.items[*].status.podIP}'
ha_test.go:149: expected 3 Pod IPs but got 2 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4 10.244.1.2'\n\n-- /stdout --"
I0317 10:38:29.184934    7585 retry.go:31] will retry after 1.862859527s: expected 3 Pod IPs but got 2 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4 10.244.1.2'\n\n-- /stdout --"
ha_test.go:140: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-358980 -- get pods -o jsonpath='{.items[*].status.podIP}'
ha_test.go:149: expected 3 Pod IPs but got 2 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4 10.244.1.2'\n\n-- /stdout --"
I0317 10:38:31.231193    7585 retry.go:31] will retry after 4.16232385s: expected 3 Pod IPs but got 2 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4 10.244.1.2'\n\n-- /stdout --"
ha_test.go:140: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-358980 -- get pods -o jsonpath='{.items[*].status.podIP}'
ha_test.go:149: expected 3 Pod IPs but got 2 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4 10.244.1.2'\n\n-- /stdout --"
I0317 10:38:35.569596    7585 retry.go:31] will retry after 5.932542625s: expected 3 Pod IPs but got 2 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4 10.244.1.2'\n\n-- /stdout --"
ha_test.go:140: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-358980 -- get pods -o jsonpath='{.items[*].status.podIP}'
ha_test.go:149: expected 3 Pod IPs but got 2 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4 10.244.1.2'\n\n-- /stdout --"
I0317 10:38:41.671989    7585 retry.go:31] will retry after 9.084394427s: expected 3 Pod IPs but got 2 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4 10.244.1.2'\n\n-- /stdout --"
ha_test.go:140: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-358980 -- get pods -o jsonpath='{.items[*].status.podIP}'
ha_test.go:149: expected 3 Pod IPs but got 2 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4 10.244.1.2'\n\n-- /stdout --"
I0317 10:38:50.933747    7585 retry.go:31] will retry after 11.743894768s: expected 3 Pod IPs but got 2 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.4 10.244.1.2'\n\n-- /stdout --"
ha_test.go:140: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-358980 -- get pods -o jsonpath='{.items[*].status.podIP}'
ha_test.go:163: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-358980 -- get pods -o jsonpath='{.items[*].metadata.name}'
ha_test.go:171: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-358980 -- exec busybox-58667487b6-fgpmh -- nslookup kubernetes.io
ha_test.go:171: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-358980 -- exec busybox-58667487b6-jdl84 -- nslookup kubernetes.io
ha_test.go:171: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-358980 -- exec busybox-58667487b6-lw7jb -- nslookup kubernetes.io
ha_test.go:181: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-358980 -- exec busybox-58667487b6-fgpmh -- nslookup kubernetes.default
ha_test.go:181: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-358980 -- exec busybox-58667487b6-jdl84 -- nslookup kubernetes.default
ha_test.go:181: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-358980 -- exec busybox-58667487b6-lw7jb -- nslookup kubernetes.default
ha_test.go:189: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-358980 -- exec busybox-58667487b6-fgpmh -- nslookup kubernetes.default.svc.cluster.local
ha_test.go:189: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-358980 -- exec busybox-58667487b6-jdl84 -- nslookup kubernetes.default.svc.cluster.local
ha_test.go:189: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-358980 -- exec busybox-58667487b6-lw7jb -- nslookup kubernetes.default.svc.cluster.local
--- PASS: TestMultiControlPlane/serial/DeployApp (44.63s)

                                                
                                    
x
+
TestMultiControlPlane/serial/PingHostFromPods (1.7s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddWorkerNode (27.86s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddWorkerNode
ha_test.go:228: (dbg) Run:  out/minikube-linux-arm64 node add -p ha-358980 -v=7 --alsologtostderr
E0317 10:39:18.922331    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:228: (dbg) Done: out/minikube-linux-arm64 node add -p ha-358980 -v=7 --alsologtostderr: (26.900079207s)
ha_test.go:234: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/AddWorkerNode (27.86s)

                                                
                                    
x
+
TestMultiControlPlane/serial/NodeLabels (0.11s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterClusterStart (1.03s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/CopyFile (19.51s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/CopyFile
ha_test.go:328: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 status --output json -v=7 --alsologtostderr
ha_test.go:328: (dbg) Done: out/minikube-linux-arm64 -p ha-358980 status --output json -v=7 --alsologtostderr: (1.009137479s)
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 cp testdata/cp-test.txt ha-358980:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 cp ha-358980:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile106028107/001/cp-test_ha-358980.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 cp ha-358980:/home/docker/cp-test.txt ha-358980-m02:/home/docker/cp-test_ha-358980_ha-358980-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m02 "sudo cat /home/docker/cp-test_ha-358980_ha-358980-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 cp ha-358980:/home/docker/cp-test.txt ha-358980-m03:/home/docker/cp-test_ha-358980_ha-358980-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m03 "sudo cat /home/docker/cp-test_ha-358980_ha-358980-m03.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 cp ha-358980:/home/docker/cp-test.txt ha-358980-m04:/home/docker/cp-test_ha-358980_ha-358980-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m04 "sudo cat /home/docker/cp-test_ha-358980_ha-358980-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 cp testdata/cp-test.txt ha-358980-m02:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 cp ha-358980-m02:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile106028107/001/cp-test_ha-358980-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 cp ha-358980-m02:/home/docker/cp-test.txt ha-358980:/home/docker/cp-test_ha-358980-m02_ha-358980.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980 "sudo cat /home/docker/cp-test_ha-358980-m02_ha-358980.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 cp ha-358980-m02:/home/docker/cp-test.txt ha-358980-m03:/home/docker/cp-test_ha-358980-m02_ha-358980-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m03 "sudo cat /home/docker/cp-test_ha-358980-m02_ha-358980-m03.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 cp ha-358980-m02:/home/docker/cp-test.txt ha-358980-m04:/home/docker/cp-test_ha-358980-m02_ha-358980-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m04 "sudo cat /home/docker/cp-test_ha-358980-m02_ha-358980-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 cp testdata/cp-test.txt ha-358980-m03:/home/docker/cp-test.txt
E0317 10:39:46.625971    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 cp ha-358980-m03:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile106028107/001/cp-test_ha-358980-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 cp ha-358980-m03:/home/docker/cp-test.txt ha-358980:/home/docker/cp-test_ha-358980-m03_ha-358980.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980 "sudo cat /home/docker/cp-test_ha-358980-m03_ha-358980.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 cp ha-358980-m03:/home/docker/cp-test.txt ha-358980-m02:/home/docker/cp-test_ha-358980-m03_ha-358980-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m02 "sudo cat /home/docker/cp-test_ha-358980-m03_ha-358980-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 cp ha-358980-m03:/home/docker/cp-test.txt ha-358980-m04:/home/docker/cp-test_ha-358980-m03_ha-358980-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m04 "sudo cat /home/docker/cp-test_ha-358980-m03_ha-358980-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 cp testdata/cp-test.txt ha-358980-m04:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 cp ha-358980-m04:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile106028107/001/cp-test_ha-358980-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 cp ha-358980-m04:/home/docker/cp-test.txt ha-358980:/home/docker/cp-test_ha-358980-m04_ha-358980.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980 "sudo cat /home/docker/cp-test_ha-358980-m04_ha-358980.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 cp ha-358980-m04:/home/docker/cp-test.txt ha-358980-m02:/home/docker/cp-test_ha-358980-m04_ha-358980-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m02 "sudo cat /home/docker/cp-test_ha-358980-m04_ha-358980-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 cp ha-358980-m04:/home/docker/cp-test.txt ha-358980-m03:/home/docker/cp-test_ha-358980-m04_ha-358980-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 ssh -n ha-358980-m03 "sudo cat /home/docker/cp-test_ha-358980-m04_ha-358980-m03.txt"
--- PASS: TestMultiControlPlane/serial/CopyFile (19.51s)

                                                
                                    
x
+
TestMultiControlPlane/serial/StopSecondaryNode (11.74s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0317 10:40:06.677192   75053 out.go:345] Setting OutFile to fd 1 ...
	I0317 10:40:06.677332   75053 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0317 10:40:06.677351   75053 out.go:358] Setting ErrFile to fd 2...
	I0317 10:40:06.677356   75053 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0317 10:40:06.677704   75053 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20535-2275/.minikube/bin
	I0317 10:40:06.677930   75053 out.go:352] Setting JSON to false
	I0317 10:40:06.677958   75053 mustload.go:65] Loading cluster: ha-358980
	I0317 10:40:06.678567   75053 notify.go:220] Checking for updates...
	I0317 10:40:06.678952   75053 config.go:182] Loaded profile config "ha-358980": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
	I0317 10:40:06.679262   75053 status.go:174] checking status of ha-358980 ...
	I0317 10:40:06.680338   75053 cli_runner.go:164] Run: docker container inspect ha-358980 --format={{.State.Status}}
	I0317 10:40:06.700197   75053 status.go:371] ha-358980 host status = "Running" (err=<nil>)
	I0317 10:40:06.700224   75053 host.go:66] Checking if "ha-358980" exists ...
	I0317 10:40:06.700527   75053 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-358980
	I0317 10:40:06.728282   75053 host.go:66] Checking if "ha-358980" exists ...
	I0317 10:40:06.728573   75053 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0317 10:40:06.728623   75053 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-358980
	I0317 10:40:06.746396   75053 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32783 SSHKeyPath:/home/jenkins/minikube-integration/20535-2275/.minikube/machines/ha-358980/id_rsa Username:docker}
	I0317 10:40:06.836336   75053 ssh_runner.go:195] Run: systemctl --version
	I0317 10:40:06.841362   75053 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0317 10:40:06.853183   75053 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0317 10:40:06.918556   75053 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:4 ContainersRunning:3 ContainersPaused:0 ContainersStopped:1 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:62 OomKillDisable:true NGoroutines:72 SystemTime:2025-03-17 10:40:06.908786449 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1077-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:28.0.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> Se
rverErrors:[] 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.21.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.33.1]] Warnings:<nil>}}
	I0317 10:40:06.919220   75053 kubeconfig.go:125] found "ha-358980" server: "https://192.168.49.254:8443"
	I0317 10:40:06.919255   75053 api_server.go:166] Checking apiserver status ...
	I0317 10:40:06.919308   75053 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0317 10:40:06.931125   75053 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/2478/cgroup
	I0317 10:40:06.940530   75053 api_server.go:182] apiserver freezer: "8:freezer:/docker/9b39fa31dd80b4e1647297f1fb3ead97f916fcd95b78c317b2da8339d5904b83/kubepods/burstable/podaa4321c08dadb01592879ebb932741ce/07bc4af0a5dada3c5846e9ac5935757e036271a4a35842f728466d6fc5af12e0"
	I0317 10:40:06.940603   75053 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/9b39fa31dd80b4e1647297f1fb3ead97f916fcd95b78c317b2da8339d5904b83/kubepods/burstable/podaa4321c08dadb01592879ebb932741ce/07bc4af0a5dada3c5846e9ac5935757e036271a4a35842f728466d6fc5af12e0/freezer.state
	I0317 10:40:06.949486   75053 api_server.go:204] freezer state: "THAWED"
	I0317 10:40:06.949528   75053 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0317 10:40:06.958056   75053 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0317 10:40:06.958084   75053 status.go:463] ha-358980 apiserver status = Running (err=<nil>)
	I0317 10:40:06.958094   75053 status.go:176] ha-358980 status: &{Name:ha-358980 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0317 10:40:06.958110   75053 status.go:174] checking status of ha-358980-m02 ...
	I0317 10:40:06.958401   75053 cli_runner.go:164] Run: docker container inspect ha-358980-m02 --format={{.State.Status}}
	I0317 10:40:06.975682   75053 status.go:371] ha-358980-m02 host status = "Stopped" (err=<nil>)
	I0317 10:40:06.975703   75053 status.go:384] host is not running, skipping remaining checks
	I0317 10:40:06.975709   75053 status.go:176] ha-358980-m02 status: &{Name:ha-358980-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0317 10:40:06.975727   75053 status.go:174] checking status of ha-358980-m03 ...
	I0317 10:40:06.976066   75053 cli_runner.go:164] Run: docker container inspect ha-358980-m03 --format={{.State.Status}}
	I0317 10:40:06.993974   75053 status.go:371] ha-358980-m03 host status = "Running" (err=<nil>)
	I0317 10:40:06.993997   75053 host.go:66] Checking if "ha-358980-m03" exists ...
	I0317 10:40:06.994353   75053 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-358980-m03
	I0317 10:40:07.017648   75053 host.go:66] Checking if "ha-358980-m03" exists ...
	I0317 10:40:07.017976   75053 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0317 10:40:07.018021   75053 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-358980-m03
	I0317 10:40:07.035718   75053 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32793 SSHKeyPath:/home/jenkins/minikube-integration/20535-2275/.minikube/machines/ha-358980-m03/id_rsa Username:docker}
	I0317 10:40:07.124970   75053 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0317 10:40:07.139651   75053 kubeconfig.go:125] found "ha-358980" server: "https://192.168.49.254:8443"
	I0317 10:40:07.139681   75053 api_server.go:166] Checking apiserver status ...
	I0317 10:40:07.139723   75053 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0317 10:40:07.151541   75053 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/2278/cgroup
	I0317 10:40:07.161697   75053 api_server.go:182] apiserver freezer: "8:freezer:/docker/1a3ad2648d926cfda861726ff76684b0170629f02859353d39217c3c021a0567/kubepods/burstable/podf0e27f8fd2f7329f9d231fc2a1fb0fc2/085708f3ea528c60686e80b3ec0808725e0c3cc4c4a9d76e2fd7518d71ae3d33"
	I0317 10:40:07.161783   75053 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/1a3ad2648d926cfda861726ff76684b0170629f02859353d39217c3c021a0567/kubepods/burstable/podf0e27f8fd2f7329f9d231fc2a1fb0fc2/085708f3ea528c60686e80b3ec0808725e0c3cc4c4a9d76e2fd7518d71ae3d33/freezer.state
	I0317 10:40:07.171278   75053 api_server.go:204] freezer state: "THAWED"
	I0317 10:40:07.171309   75053 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0317 10:40:07.178953   75053 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0317 10:40:07.179035   75053 status.go:463] ha-358980-m03 apiserver status = Running (err=<nil>)
	I0317 10:40:07.179049   75053 status.go:176] ha-358980-m03 status: &{Name:ha-358980-m03 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0317 10:40:07.179072   75053 status.go:174] checking status of ha-358980-m04 ...
	I0317 10:40:07.179378   75053 cli_runner.go:164] Run: docker container inspect ha-358980-m04 --format={{.State.Status}}
	I0317 10:40:07.197083   75053 status.go:371] ha-358980-m04 host status = "Running" (err=<nil>)
	I0317 10:40:07.197130   75053 host.go:66] Checking if "ha-358980-m04" exists ...
	I0317 10:40:07.197455   75053 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-358980-m04
	I0317 10:40:07.219913   75053 host.go:66] Checking if "ha-358980-m04" exists ...
	I0317 10:40:07.220214   75053 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0317 10:40:07.220266   75053 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-358980-m04
	I0317 10:40:07.238260   75053 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32798 SSHKeyPath:/home/jenkins/minikube-integration/20535-2275/.minikube/machines/ha-358980-m04/id_rsa Username:docker}
	I0317 10:40:07.330344   75053 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0317 10:40:07.347158   75053 status.go:176] ha-358980-m04 status: &{Name:ha-358980-m04 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (0.77s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartSecondaryNode (31.5s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartSecondaryNode
ha_test.go:422: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 node start m02 -v=7 --alsologtostderr
E0317 10:40:25.247706    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:40:25.254065    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:40:25.265410    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:40:25.286740    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:40:25.328082    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:40:25.409469    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:40:25.571066    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:40:25.892697    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:40:26.534078    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:40:27.815989    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:40:30.377929    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:40:35.500055    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:422: (dbg) Done: out/minikube-linux-arm64 -p ha-358980 node start m02 -v=7 --alsologtostderr: (30.154939426s)
ha_test.go:430: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 status -v=7 --alsologtostderr
ha_test.go:430: (dbg) Done: out/minikube-linux-arm64 -p ha-358980 status -v=7 --alsologtostderr: (1.236398663s)
ha_test.go:450: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiControlPlane/serial/RestartSecondaryNode (31.50s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (1.19s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartClusterKeepsNodes (264.99s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartClusterKeepsNodes
ha_test.go:458: (dbg) Run:  out/minikube-linux-arm64 node list -p ha-358980 -v=7 --alsologtostderr
ha_test.go:464: (dbg) Run:  out/minikube-linux-arm64 stop -p ha-358980 -v=7 --alsologtostderr
E0317 10:40:45.741634    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:41:06.223796    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:464: (dbg) Done: out/minikube-linux-arm64 stop -p ha-358980 -v=7 --alsologtostderr: (34.488027228s)
ha_test.go:469: (dbg) Run:  out/minikube-linux-arm64 start -p ha-358980 --wait=true -v=7 --alsologtostderr
E0317 10:41:47.185136    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:43:09.106761    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
E0317 10:44:18.922297    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:469: (dbg) Done: out/minikube-linux-arm64 start -p ha-358980 --wait=true -v=7 --alsologtostderr: (3m50.307398658s)
ha_test.go:474: (dbg) Run:  out/minikube-linux-arm64 node list -p ha-358980
--- PASS: TestMultiControlPlane/serial/RestartClusterKeepsNodes (264.99s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeleteSecondaryNode (11.97s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (0.76s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopCluster (32.93s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopCluster
ha_test.go:533: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 stop -v=7 --alsologtostderr
E0317 10:45:25.247475    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:533: (dbg) Done: out/minikube-linux-arm64 -p ha-358980 stop -v=7 --alsologtostderr: (32.806601397s)
ha_test.go:539: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 status -v=7 --alsologtostderr
ha_test.go:539: (dbg) Non-zero exit: out/minikube-linux-arm64 -p ha-358980 status -v=7 --alsologtostderr: exit status 7 (121.478059ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0317 10:45:51.393094  103777 out.go:345] Setting OutFile to fd 1 ...
	I0317 10:45:51.393228  103777 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0317 10:45:51.393240  103777 out.go:358] Setting ErrFile to fd 2...
	I0317 10:45:51.393245  103777 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0317 10:45:51.393491  103777 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20535-2275/.minikube/bin
	I0317 10:45:51.393709  103777 out.go:352] Setting JSON to false
	I0317 10:45:51.393753  103777 mustload.go:65] Loading cluster: ha-358980
	I0317 10:45:51.393848  103777 notify.go:220] Checking for updates...
	I0317 10:45:51.394197  103777 config.go:182] Loaded profile config "ha-358980": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
	I0317 10:45:51.394219  103777 status.go:174] checking status of ha-358980 ...
	I0317 10:45:51.394767  103777 cli_runner.go:164] Run: docker container inspect ha-358980 --format={{.State.Status}}
	I0317 10:45:51.413535  103777 status.go:371] ha-358980 host status = "Stopped" (err=<nil>)
	I0317 10:45:51.413563  103777 status.go:384] host is not running, skipping remaining checks
	I0317 10:45:51.413570  103777 status.go:176] ha-358980 status: &{Name:ha-358980 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0317 10:45:51.413606  103777 status.go:174] checking status of ha-358980-m02 ...
	I0317 10:45:51.413895  103777 cli_runner.go:164] Run: docker container inspect ha-358980-m02 --format={{.State.Status}}
	I0317 10:45:51.443698  103777 status.go:371] ha-358980-m02 host status = "Stopped" (err=<nil>)
	I0317 10:45:51.443718  103777 status.go:384] host is not running, skipping remaining checks
	I0317 10:45:51.443725  103777 status.go:176] ha-358980-m02 status: &{Name:ha-358980-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0317 10:45:51.443743  103777 status.go:174] checking status of ha-358980-m04 ...
	I0317 10:45:51.444053  103777 cli_runner.go:164] Run: docker container inspect ha-358980-m04 --format={{.State.Status}}
	I0317 10:45:51.461537  103777 status.go:371] ha-358980-m04 host status = "Stopped" (err=<nil>)
	I0317 10:45:51.461558  103777 status.go:384] host is not running, skipping remaining checks
	I0317 10:45:51.461566  103777 status.go:176] ha-358980-m04 status: &{Name:ha-358980-m04 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartCluster (94.08s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartCluster
ha_test.go:562: (dbg) Run:  out/minikube-linux-arm64 start -p ha-358980 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=docker
E0317 10:45:52.948183    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:562: (dbg) Done: out/minikube-linux-arm64 start -p ha-358980 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=docker: (1m33.158868011s)
ha_test.go:568: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 status -v=7 --alsologtostderr
ha_test.go:586: (dbg) Run:  kubectl get nodes
ha_test.go:594: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiControlPlane/serial/RestartCluster (94.08s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterClusterRestart (0.74s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddSecondaryNode (46.28s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddSecondaryNode
ha_test.go:607: (dbg) Run:  out/minikube-linux-arm64 node add -p ha-358980 --control-plane -v=7 --alsologtostderr
ha_test.go:607: (dbg) Done: out/minikube-linux-arm64 node add -p ha-358980 --control-plane -v=7 --alsologtostderr: (45.267400058s)
ha_test.go:613: (dbg) Run:  out/minikube-linux-arm64 -p ha-358980 status -v=7 --alsologtostderr
ha_test.go:613: (dbg) Done: out/minikube-linux-arm64 -p ha-358980 status -v=7 --alsologtostderr: (1.015301614s)
--- PASS: TestMultiControlPlane/serial/AddSecondaryNode (46.28s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (1.07s)

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

                                                
                                    
x
+
TestImageBuild/serial/Setup (32.68s)

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

                                                
                                    
x
+
TestImageBuild/serial/NormalBuild (1.89s)

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

                                                
                                    
x
+
TestImageBuild/serial/BuildWithBuildArg (1.09s)

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

                                                
                                    
x
+
TestImageBuild/serial/BuildWithDockerIgnore (0.91s)

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

                                                
                                    
x
+
TestImageBuild/serial/BuildWithSpecifiedDockerfile (0.69s)

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

                                                
                                    
x
+
TestJSONOutput/start/Command (43.51s)

                                                
                                                
=== RUN   TestJSONOutput/start/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-arm64 start -p json-output-353221 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=docker
E0317 10:49:18.922279    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
json_output_test.go:63: (dbg) Done: out/minikube-linux-arm64 start -p json-output-353221 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=docker: (43.501038647s)
--- PASS: TestJSONOutput/start/Command (43.51s)

                                                
                                    
x
+
TestJSONOutput/start/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestJSONOutput/pause/Command (0.62s)

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

                                                
                                    
x
+
TestJSONOutput/pause/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestJSONOutput/unpause/Command (0.53s)

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

                                                
                                    
x
+
TestJSONOutput/unpause/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestJSONOutput/stop/Command (5.85s)

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

                                                
                                    
x
+
TestJSONOutput/stop/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestErrorJSONOutput (0.25s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"ccdaffa8-e6ee-4376-8356-edd9af398518","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-756731] minikube v1.35.0 on Ubuntu 20.04 (arm64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"83524819-f89c-41a1-b391-5822b1772c8e","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=20535"}}
	{"specversion":"1.0","id":"9f3d216c-bbf0-432a-86b7-83c68bb00862","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true"}}
	{"specversion":"1.0","id":"43720f6b-12c5-41a8-b905-0411895b1da8","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/20535-2275/kubeconfig"}}
	{"specversion":"1.0","id":"0693e7f7-e166-492d-b6b9-a5e5fecfdf5c","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/20535-2275/.minikube"}}
	{"specversion":"1.0","id":"9a5de8f0-ca01-4c47-bc69-4f8085a41ab0","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-arm64"}}
	{"specversion":"1.0","id":"917f6dca-7244-40a9-9719-bec72b8d69d2","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"3d90ff70-875c-4788-bfee-455014e017ee","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.error","datacontenttype":"application/json","data":{"advice":"","exitcode":"56","issues":"","message":"The driver 'fail' is not supported on linux/arm64","name":"DRV_UNSUPPORTED_OS","url":""}}

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

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (34.89s)

                                                
                                                
=== RUN   TestKicCustomNetwork/create_custom_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-linux-arm64 start -p docker-network-916885 --network=
E0317 10:50:25.247140    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
kic_custom_network_test.go:57: (dbg) Done: out/minikube-linux-arm64 start -p docker-network-916885 --network=: (32.7658521s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-916885" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p docker-network-916885
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p docker-network-916885: (2.099072684s)
--- PASS: TestKicCustomNetwork/create_custom_network (34.89s)

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (35.74s)

                                                
                                                
=== RUN   TestKicCustomNetwork/use_default_bridge_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-linux-arm64 start -p docker-network-631432 --network=bridge
E0317 10:50:41.988003    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
kic_custom_network_test.go:57: (dbg) Done: out/minikube-linux-arm64 start -p docker-network-631432 --network=bridge: (33.662401716s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-631432" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p docker-network-631432
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p docker-network-631432: (2.056207511s)
--- PASS: TestKicCustomNetwork/use_default_bridge_network (35.74s)

                                                
                                    
x
+
TestKicExistingNetwork (33.75s)

                                                
                                                
=== RUN   TestKicExistingNetwork
I0317 10:51:06.306992    7585 cli_runner.go:164] Run: docker network inspect existing-network --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
W0317 10:51:06.322337    7585 cli_runner.go:211] docker network inspect existing-network --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
I0317 10:51:06.323074    7585 network_create.go:284] running [docker network inspect existing-network] to gather additional debugging logs...
I0317 10:51:06.323745    7585 cli_runner.go:164] Run: docker network inspect existing-network
W0317 10:51:06.340048    7585 cli_runner.go:211] docker network inspect existing-network returned with exit code 1
I0317 10:51:06.340078    7585 network_create.go:287] error running [docker network inspect existing-network]: docker network inspect existing-network: exit status 1
stdout:
[]

                                                
                                                
stderr:
Error response from daemon: network existing-network not found
I0317 10:51:06.340097    7585 network_create.go:289] output of [docker network inspect existing-network]: -- stdout --
[]

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

                                                
                                                
** /stderr **
I0317 10:51:06.340859    7585 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}}]}"
I0317 10:51:06.356766    7585 network.go:211] skipping subnet 192.168.49.0/24 that is taken: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 IsPrivate:true Interface:{IfaceName:br-4537de9dd09b IfaceIPv4:192.168.49.1 IfaceMTU:1500 IfaceMAC:f6:3f:dc:bd:c3:10} reservation:<nil>}
I0317 10:51:06.361889    7585 network.go:209] skipping subnet 192.168.58.0/24 that is reserved: &{IP:192.168.58.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.58.0/24 Gateway:192.168.58.1 ClientMin:192.168.58.2 ClientMax:192.168.58.254 Broadcast:192.168.58.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:<nil>}
I0317 10:51:06.362843    7585 network.go:206] using free private subnet 192.168.67.0/24: &{IP:192.168.67.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.67.0/24 Gateway:192.168.67.1 ClientMin:192.168.67.2 ClientMax:192.168.67.254 Broadcast:192.168.67.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0x400190ce50}
I0317 10:51:06.363448    7585 network_create.go:124] attempt to create docker network existing-network 192.168.67.0/24 with gateway 192.168.67.1 and MTU of 1500 ...
I0317 10:51:06.363526    7585 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.67.0/24 --gateway=192.168.67.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=existing-network existing-network
I0317 10:51:06.427994    7585 network_create.go:108] docker network existing-network 192.168.67.0/24 created
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
kic_custom_network_test.go:93: (dbg) Run:  out/minikube-linux-arm64 start -p existing-network-015489 --network=existing-network
kic_custom_network_test.go:93: (dbg) Done: out/minikube-linux-arm64 start -p existing-network-015489 --network=existing-network: (31.482820613s)
helpers_test.go:175: Cleaning up "existing-network-015489" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p existing-network-015489
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p existing-network-015489: (2.112743493s)
I0317 10:51:40.039960    7585 cli_runner.go:164] Run: docker network ls --filter=label=existing-network --format {{.Name}}
--- PASS: TestKicExistingNetwork (33.75s)

                                                
                                    
x
+
TestKicCustomSubnet (37.82s)

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

                                                
                                    
x
+
TestKicStaticIP (38.76s)

                                                
                                                
=== RUN   TestKicStaticIP
kic_custom_network_test.go:132: (dbg) Run:  out/minikube-linux-arm64 start -p static-ip-160840 --static-ip=192.168.200.200
kic_custom_network_test.go:132: (dbg) Done: out/minikube-linux-arm64 start -p static-ip-160840 --static-ip=192.168.200.200: (36.401036156s)
kic_custom_network_test.go:138: (dbg) Run:  out/minikube-linux-arm64 -p static-ip-160840 ip
helpers_test.go:175: Cleaning up "static-ip-160840" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p static-ip-160840
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p static-ip-160840: (2.186002013s)
--- PASS: TestKicStaticIP (38.76s)

                                                
                                    
x
+
TestMainNoArgs (0.06s)

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

                                                
                                    
x
+
TestMinikubeProfile (70.52s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p first-158300 --driver=docker  --container-runtime=docker
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p first-158300 --driver=docker  --container-runtime=docker: (30.320462868s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p second-160999 --driver=docker  --container-runtime=docker
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p second-160999 --driver=docker  --container-runtime=docker: (34.383265103s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-arm64 profile first-158300
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-arm64 profile list -ojson
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-arm64 profile second-160999
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-arm64 profile list -ojson
helpers_test.go:175: Cleaning up "second-160999" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p second-160999
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p second-160999: (2.19869592s)
helpers_test.go:175: Cleaning up "first-158300" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p first-158300
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p first-158300: (2.104260946s)
--- PASS: TestMinikubeProfile (70.52s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (8.61s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountFirst (0.26s)

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

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (10s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountSecond
mount_start_test.go:98: (dbg) Run:  out/minikube-linux-arm64 start -p mount-start-2-264437 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46465 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=docker
E0317 10:54:18.922202    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
mount_start_test.go:98: (dbg) Done: out/minikube-linux-arm64 start -p mount-start-2-264437 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46465 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=docker: (9.003342924s)
--- PASS: TestMountStart/serial/StartWithMountSecond (10.00s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountSecond (0.25s)

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

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (1.46s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostDelete (0.26s)

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

                                                
                                    
x
+
TestMountStart/serial/Stop (1.21s)

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

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (8.4s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostStop (0.26s)

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

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (83.72s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:96: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-120432 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=docker
E0317 10:55:25.243106    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:96: (dbg) Done: out/minikube-linux-arm64 start -p multinode-120432 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=docker: (1m23.141530904s)
multinode_test.go:102: (dbg) Run:  out/minikube-linux-arm64 -p multinode-120432 status --alsologtostderr
--- PASS: TestMultiNode/serial/FreshStart2Nodes (83.72s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (45.14s)

                                                
                                                
=== RUN   TestMultiNode/serial/DeployApp2Nodes
multinode_test.go:493: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-120432 -- apply -f ./testdata/multinodes/multinode-pod-dns-test.yaml
multinode_test.go:498: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-120432 -- rollout status deployment/busybox
multinode_test.go:498: (dbg) Done: out/minikube-linux-arm64 kubectl -p multinode-120432 -- rollout status deployment/busybox: (4.483067265s)
multinode_test.go:505: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-120432 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:514: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
I0317 10:56:08.218719    7585 retry.go:31] will retry after 1.28071877s: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
multinode_test.go:505: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-120432 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:514: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
I0317 10:56:09.633352    7585 retry.go:31] will retry after 1.003690008s: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
multinode_test.go:505: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-120432 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:514: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
I0317 10:56:10.789402    7585 retry.go:31] will retry after 2.573579253s: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
multinode_test.go:505: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-120432 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:514: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
I0317 10:56:13.502200    7585 retry.go:31] will retry after 2.776779973s: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
multinode_test.go:505: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-120432 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:514: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
I0317 10:56:16.427949    7585 retry.go:31] will retry after 5.862030278s: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
multinode_test.go:505: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-120432 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:514: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
I0317 10:56:22.435333    7585 retry.go:31] will retry after 7.727285182s: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
multinode_test.go:505: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-120432 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:514: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
I0317 10:56:30.313806    7585 retry.go:31] will retry after 16.270241618s: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
multinode_test.go:505: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-120432 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:528: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-120432 -- get pods -o jsonpath='{.items[*].metadata.name}'
multinode_test.go:536: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-120432 -- exec busybox-58667487b6-fbg48 -- nslookup kubernetes.io
multinode_test.go:536: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-120432 -- exec busybox-58667487b6-qjqvw -- nslookup kubernetes.io
multinode_test.go:546: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-120432 -- exec busybox-58667487b6-fbg48 -- nslookup kubernetes.default
multinode_test.go:546: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-120432 -- exec busybox-58667487b6-qjqvw -- nslookup kubernetes.default
multinode_test.go:554: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-120432 -- exec busybox-58667487b6-fbg48 -- nslookup kubernetes.default.svc.cluster.local
multinode_test.go:554: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-120432 -- exec busybox-58667487b6-qjqvw -- nslookup kubernetes.default.svc.cluster.local
E0317 10:56:48.310178    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestMultiNode/serial/DeployApp2Nodes (45.14s)

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (0.99s)

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

                                                
                                    
x
+
TestMultiNode/serial/AddNode (19.96s)

                                                
                                                
=== RUN   TestMultiNode/serial/AddNode
multinode_test.go:121: (dbg) Run:  out/minikube-linux-arm64 node add -p multinode-120432 -v 3 --alsologtostderr
multinode_test.go:121: (dbg) Done: out/minikube-linux-arm64 node add -p multinode-120432 -v 3 --alsologtostderr: (19.172776861s)
multinode_test.go:127: (dbg) Run:  out/minikube-linux-arm64 -p multinode-120432 status --alsologtostderr
--- PASS: TestMultiNode/serial/AddNode (19.96s)

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.09s)

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

                                                
                                    
x
+
TestMultiNode/serial/ProfileList (0.7s)

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

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (10.05s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopNode (2.23s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0317 10:57:22.013800  180109 out.go:345] Setting OutFile to fd 1 ...
	I0317 10:57:22.013937  180109 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0317 10:57:22.013949  180109 out.go:358] Setting ErrFile to fd 2...
	I0317 10:57:22.013955  180109 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0317 10:57:22.014264  180109 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20535-2275/.minikube/bin
	I0317 10:57:22.014499  180109 out.go:352] Setting JSON to false
	I0317 10:57:22.014610  180109 notify.go:220] Checking for updates...
	I0317 10:57:22.015849  180109 mustload.go:65] Loading cluster: multinode-120432
	I0317 10:57:22.016418  180109 config.go:182] Loaded profile config "multinode-120432": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
	I0317 10:57:22.016460  180109 status.go:174] checking status of multinode-120432 ...
	I0317 10:57:22.018056  180109 cli_runner.go:164] Run: docker container inspect multinode-120432 --format={{.State.Status}}
	I0317 10:57:22.036229  180109 status.go:371] multinode-120432 host status = "Running" (err=<nil>)
	I0317 10:57:22.036257  180109 host.go:66] Checking if "multinode-120432" exists ...
	I0317 10:57:22.036561  180109 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-120432
	I0317 10:57:22.058363  180109 host.go:66] Checking if "multinode-120432" exists ...
	I0317 10:57:22.058654  180109 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0317 10:57:22.058695  180109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-120432
	I0317 10:57:22.075667  180109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32908 SSHKeyPath:/home/jenkins/minikube-integration/20535-2275/.minikube/machines/multinode-120432/id_rsa Username:docker}
	I0317 10:57:22.164209  180109 ssh_runner.go:195] Run: systemctl --version
	I0317 10:57:22.168731  180109 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0317 10:57:22.182055  180109 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0317 10:57:22.246748  180109 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:3 ContainersRunning:2 ContainersPaused:0 ContainersStopped:1 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:50 OomKillDisable:true NGoroutines:62 SystemTime:2025-03-17 10:57:22.2366387 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1077-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:28.0.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> Serv
erErrors:[] 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.21.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.33.1]] Warnings:<nil>}}
	I0317 10:57:22.247359  180109 kubeconfig.go:125] found "multinode-120432" server: "https://192.168.58.2:8443"
	I0317 10:57:22.247396  180109 api_server.go:166] Checking apiserver status ...
	I0317 10:57:22.247445  180109 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0317 10:57:22.259116  180109 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/2398/cgroup
	I0317 10:57:22.268686  180109 api_server.go:182] apiserver freezer: "8:freezer:/docker/a08330d054e489865037d4e372e7b9513db74326a65bb126a8beadb0590ad3d0/kubepods/burstable/podab656e39c5b5feb2611a5196c897a6f7/509204cf6511ceb0481a514950f2dea380ca527ae3cfe9812218efaf0d208b69"
	I0317 10:57:22.268765  180109 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/a08330d054e489865037d4e372e7b9513db74326a65bb126a8beadb0590ad3d0/kubepods/burstable/podab656e39c5b5feb2611a5196c897a6f7/509204cf6511ceb0481a514950f2dea380ca527ae3cfe9812218efaf0d208b69/freezer.state
	I0317 10:57:22.278000  180109 api_server.go:204] freezer state: "THAWED"
	I0317 10:57:22.278043  180109 api_server.go:253] Checking apiserver healthz at https://192.168.58.2:8443/healthz ...
	I0317 10:57:22.285871  180109 api_server.go:279] https://192.168.58.2:8443/healthz returned 200:
	ok
	I0317 10:57:22.285897  180109 status.go:463] multinode-120432 apiserver status = Running (err=<nil>)
	I0317 10:57:22.285909  180109 status.go:176] multinode-120432 status: &{Name:multinode-120432 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0317 10:57:22.285926  180109 status.go:174] checking status of multinode-120432-m02 ...
	I0317 10:57:22.286243  180109 cli_runner.go:164] Run: docker container inspect multinode-120432-m02 --format={{.State.Status}}
	I0317 10:57:22.303601  180109 status.go:371] multinode-120432-m02 host status = "Running" (err=<nil>)
	I0317 10:57:22.303625  180109 host.go:66] Checking if "multinode-120432-m02" exists ...
	I0317 10:57:22.303924  180109 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-120432-m02
	I0317 10:57:22.320255  180109 host.go:66] Checking if "multinode-120432-m02" exists ...
	I0317 10:57:22.320608  180109 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0317 10:57:22.320659  180109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-120432-m02
	I0317 10:57:22.338374  180109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32913 SSHKeyPath:/home/jenkins/minikube-integration/20535-2275/.minikube/machines/multinode-120432-m02/id_rsa Username:docker}
	I0317 10:57:22.428311  180109 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0317 10:57:22.439726  180109 status.go:176] multinode-120432-m02 status: &{Name:multinode-120432-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I0317 10:57:22.439767  180109 status.go:174] checking status of multinode-120432-m03 ...
	I0317 10:57:22.440069  180109 cli_runner.go:164] Run: docker container inspect multinode-120432-m03 --format={{.State.Status}}
	I0317 10:57:22.456656  180109 status.go:371] multinode-120432-m03 host status = "Stopped" (err=<nil>)
	I0317 10:57:22.456682  180109 status.go:384] host is not running, skipping remaining checks
	I0317 10:57:22.456727  180109 status.go:176] multinode-120432-m03 status: &{Name:multinode-120432-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (10.68s)

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

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (84.1s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:314: (dbg) Run:  out/minikube-linux-arm64 node list -p multinode-120432
multinode_test.go:321: (dbg) Run:  out/minikube-linux-arm64 stop -p multinode-120432
multinode_test.go:321: (dbg) Done: out/minikube-linux-arm64 stop -p multinode-120432: (22.7727533s)
multinode_test.go:326: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-120432 --wait=true -v=8 --alsologtostderr
multinode_test.go:326: (dbg) Done: out/minikube-linux-arm64 start -p multinode-120432 --wait=true -v=8 --alsologtostderr: (1m1.190323332s)
multinode_test.go:331: (dbg) Run:  out/minikube-linux-arm64 node list -p multinode-120432
--- PASS: TestMultiNode/serial/RestartKeepsNodes (84.10s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (5.36s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (21.59s)

                                                
                                                
=== RUN   TestMultiNode/serial/StopMultiNode
multinode_test.go:345: (dbg) Run:  out/minikube-linux-arm64 -p multinode-120432 stop
E0317 10:59:18.922258    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:345: (dbg) Done: out/minikube-linux-arm64 -p multinode-120432 stop: (21.376207133s)
multinode_test.go:351: (dbg) Run:  out/minikube-linux-arm64 -p multinode-120432 status
multinode_test.go:351: (dbg) Non-zero exit: out/minikube-linux-arm64 -p multinode-120432 status: exit status 7 (113.817137ms)

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0317 10:59:24.143753  193676 out.go:345] Setting OutFile to fd 1 ...
	I0317 10:59:24.144143  193676 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0317 10:59:24.144159  193676 out.go:358] Setting ErrFile to fd 2...
	I0317 10:59:24.144165  193676 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0317 10:59:24.144410  193676 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20535-2275/.minikube/bin
	I0317 10:59:24.144604  193676 out.go:352] Setting JSON to false
	I0317 10:59:24.144635  193676 mustload.go:65] Loading cluster: multinode-120432
	I0317 10:59:24.144682  193676 notify.go:220] Checking for updates...
	I0317 10:59:24.145042  193676 config.go:182] Loaded profile config "multinode-120432": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
	I0317 10:59:24.145062  193676 status.go:174] checking status of multinode-120432 ...
	I0317 10:59:24.145550  193676 cli_runner.go:164] Run: docker container inspect multinode-120432 --format={{.State.Status}}
	I0317 10:59:24.164222  193676 status.go:371] multinode-120432 host status = "Stopped" (err=<nil>)
	I0317 10:59:24.164245  193676 status.go:384] host is not running, skipping remaining checks
	I0317 10:59:24.164253  193676 status.go:176] multinode-120432 status: &{Name:multinode-120432 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0317 10:59:24.164284  193676 status.go:174] checking status of multinode-120432-m02 ...
	I0317 10:59:24.164635  193676 cli_runner.go:164] Run: docker container inspect multinode-120432-m02 --format={{.State.Status}}
	I0317 10:59:24.195978  193676 status.go:371] multinode-120432-m02 host status = "Stopped" (err=<nil>)
	I0317 10:59:24.196014  193676 status.go:384] host is not running, skipping remaining checks
	I0317 10:59:24.196024  193676 status.go:176] multinode-120432-m02 status: &{Name:multinode-120432-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (50.2s)

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

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (37.13s)

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

                                                
                                                
-- stdout --
	* [multinode-120432-m02] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=20535
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/20535-2275/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/20535-2275/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

                                                
                                                
** /stderr **
multinode_test.go:472: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-120432-m03 --driver=docker  --container-runtime=docker
E0317 11:00:25.247812    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:472: (dbg) Done: out/minikube-linux-arm64 start -p multinode-120432-m03 --driver=docker  --container-runtime=docker: (34.043859516s)
multinode_test.go:479: (dbg) Run:  out/minikube-linux-arm64 node add -p multinode-120432
multinode_test.go:479: (dbg) Non-zero exit: out/minikube-linux-arm64 node add -p multinode-120432: exit status 80 (752.728035ms)

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

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

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

                                                
                                    
x
+
TestPreload (152.36s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p test-preload-243342 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.24.4
preload_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p test-preload-243342 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.24.4: (1m56.534673994s)
preload_test.go:52: (dbg) Run:  out/minikube-linux-arm64 -p test-preload-243342 image pull gcr.io/k8s-minikube/busybox
preload_test.go:52: (dbg) Done: out/minikube-linux-arm64 -p test-preload-243342 image pull gcr.io/k8s-minikube/busybox: (2.11872765s)
preload_test.go:58: (dbg) Run:  out/minikube-linux-arm64 stop -p test-preload-243342
preload_test.go:58: (dbg) Done: out/minikube-linux-arm64 stop -p test-preload-243342: (10.957424214s)
preload_test.go:66: (dbg) Run:  out/minikube-linux-arm64 start -p test-preload-243342 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=docker
preload_test.go:66: (dbg) Done: out/minikube-linux-arm64 start -p test-preload-243342 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=docker: (20.222980548s)
preload_test.go:71: (dbg) Run:  out/minikube-linux-arm64 -p test-preload-243342 image list
helpers_test.go:175: Cleaning up "test-preload-243342" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p test-preload-243342
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p test-preload-243342: (2.257599666s)
--- PASS: TestPreload (152.36s)

                                                
                                    
x
+
TestSkaffold (122.4s)

                                                
                                                
=== RUN   TestSkaffold
skaffold_test.go:59: (dbg) Run:  /tmp/skaffold.exe3843392197 version
skaffold_test.go:63: skaffold version: v2.14.1
skaffold_test.go:66: (dbg) Run:  out/minikube-linux-arm64 start -p skaffold-803679 --memory=2600 --driver=docker  --container-runtime=docker
E0317 11:04:18.922502    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
skaffold_test.go:66: (dbg) Done: out/minikube-linux-arm64 start -p skaffold-803679 --memory=2600 --driver=docker  --container-runtime=docker: (32.796508034s)
skaffold_test.go:86: copying out/minikube-linux-arm64 to /home/jenkins/workspace/Docker_Linux_docker_arm64/out/minikube
skaffold_test.go:105: (dbg) Run:  /tmp/skaffold.exe3843392197 run --minikube-profile skaffold-803679 --kube-context skaffold-803679 --status-check=true --port-forward=false --interactive=false
E0317 11:05:25.247112    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
skaffold_test.go:105: (dbg) Done: /tmp/skaffold.exe3843392197 run --minikube-profile skaffold-803679 --kube-context skaffold-803679 --status-check=true --port-forward=false --interactive=false: (1m13.93304675s)
skaffold_test.go:111: (dbg) TestSkaffold: waiting 1m0s for pods matching "app=leeroy-app" in namespace "default" ...
helpers_test.go:344: "leeroy-app-988dcc5d5-5n69n" [addfc200-ca7a-4638-a3fd-6fb0972837f3] Running
skaffold_test.go:111: (dbg) TestSkaffold: app=leeroy-app healthy within 6.003033758s
skaffold_test.go:114: (dbg) TestSkaffold: waiting 1m0s for pods matching "app=leeroy-web" in namespace "default" ...
helpers_test.go:344: "leeroy-web-7f59b9f6df-k6d7f" [855547b8-3a26-4405-a5aa-cba379cde65d] Running
skaffold_test.go:114: (dbg) TestSkaffold: app=leeroy-web healthy within 5.00337307s
helpers_test.go:175: Cleaning up "skaffold-803679" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p skaffold-803679
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p skaffold-803679: (3.120232421s)
--- PASS: TestSkaffold (122.40s)

                                                
                                    
x
+
TestInsufficientStorage (11.9s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"6448d79c-c9f3-4c97-b3a4-6fda93ba1025","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-300877] minikube v1.35.0 on Ubuntu 20.04 (arm64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"1b4484bc-bcb6-4bed-abf1-24fac60b6750","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=20535"}}
	{"specversion":"1.0","id":"c781d829-a78d-4728-88d1-b9757f6f131f","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true"}}
	{"specversion":"1.0","id":"52601e75-085e-4470-be3b-8edfe681a2e5","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/20535-2275/kubeconfig"}}
	{"specversion":"1.0","id":"15cf8749-8762-4844-ac8d-d09beaae8d27","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/20535-2275/.minikube"}}
	{"specversion":"1.0","id":"e3723993-1c8d-403a-9b05-43fddbac7e9c","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-arm64"}}
	{"specversion":"1.0","id":"acc75c04-0052-47bd-9c97-ff4540adf4dc","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"760bd412-1901-49cd-9b80-7da30e12e362","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_TEST_STORAGE_CAPACITY=100"}}
	{"specversion":"1.0","id":"63357b88-0e77-4fd0-8374-e2fee51e7953","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_TEST_AVAILABLE_STORAGE=19"}}
	{"specversion":"1.0","id":"07100c36-c49a-4dc9-ba15-7f22b409a964","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"1","message":"Using the docker driver based on user configuration","name":"Selecting Driver","totalsteps":"19"}}
	{"specversion":"1.0","id":"85543332-8e94-4549-b2da-e7ecb3de463c","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"Using Docker driver with root privileges"}}
	{"specversion":"1.0","id":"40399108-c1e8-46ff-8bc4-3076fd3bcc76","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting \"insufficient-storage-300877\" primary control-plane node in \"insufficient-storage-300877\" cluster","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"37adf12d-0521-4b70-8160-61f03eec0c5a","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"5","message":"Pulling base image v0.0.46-1741860993-20523 ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"d988a21e-4a07-4178-9619-5be56532c1f3","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"8","message":"Creating docker container (CPUs=2, Memory=2048MB) ...","name":"Creating Container","totalsteps":"19"}}
	{"specversion":"1.0","id":"f69cbb41-81f4-4b42-aebe-98094d829575","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.error","datacontenttype":"application/json","data":{"advice":"Try one or more of the following to free up space on the device:\n\t\n\t\t\t1. Run \"docker system prune\" to remove unused Docker data (optionally with \"-a\")\n\t\t\t2. Increase the storage allocated to Docker for Desktop by clicking on:\n\t\t\t\tDocker icon \u003e Preferences \u003e Resources \u003e Disk Image Size\n\t\t\t3. Run \"minikube ssh -- docker system prune\" if using the Docker container runtime","exitcode":"26","issues":"https://github.com/kubernetes/minikube/issues/9024","message":"Docker is out of disk space! (/var is at 100% of capacity). You can pass '--force' to skip this check.","name":"RSRC_DOCKER_STORAGE","url":""}}

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

                                                
                                                
-- stdout --
	{"Name":"insufficient-storage-300877","StatusCode":507,"StatusName":"InsufficientStorage","StatusDetail":"/var is almost out of disk space","Step":"Creating Container","StepDetail":"Creating docker container (CPUs=2, Memory=2048MB) ...","BinaryVersion":"v1.35.0","Components":{"kubeconfig":{"Name":"kubeconfig","StatusCode":500,"StatusName":"Error"}},"Nodes":[{"Name":"insufficient-storage-300877","StatusCode":507,"StatusName":"InsufficientStorage","Components":{"apiserver":{"Name":"apiserver","StatusCode":405,"StatusName":"Stopped"},"kubelet":{"Name":"kubelet","StatusCode":405,"StatusName":"Stopped"}}}]}

                                                
                                                
-- /stdout --
** stderr ** 
	E0317 11:06:17.223629  228282 status.go:458] kubeconfig endpoint: get endpoint: "insufficient-storage-300877" does not appear in /home/jenkins/minikube-integration/20535-2275/kubeconfig

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0317 11:06:17.525683  228342 status.go:458] kubeconfig endpoint: get endpoint: "insufficient-storage-300877" does not appear in /home/jenkins/minikube-integration/20535-2275/kubeconfig
	E0317 11:06:17.536525  228342 status.go:258] unable to read event log: stat: stat /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/insufficient-storage-300877/events.json: no such file or directory

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

                                                
                                    
x
+
TestRunningBinaryUpgrade (84.2s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:120: (dbg) Run:  /tmp/minikube-v1.26.0.3728646967 start -p running-upgrade-023315 --memory=2200 --vm-driver=docker  --container-runtime=docker
E0317 11:12:15.160609    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/skaffold-803679/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:120: (dbg) Done: /tmp/minikube-v1.26.0.3728646967 start -p running-upgrade-023315 --memory=2200 --vm-driver=docker  --container-runtime=docker: (43.213159362s)
version_upgrade_test.go:130: (dbg) Run:  out/minikube-linux-arm64 start -p running-upgrade-023315 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker
version_upgrade_test.go:130: (dbg) Done: out/minikube-linux-arm64 start -p running-upgrade-023315 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker: (37.942982111s)
helpers_test.go:175: Cleaning up "running-upgrade-023315" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p running-upgrade-023315
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p running-upgrade-023315: (2.287189355s)
--- PASS: TestRunningBinaryUpgrade (84.20s)

                                                
                                    
x
+
TestKubernetesUpgrade (389.71s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
version_upgrade_test.go:234: status error: exit status 7 (may be ok)
version_upgrade_test.go:243: (dbg) Run:  out/minikube-linux-arm64 start -p kubernetes-upgrade-056168 --memory=2200 --kubernetes-version=v1.32.2 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker
E0317 11:09:18.921942    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:243: (dbg) Done: out/minikube-linux-arm64 start -p kubernetes-upgrade-056168 --memory=2200 --kubernetes-version=v1.32.2 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker: (4m41.457151416s)
version_upgrade_test.go:248: (dbg) Run:  kubectl --context kubernetes-upgrade-056168 version --output=json
version_upgrade_test.go:267: Attempting to downgrade Kubernetes (should fail)
version_upgrade_test.go:269: (dbg) Run:  out/minikube-linux-arm64 start -p kubernetes-upgrade-056168 --memory=2200 --kubernetes-version=v1.20.0 --driver=docker  --container-runtime=docker
version_upgrade_test.go:269: (dbg) Non-zero exit: out/minikube-linux-arm64 start -p kubernetes-upgrade-056168 --memory=2200 --kubernetes-version=v1.20.0 --driver=docker  --container-runtime=docker: exit status 106 (124.198548ms)

                                                
                                                
-- stdout --
	* [kubernetes-upgrade-056168] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=20535
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/20535-2275/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/20535-2275/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

                                                
                                                
** /stderr **
version_upgrade_test.go:273: Attempting restart after unsuccessful downgrade
version_upgrade_test.go:275: (dbg) Run:  out/minikube-linux-arm64 start -p kubernetes-upgrade-056168 --memory=2200 --kubernetes-version=v1.32.2 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker
version_upgrade_test.go:275: (dbg) Done: out/minikube-linux-arm64 start -p kubernetes-upgrade-056168 --memory=2200 --kubernetes-version=v1.32.2 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker: (31.78615272s)
helpers_test.go:175: Cleaning up "kubernetes-upgrade-056168" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p kubernetes-upgrade-056168
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p kubernetes-upgrade-056168: (2.618925528s)
--- PASS: TestKubernetesUpgrade (389.71s)

                                                
                                    
x
+
TestMissingContainerUpgrade (159.25s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:309: (dbg) Run:  /tmp/minikube-v1.26.0.422473152 start -p missing-upgrade-103950 --memory=2200 --driver=docker  --container-runtime=docker
version_upgrade_test.go:309: (dbg) Done: /tmp/minikube-v1.26.0.422473152 start -p missing-upgrade-103950 --memory=2200 --driver=docker  --container-runtime=docker: (1m33.878163359s)
version_upgrade_test.go:318: (dbg) Run:  docker stop missing-upgrade-103950
version_upgrade_test.go:318: (dbg) Done: docker stop missing-upgrade-103950: (10.403084488s)
version_upgrade_test.go:323: (dbg) Run:  docker rm missing-upgrade-103950
version_upgrade_test.go:329: (dbg) Run:  out/minikube-linux-arm64 start -p missing-upgrade-103950 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker
version_upgrade_test.go:329: (dbg) Done: out/minikube-linux-arm64 start -p missing-upgrade-103950 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker: (51.980046586s)
helpers_test.go:175: Cleaning up "missing-upgrade-103950" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p missing-upgrade-103950
E0317 11:10:25.242896    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p missing-upgrade-103950: (2.3233356s)
--- PASS: TestMissingContainerUpgrade (159.25s)

                                                
                                    
x
+
TestPause/serial/Start (53.01s)

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

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (34.32s)

                                                
                                                
=== RUN   TestPause/serial/SecondStartNoReconfiguration
pause_test.go:92: (dbg) Run:  out/minikube-linux-arm64 start -p pause-440619 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker
E0317 11:07:21.989782    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
pause_test.go:92: (dbg) Done: out/minikube-linux-arm64 start -p pause-440619 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker: (34.298005666s)
--- PASS: TestPause/serial/SecondStartNoReconfiguration (34.32s)

                                                
                                    
x
+
TestPause/serial/Pause (0.78s)

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

                                                
                                    
x
+
TestPause/serial/VerifyStatus (0.38s)

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

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

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

                                                
                                    
x
+
TestPause/serial/Unpause (1.02s)

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

                                                
                                    
x
+
TestPause/serial/PauseAgain (1.2s)

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

                                                
                                    
x
+
TestPause/serial/DeletePaused (2.79s)

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

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (0.19s)

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

                                                
                                                
-- stdout --
	[]

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

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (0.62s)

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (78.87s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:183: (dbg) Run:  /tmp/minikube-v1.26.0.1670427233 start -p stopped-upgrade-441475 --memory=2200 --vm-driver=docker  --container-runtime=docker
E0317 11:10:53.219107    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/skaffold-803679/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:10:53.225418    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/skaffold-803679/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:10:53.236741    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/skaffold-803679/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:10:53.258074    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/skaffold-803679/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:10:53.303283    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/skaffold-803679/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:10:53.384666    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/skaffold-803679/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:10:53.546125    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/skaffold-803679/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:10:53.868102    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/skaffold-803679/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:10:54.510427    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/skaffold-803679/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:10:55.792176    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/skaffold-803679/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:10:58.353826    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/skaffold-803679/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:183: (dbg) Done: /tmp/minikube-v1.26.0.1670427233 start -p stopped-upgrade-441475 --memory=2200 --vm-driver=docker  --container-runtime=docker: (37.408189353s)
version_upgrade_test.go:192: (dbg) Run:  /tmp/minikube-v1.26.0.1670427233 -p stopped-upgrade-441475 stop
E0317 11:11:03.476311    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/skaffold-803679/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:11:13.717577    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/skaffold-803679/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:192: (dbg) Done: /tmp/minikube-v1.26.0.1670427233 -p stopped-upgrade-441475 stop: (11.116010558s)
version_upgrade_test.go:198: (dbg) Run:  out/minikube-linux-arm64 start -p stopped-upgrade-441475 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker
E0317 11:11:34.198979    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/skaffold-803679/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:198: (dbg) Done: out/minikube-linux-arm64 start -p stopped-upgrade-441475 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker: (30.341219635s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (78.87s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (1.78s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.09s)

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

                                                
                                                
-- stdout --
	* [NoKubernetes-960332] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=20535
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/20535-2275/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/20535-2275/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithK8s (40.79s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartWithK8s
no_kubernetes_test.go:95: (dbg) Run:  out/minikube-linux-arm64 start -p NoKubernetes-960332 --driver=docker  --container-runtime=docker
E0317 11:14:18.922133    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
no_kubernetes_test.go:95: (dbg) Done: out/minikube-linux-arm64 start -p NoKubernetes-960332 --driver=docker  --container-runtime=docker: (40.289326362s)
no_kubernetes_test.go:200: (dbg) Run:  out/minikube-linux-arm64 -p NoKubernetes-960332 status -o json
--- PASS: TestNoKubernetes/serial/StartWithK8s (40.79s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (18.59s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/Start (11.27s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (0.34s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (1.69s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (1.31s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (8.69s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.44s)

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context old-k8s-version-403210 create -f testdata/busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [e3ec3c74-583d-4e49-a051-795b49a886ea] Pending
helpers_test.go:344: "busybox" [e3ec3c74-583d-4e49-a051-795b49a886ea] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [e3ec3c74-583d-4e49-a051-795b49a886ea] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 10.004531799s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context old-k8s-version-403210 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (11.12s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-arm64 start -p no-preload-757017 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.32.2
E0317 11:19:18.922007    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-arm64 start -p no-preload-757017 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.32.2: (1m30.866005692s)
--- PASS: TestStartStop/group/no-preload/serial/FirstStart (90.87s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-linux-arm64 stop -p old-k8s-version-403210 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-linux-arm64 stop -p old-k8s-version-403210 --alsologtostderr -v=3: (12.031362983s)
--- PASS: TestStartStop/group/old-k8s-version/serial/Stop (12.03s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-arm64 start -p old-k8s-version-403210 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.20.0
E0317 11:20:25.243570    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-arm64 start -p old-k8s-version-403210 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.20.0: (2m27.898594664s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p old-k8s-version-403210 -n old-k8s-version-403210
--- PASS: TestStartStop/group/old-k8s-version/serial/SecondStart (148.28s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context no-preload-757017 create -f testdata/busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/no-preload/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [d677a21e-af69-4d21-9996-4a92f21fbd5f] Pending
helpers_test.go:344: "busybox" [d677a21e-af69-4d21-9996-4a92f21fbd5f] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [d677a21e-af69-4d21-9996-4a92f21fbd5f] Running
E0317 11:20:53.218938    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/skaffold-803679/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:194: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 9.003415486s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context no-preload-757017 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (9.38s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-linux-arm64 stop -p no-preload-757017 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-linux-arm64 stop -p no-preload-757017 --alsologtostderr -v=3: (10.99858269s)
--- PASS: TestStartStop/group/no-preload/serial/Stop (11.00s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-cd95d586-2cxp6" [2d97c8cb-b421-4658-bd56-f404d1c8669e] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003437617s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-cd95d586-2cxp6" [2d97c8cb-b421-4658-bd56-f404d1c8669e] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.012215332s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context old-k8s-version-403210 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (5.15s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-arm64 -p old-k8s-version-403210 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages (0.23s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-arm64 start -p embed-certs-359490 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=docker --kubernetes-version=v1.32.2
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-arm64 start -p embed-certs-359490 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=docker --kubernetes-version=v1.32.2: (1m18.109009625s)
--- PASS: TestStartStop/group/embed-certs/serial/FirstStart (78.11s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context embed-certs-359490 create -f testdata/busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [07a550e5-4547-48ef-8840-5dc5ba58b856] Pending
helpers_test.go:344: "busybox" [07a550e5-4547-48ef-8840-5dc5ba58b856] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [07a550e5-4547-48ef-8840-5dc5ba58b856] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 10.003393927s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context embed-certs-359490 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (10.36s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-linux-arm64 stop -p embed-certs-359490 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-linux-arm64 stop -p embed-certs-359490 --alsologtostderr -v=3: (10.89515963s)
--- PASS: TestStartStop/group/embed-certs/serial/Stop (10.90s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-arm64 start -p embed-certs-359490 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=docker --kubernetes-version=v1.32.2
E0317 11:24:01.991068    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:24:09.927343    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/old-k8s-version-403210/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:24:09.934470    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/old-k8s-version-403210/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:24:09.945816    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/old-k8s-version-403210/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:24:09.967385    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/old-k8s-version-403210/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:24:10.008724    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/old-k8s-version-403210/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:24:10.090822    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/old-k8s-version-403210/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:24:10.252190    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/old-k8s-version-403210/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:24:10.573386    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/old-k8s-version-403210/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:24:11.215492    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/old-k8s-version-403210/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:24:12.497650    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/old-k8s-version-403210/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:24:15.059328    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/old-k8s-version-403210/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:24:18.922260    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:24:20.180820    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/old-k8s-version-403210/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:24:30.422435    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/old-k8s-version-403210/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:24:50.904201    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/old-k8s-version-403210/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:25:25.243085    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:25:31.866180    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/old-k8s-version-403210/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-arm64 start -p embed-certs-359490 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=docker --kubernetes-version=v1.32.2: (4m39.828073352s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p embed-certs-359490 -n embed-certs-359490
--- PASS: TestStartStop/group/embed-certs/serial/SecondStart (280.31s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-jfbbq" [0ecb8515-32e8-4f8f-8576-138185a63f8d] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003454238s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (6.00s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-jfbbq" [0ecb8515-32e8-4f8f-8576-138185a63f8d] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.002802318s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context no-preload-757017 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/no-preload/serial/AddonExistsAfterStop (5.09s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-arm64 -p no-preload-757017 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/no-preload/serial/VerifyKubernetesImages (0.24s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-arm64 start -p default-k8s-diff-port-493612 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=docker --kubernetes-version=v1.32.2
E0317 11:26:53.788277    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/old-k8s-version-403210/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-arm64 start -p default-k8s-diff-port-493612 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=docker --kubernetes-version=v1.32.2: (1m14.954694724s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/FirstStart (74.95s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context default-k8s-diff-port-493612 create -f testdata/busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [3e18fa2b-b744-443c-8624-b5c4fa1d297c] Pending
helpers_test.go:344: "busybox" [3e18fa2b-b744-443c-8624-b5c4fa1d297c] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [3e18fa2b-b744-443c-8624-b5c4fa1d297c] Running
E0317 11:27:16.285879    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/skaffold-803679/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:194: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: integration-test=busybox healthy within 9.003140782s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context default-k8s-diff-port-493612 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (9.41s)

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

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

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

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

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-arm64 start -p default-k8s-diff-port-493612 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=docker --kubernetes-version=v1.32.2
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-arm64 start -p default-k8s-diff-port-493612 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=docker --kubernetes-version=v1.32.2: (4m26.807775898s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p default-k8s-diff-port-493612 -n default-k8s-diff-port-493612
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/SecondStart (267.24s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-d8nck" [f9f8b936-b661-44b5-a84a-0cad0c17e5a5] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003760945s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-d8nck" [f9f8b936-b661-44b5-a84a-0cad0c17e5a5] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003504994s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context embed-certs-359490 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.12s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-arm64 -p embed-certs-359490 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (0.24s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-arm64 start -p newest-cni-026390 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=docker --kubernetes-version=v1.32.2
E0317 11:29:09.927629    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/old-k8s-version-403210/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:29:18.922497    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-arm64 start -p newest-cni-026390 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=docker --kubernetes-version=v1.32.2: (38.436043328s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (38.44s)

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-linux-arm64 stop -p newest-cni-026390 --alsologtostderr -v=3
E0317 11:29:37.630448    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/old-k8s-version-403210/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:226: (dbg) Done: out/minikube-linux-arm64 stop -p newest-cni-026390 --alsologtostderr -v=3: (10.937998306s)
--- PASS: TestStartStop/group/newest-cni/serial/Stop (10.94s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-arm64 start -p newest-cni-026390 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=docker --kubernetes-version=v1.32.2
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-arm64 start -p newest-cni-026390 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=docker --kubernetes-version=v1.32.2: (18.244986053s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p newest-cni-026390 -n newest-cni-026390
--- PASS: TestStartStop/group/newest-cni/serial/SecondStart (18.77s)

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

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

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

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

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

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

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

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

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p newest-cni-026390 -n newest-cni-026390
E0317 11:30:08.314035    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.Kubelet}} -p newest-cni-026390 -n newest-cni-026390: exit status 2 (325.076658ms)

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p auto-492650 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=docker
E0317 11:30:25.243131    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:30:48.519380    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/no-preload-757017/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:30:48.525745    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/no-preload-757017/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:30:48.537264    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/no-preload-757017/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:30:48.558640    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/no-preload-757017/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:30:48.599996    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/no-preload-757017/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:30:48.681330    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/no-preload-757017/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:30:48.842599    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/no-preload-757017/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:30:49.164294    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/no-preload-757017/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:30:49.806494    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/no-preload-757017/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:30:51.088680    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/no-preload-757017/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:30:53.218786    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/skaffold-803679/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:30:53.650150    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/no-preload-757017/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:30:58.771490    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/no-preload-757017/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p auto-492650 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=docker: (49.164349212s)
--- PASS: TestNetworkPlugins/group/auto/Start (49.16s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p auto-492650 "pgrep -a kubelet"
I0317 11:31:01.840592    7585 config.go:182] Loaded profile config "auto-492650": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
--- PASS: TestNetworkPlugins/group/auto/KubeletFlags (0.32s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-492650 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-btzwf" [438494f7-8535-4f14-8332-db9d4a3a9173] Pending
helpers_test.go:344: "netcat-5d86dc444-btzwf" [438494f7-8535-4f14-8332-db9d4a3a9173] Running
E0317 11:31:09.013404    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/no-preload-757017/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 11.00577336s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (11.34s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-x9cm4" [c1ef9e0a-ae67-4059-924c-b089d3d71b59] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004090909s
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-x9cm4" [c1ef9e0a-ae67-4059-924c-b089d3d71b59] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003805873s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context default-k8s-diff-port-493612 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (5.11s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/Pause
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 pause -p default-k8s-diff-port-493612 --alsologtostderr -v=1
E0317 11:32:10.457103    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/no-preload-757017/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p default-k8s-diff-port-493612 -n default-k8s-diff-port-493612
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.APIServer}} -p default-k8s-diff-port-493612 -n default-k8s-diff-port-493612: exit status 2 (426.142217ms)

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/ControllerPod
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: waiting 10m0s for pods matching "app=kindnet" in namespace "kube-system" ...
helpers_test.go:344: "kindnet-x98c5" [8c73907b-5f68-4d6f-8426-b682d9bfe8f4] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.002709075s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p kindnet-492650 "pgrep -a kubelet"
I0317 11:32:53.466729    7585 config.go:182] Loaded profile config "kindnet-492650": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
--- PASS: TestNetworkPlugins/group/kindnet/KubeletFlags (0.32s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-492650 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-n28zt" [8349cd25-b6ad-419f-b4f5-898b308537b6] Pending
helpers_test.go:344: "netcat-5d86dc444-n28zt" [8349cd25-b6ad-419f-b4f5-898b308537b6] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 11.002758209s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (11.36s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p custom-flannel-492650 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=docker
E0317 11:33:32.378638    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/no-preload-757017/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p custom-flannel-492650 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=docker: (58.690446847s)
--- PASS: TestNetworkPlugins/group/custom-flannel/Start (58.69s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/ControllerPod
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: waiting 10m0s for pods matching "k8s-app=calico-node" in namespace "kube-system" ...
helpers_test.go:344: "calico-node-sb582" [da9821f3-c344-45a3-b486-e0b987cb3f94] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 6.003979916s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p calico-492650 "pgrep -a kubelet"
I0317 11:33:43.456187    7585 config.go:182] Loaded profile config "calico-492650": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
--- PASS: TestNetworkPlugins/group/calico/KubeletFlags (0.36s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-492650 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-2gsnt" [10aafcc6-d7ea-40dc-bf25-fe22fe0cead6] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-2gsnt" [10aafcc6-d7ea-40dc-bf25-fe22fe0cead6] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 11.003951326s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (11.34s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p custom-flannel-492650 "pgrep -a kubelet"
I0317 11:34:30.199485    7585 config.go:182] Loaded profile config "custom-flannel-492650": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
--- PASS: TestNetworkPlugins/group/custom-flannel/KubeletFlags (0.31s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-492650 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-j5ncd" [6b005f3b-055a-44a7-b278-4fe84277af47] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-j5ncd" [6b005f3b-055a-44a7-b278-4fe84277af47] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 11.003811302s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (11.27s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p enable-default-cni-492650 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker  --container-runtime=docker
E0317 11:35:25.243081    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/functional-946590/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p enable-default-cni-492650 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker  --container-runtime=docker: (1m13.329688263s)
--- PASS: TestNetworkPlugins/group/enable-default-cni/Start (73.33s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p false-492650 "pgrep -a kubelet"
I0317 11:35:45.657624    7585 config.go:182] Loaded profile config "false-492650": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
--- PASS: TestNetworkPlugins/group/false/KubeletFlags (0.30s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context false-492650 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/false/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-8gbg5" [9f83c688-d396-4a4a-bc99-19339fa52213] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0317 11:35:48.519529    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/no-preload-757017/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "netcat-5d86dc444-8gbg5" [9f83c688-d396-4a4a-bc99-19339fa52213] Running
E0317 11:35:53.219107    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/skaffold-803679/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/false/NetCatPod: app=netcat healthy within 11.003103779s
--- PASS: TestNetworkPlugins/group/false/NetCatPod (11.27s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p enable-default-cni-492650 "pgrep -a kubelet"
I0317 11:36:22.398074    7585 config.go:182] Loaded profile config "enable-default-cni-492650": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
--- PASS: TestNetworkPlugins/group/enable-default-cni/KubeletFlags (0.33s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context enable-default-cni-492650 replace --force -f testdata/netcat-deployment.yaml
E0317 11:36:22.634186    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/auto-492650/client.crt: no such file or directory" logger="UnhandledError"
I0317 11:36:22.779030    7585 kapi.go:136] Waiting for deployment netcat to stabilize, generation 1 observed generation 1 spec.replicas 1 status.replicas 0
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-b7cgr" [2c2fd7f2-c561-41c0-8a40-4a20bc4c0716] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-b7cgr" [2c2fd7f2-c561-41c0-8a40-4a20bc4c0716] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 11.004145219s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (11.45s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p bridge-492650 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker  --container-runtime=docker
E0317 11:37:09.857968    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/default-k8s-diff-port-493612/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:37:09.864474    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/default-k8s-diff-port-493612/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:37:09.875755    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/default-k8s-diff-port-493612/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:37:09.897053    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/default-k8s-diff-port-493612/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:37:09.938516    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/default-k8s-diff-port-493612/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:37:10.019853    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/default-k8s-diff-port-493612/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:37:10.181242    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/default-k8s-diff-port-493612/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:37:10.503392    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/default-k8s-diff-port-493612/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:37:11.145385    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/default-k8s-diff-port-493612/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:37:12.427397    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/default-k8s-diff-port-493612/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:37:14.989456    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/default-k8s-diff-port-493612/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p bridge-492650 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker  --container-runtime=docker: (1m28.107591234s)
--- PASS: TestNetworkPlugins/group/bridge/Start (88.11s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/ControllerPod
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: waiting 10m0s for pods matching "app=flannel" in namespace "kube-flannel" ...
helpers_test.go:344: "kube-flannel-ds-485xm" [1ce30835-ad2c-4e69-9a7e-3c9b2a66f1c3] Running
E0317 11:37:20.111298    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/default-k8s-diff-port-493612/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:37:24.077528    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/auto-492650/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.004216719s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p flannel-492650 "pgrep -a kubelet"
I0317 11:37:24.483742    7585 config.go:182] Loaded profile config "flannel-492650": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
--- PASS: TestNetworkPlugins/group/flannel/KubeletFlags (0.34s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-492650 replace --force -f testdata/netcat-deployment.yaml
I0317 11:37:24.869185    7585 kapi.go:136] Waiting for deployment netcat to stabilize, generation 1 observed generation 1 spec.replicas 1 status.replicas 0
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-m22jv" [04542a9b-f18b-4b17-a21b-95a20bebfa8f] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-m22jv" [04542a9b-f18b-4b17-a21b-95a20bebfa8f] Running
E0317 11:37:30.353317    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/default-k8s-diff-port-493612/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 10.005128349s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (10.41s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p kubenet-492650 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --network-plugin=kubenet --driver=docker  --container-runtime=docker
E0317 11:38:07.638123    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/kindnet-492650/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p kubenet-492650 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --network-plugin=kubenet --driver=docker  --container-runtime=docker: (1m9.827379857s)
--- PASS: TestNetworkPlugins/group/kubenet/Start (69.83s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p bridge-492650 "pgrep -a kubelet"
E0317 11:38:28.119339    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/kindnet-492650/client.crt: no such file or directory" logger="UnhandledError"
I0317 11:38:28.314214    7585 config.go:182] Loaded profile config "bridge-492650": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
--- PASS: TestNetworkPlugins/group/bridge/KubeletFlags (0.39s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-492650 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-gk6b6" [43734e6b-90b2-4c70-bf38-c47a8b07a698] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0317 11:38:31.796626    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/default-k8s-diff-port-493612/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "netcat-5d86dc444-gk6b6" [43734e6b-90b2-4c70-bf38-c47a8b07a698] Running
E0317 11:38:37.097570    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/calico-492650/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:38:37.104016    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/calico-492650/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:38:37.115509    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/calico-492650/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:38:37.136900    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/calico-492650/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:38:37.178476    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/calico-492650/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:38:37.259825    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/calico-492650/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:38:37.421241    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/calico-492650/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 9.004452131s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (9.33s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/DNS
net_test.go:175: (dbg) Run:  kubectl --context bridge-492650 exec deployment/netcat -- nslookup kubernetes.default
E0317 11:38:37.747172    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/calico-492650/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestNetworkPlugins/group/bridge/DNS (0.19s)

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p kubenet-492650 "pgrep -a kubelet"
I0317 11:39:08.909310    7585 config.go:182] Loaded profile config "kubenet-492650": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.2
--- PASS: TestNetworkPlugins/group/kubenet/KubeletFlags (0.27s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kubenet-492650 replace --force -f testdata/netcat-deployment.yaml
E0317 11:39:09.081275    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/kindnet-492650/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/kubenet/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-74hlg" [e4989990-d130-4d98-8ccb-aebac0e991c3] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0317 11:39:09.927481    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/old-k8s-version-403210/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "netcat-5d86dc444-74hlg" [e4989990-d130-4d98-8ccb-aebac0e991c3] Running
E0317 11:39:18.079136    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/calico-492650/client.crt: no such file or directory" logger="UnhandledError"
E0317 11:39:18.922556    7585 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20535-2275/.minikube/profiles/addons-955918/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/kubenet/NetCatPod: app=netcat healthy within 11.003802427s
--- PASS: TestNetworkPlugins/group/kubenet/NetCatPod (11.28s)

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

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

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

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

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

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

                                                
                                    

Test skip (26/346)

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnlyKic (0.75s)

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

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

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/RealCredentials
addons_test.go:698: This test requires a GCE instance (excluding Cloud Shell) with a container based driver
--- SKIP: TestAddons/serial/GCPAuth/RealCredentials (0.01s)

                                                
                                    
x
+
TestAddons/parallel/Olm (0s)

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

                                                
                                                

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

                                                
                                    
x
+
TestAddons/parallel/AmdGpuDevicePlugin (0s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/AmdGpuDevicePlugin
addons_test.go:972: skip amd gpu test on all but docker driver and amd64 platform
--- SKIP: TestAddons/parallel/AmdGpuDevicePlugin (0.00s)

                                                
                                    
x
+
TestDockerEnvContainerd (0s)

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

                                                
                                    
x
+
TestKVMDriverInstallOrUpdate (0s)

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

                                                
                                    
x
+
TestHyperKitDriverInstallOrUpdate (0s)

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

                                                
                                    
x
+
TestHyperkitDriverSkipUpgrade (0s)

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

                                                
                                    
x
+
TestFunctional/parallel/MySQL (0s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/PodmanEnv (0s)

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

                                                
                                                

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

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

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

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

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

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

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

                                                
                                    
x
+
TestFunctionalNewestKubernetes (0s)

                                                
                                                
=== RUN   TestFunctionalNewestKubernetes
functional_test.go:84: 
--- SKIP: TestFunctionalNewestKubernetes (0.00s)

                                                
                                    
x
+
TestGvisorAddon (0s)

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

                                                
                                    
x
+
TestImageBuild/serial/validateImageBuildWithBuildEnv (0s)

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

                                                
                                    
x
+
TestChangeNoneUser (0s)

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

                                                
                                    
x
+
TestScheduledStopWindows (0s)

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (6.34s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters: null
contexts: null
current-context: ""
kind: Config
preferences: {}
users: null

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
Copied to clipboard