kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
29.33k stars 4.88k forks source link

debian8启动minikube失败 #16002

Closed yangxue08 closed 9 months ago

yangxue08 commented 1 year ago

重现问题所需的命令

minikube start --force --driver=docker 失败的命令的完整输出

😄 minikube v1.29.0 on Debian 8.11 ❗ minikube skips various validations when --force is supplied; this may lead to unexpected behavior ✨ Using the docker driver based on existing profile 💨 For improved Docker performance, enable the overlay Linux kernel module using 'modprobe overlay' 🛑 The "docker" driver should not be used with root privileges. If you wish to continue as root, use --force. 💡 If you are running minikube within a VM, consider using --driver=none: 📘 https://minikube.sigs.k8s.io/docs/reference/drivers/none/ 💡 Tip: To remove this root owned cluster, run: sudo minikube delete ❗ docker is currently using the aufs storage driver, consider switching to overlay2 for better performance 👍 Starting control plane node minikube in cluster minikube 🚜 Pulling base image ... ❗ minikube was unable to download gcr.io/k8s-minikube/kicbase:v0.0.37, but successfully downloaded docker.io/kicbase/stable:v0.0.37 as a fallback image 🤷 docker "minikube" container is missing, will recreate. ❗ The image 'registry.k8s.io/etcd:3.5.6-0' was not found; unable to add it to cache. ❗ The image 'registry.k8s.io/pause:3.9' was not found; unable to add it to cache. ❗ The image 'registry.k8s.io/kube-apiserver:v1.26.1' was not found; unable to add it to cache. ❗ The image 'gcr.io/k8s-minikube/storage-provisioner:v5' was not found; unable to add it to cache. ❗ The image 'registry.k8s.io/kube-proxy:v1.26.1' was not found; unable to add it to cache. ❗ The image 'registry.k8s.io/kube-controller-manager:v1.26.1' was not found; unable to add it to cache. ❗ The image 'registry.k8s.io/coredns/coredns:v1.9.3' was not found; unable to add it to cache. ❗ The image 'registry.k8s.io/kube-scheduler:v1.26.1' was not found; unable to add it to cache. 🔥 Creating docker container (CPUs=2, Memory=64500MB) ... 🤦 StartHost failed, but will try again: recreate: creating host: create: creating: setting up container node: preparing volume for minikube container: docker run --rm --name minikube-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=minikube --entrypoint /usr/bin/test -v minikube:/var docker.io/kicbase/stable:v0.0.37@sha256:8bf7a0e8a062bc5e2b71d28b35bfa9cc862d9220e234e86176b3785f685d8b15 -d /var/lib: exit status 125 stdout:

stderr: docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "error loading seccomp filter into kernel: invalid argument": unknown.

🤷 docker "minikube" container is missing, will recreate. 🔥 Creating docker container (CPUs=2, Memory=64500MB) ... 😿 Failed to start docker container. Running "minikube delete" may fix it: recreate: creating host: create: creating: setting up container node: preparing volume for minikube container: docker run --rm --name minikube-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=minikube --entrypoint /usr/bin/test -v minikube:/var docker.io/kicbase/stable:v0.0.37@sha256:8bf7a0e8a062bc5e2b71d28b35bfa9cc862d9220e234e86176b3785f685d8b15 -d /var/lib: exit status 125 stdout:

stderr: docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "error loading seccomp filter into kernel: invalid argument": unknown.

❌ Exiting due to GUEST_PROVISION: Failed to start host: recreate: creating host: create: creating: setting up container node: preparing volume for minikube container: docker run --rm --name minikube-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=minikube --entrypoint /usr/bin/test -v minikube:/var docker.io/kicbase/stable:v0.0.37@sha256:8bf7a0e8a062bc5e2b71d28b35bfa9cc862d9220e234e86176b3785f685d8b15 -d /var/lib: exit status 125 stdout:

stderr: docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "error loading seccomp filter into kernel: invalid argument": unknown.

minikube logs命令的输出
Log file created at: 2023/03/09 13:06:23 Running on machine: popo-db01-stresstest Binary: Built with gc go1.19.5 for linux/amd64 Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg I0309 13:06:23.743213 99164 out.go:296] Setting OutFile to fd 1 ... I0309 13:06:23.743317 99164 out.go:348] isatty.IsTerminal(1) = true I0309 13:06:23.743321 99164 out.go:309] Setting ErrFile to fd 2... I0309 13:06:23.743327 99164 out.go:348] isatty.IsTerminal(2) = true I0309 13:06:23.743436 99164 root.go:334] Updating PATH: /root/.minikube/bin I0309 13:06:23.743601 99164 out.go:296] Setting OutFile to fd 8 ... I0309 13:06:23.743609 99164 out.go:348] isatty.IsTerminal(8) = false I0309 13:06:23.743611 99164 out.go:309] Setting ErrFile to fd 8... I0309 13:06:23.743616 99164 out.go:348] isatty.IsTerminal(8) = false I0309 13:06:23.757238 99164 out.go:177] I0309 13:06:23.757411 99164 out.go:177] ==> Audit <== I0309 13:06:23.758238 99164 out.go:177] *
--------- ------------------------- ---------- ------ --------- --------------------- --------------------- Command Args Profile User Version Start Time End Time
start minikube root v1.29.0 09 Mar 23 11:29 HKT
start minikube root v1.29.0 09 Mar 23 12:59 HKT
start --force --driver=docker minikube root v1.29.0 09 Mar 23 13:00 HKT
start --force --driver=docker minikube root v1.29.0 09 Mar 23 13:02 HKT
delete minikube root v1.29.0 09 Mar 23 13:05 HKT 09 Mar 23 13:05 HKT
start --force --driver=docker minikube root v1.29.0 09 Mar 23 13:05 HKT
--------- ------------------------- ---------- ------ --------- --------------------- ---------------------

I0309 13:06:23.758369 99164 out.go:177] I0309 13:06:23.758493 99164 out.go:177] ==> Last Start <== I0309 13:06:23.764753 99164 out.go:177] * Log file created at: 2023/03/09 13:05:44 Running on machine: popo-db01-stresstest Binary: Built with gc go1.19.5 for linux/amd64 Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg I0309 13:05:44.216282 97683 out.go:296] Setting OutFile to fd 1 ... I0309 13:05:44.216379 97683 out.go:348] isatty.IsTerminal(1) = true I0309 13:05:44.216384 97683 out.go:309] Setting ErrFile to fd 2... I0309 13:05:44.216390 97683 out.go:348] isatty.IsTerminal(2) = true I0309 13:05:44.216503 97683 root.go:334] Updating PATH: /root/.minikube/bin I0309 13:05:44.216812 97683 out.go:303] Setting JSON to false I0309 13:05:44.268315 97683 start.go:125] hostinfo: {"hostname":"popo-db01-stresstest.i.nease.net","uptime":77591589,"bootTime":1600746755,"procs":462,"os":"linux","platform":"debian","platformFamily":"debian","platformVersion":"8.11","kernelVersion":"3.16.0-11-amd64","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"host","hostId":"4c4c4544-004d-3210-8048-b4c04f383233"} I0309 13:05:44.268386 97683 start.go:135] virtualization: kvm host I0309 13:05:44.269077 97683 out.go:177] 😄 minikube v1.29.0 on Debian 8.11 W0309 13:05:44.269264 97683 out.go:239] ❗ minikube skips various validations when --force is supplied; this may lead to unexpected behavior W0309 13:05:44.269294 97683 preload.go:295] Failed to list preload files: open /root/.minikube/cache/preloaded-tarball: no such file or directory I0309 13:05:44.269326 97683 notify.go:220] Checking for updates... I0309 13:05:44.269427 97683 driver.go:365] Setting default libvirt URI to qemu:///system I0309 13:05:44.299278 97683 docker.go:141] docker version: linux-19.03.9:Docker Engine - Community I0309 13:05:44.299320 97683 cli_runner.go:164] Run: docker system info --format "{{json .}}" I0309 13:05:44.331056 97683 info.go:266] docker info: {ID:VFGR:WDVC:3FGS:XWH3:XEMM:BO24:H5V2:UE7G:PHII:TTCB:K4C5:7AEK Containers:1 ContainersRunning:0 ContainersPaused:0 ContainersStopped:1 Images:2 Driver:aufs DriverStatus:[[Root Dir /var/lib/docker/aufs] [Backing Filesystem extfs] [Dirs 47] [Dirperm1 Supported true]] SystemStatus: Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization: Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:false SwapLimit:false KernelMemory:false KernelMemoryTCP:false CPUCfsPeriod:false CPUCfsQuota:false CPUShares:true CPUSet:true PidsLimit:false IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:23 OomKillDisable:false NGoroutines:41 SystemTime:2023-03-09 13:05:44.32338403 +0800 HKT LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:3.16.0-11-amd64 OperatingSystem:Debian GNU/Linux 8 (jessie) OSType:linux Architecture:x86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[https://reg-mirror.qiniu.com/] Secure:true Official:true}} Mirrors:[https://reg-mirror.qiniu.com/]} NCPU:48 MemTotal:270625026048 GenericResources: DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:popo-db01-stresstest.i.nease.net Labels:[] ExperimentalBuild:false ServerVersion:19.03.9 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7ad184331fa3e55e52b890ea95e65ba581ae3429 Expected:7ad184331fa3e55e52b890ea95e65ba581ae3429} RuncCommit:{ID:dc9208a3303feef5b3839f4323d9beb36df0a9dd Expected:dc9208a3303feef5b3839f4323d9beb36df0a9dd} InitCommit:{ID:fec3683 Expected:fec3683} SecurityOptions:[name=seccomp,profile=default] ProductLicense:Community Engine Warnings:[WARNING: No memory limit support WARNING: No swap limit support WARNING: No kernel memory limit support WARNING: No kernel memory TCP limit support WARNING: No oom kill disable support WARNING: No cpu cfs quota support WARNING: No cpu cfs period support WARNING: the aufs storage-driver is deprecated, and will be removed in a future release.] ServerErrors:[] ClientInfo:{Debug:false Plugins:[] Warnings:}} W0309 13:05:44.331131 97683 docker.go:292] overlay modules were not found I0309 13:05:44.331479 97683 out.go:177] ✨ Using the docker driver based on user configuration I0309 13:05:44.331617 97683 start.go:296] selected driver: docker I0309 13:05:44.331621 97683 start.go:857] validating driver "docker" against I0309 13:05:44.331632 97683 start.go:868] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:true Error: Reason: Fix:enable the overlay Linux kernel module using 'modprobe overlay' Doc: Version:} I0309 13:05:44.331809 97683 out.go:177] 💨 For improved Docker performance, enable the overlay Linux kernel module using 'modprobe overlay' W0309 13:05:44.332011 97683 out.go:239] 🛑 The "docker" driver should not be used with root privileges. If you wish to continue as root, use --force. W0309 13:05:44.332027 97683 out.go:239] 💡 If you are running minikube within a VM, consider using --driver=none: W0309 13:05:44.332101 97683 out.go:239] 📘 https://minikube.sigs.k8s.io/docs/reference/drivers/none/ I0309 13:05:44.332153 97683 cli_runner.go:164] Run: docker system info --format "{{json .}}" I0309 13:05:44.363414 97683 info.go:266] docker info: {ID:VFGR:WDVC:3FGS:XWH3:XEMM:BO24:H5V2:UE7G:PHII:TTCB:K4C5:7AEK Containers:1 ContainersRunning:0 ContainersPaused:0 ContainersStopped:1 Images:2 Driver:aufs DriverStatus:[[Root Dir /var/lib/docker/aufs] [Backing Filesystem extfs] [Dirs 47] [Dirperm1 Supported true]] SystemStatus: Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization: Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:false SwapLimit:false KernelMemory:false KernelMemoryTCP:false CPUCfsPeriod:false CPUCfsQuota:false CPUShares:true CPUSet:true PidsLimit:false IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:23 OomKillDisable:false NGoroutines:41 SystemTime:2023-03-09 13:05:44.355886077 +0800 HKT LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:3.16.0-11-amd64 OperatingSystem:Debian GNU/Linux 8 (jessie) OSType:linux Architecture:x86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[https://reg-mirror.qiniu.com/] Secure:true Official:true}} Mirrors:[https://reg-mirror.qiniu.com/]} NCPU:48 MemTotal:270625026048 GenericResources: DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:popo-db01-stresstest.i.nease.net Labels:[] ExperimentalBuild:false ServerVersion:19.03.9 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7ad184331fa3e55e52b890ea95e65ba581ae3429 Expected:7ad184331fa3e55e52b890ea95e65ba581ae3429} RuncCommit:{ID:dc9208a3303feef5b3839f4323d9beb36df0a9dd Expected:dc9208a3303feef5b3839f4323d9beb36df0a9dd} InitCommit:{ID:fec3683 Expected:fec3683} SecurityOptions:[name=seccomp,profile=default] ProductLicense:Community Engine Warnings:[WARNING: No memory limit support WARNING: No swap limit support WARNING: No kernel memory limit support WARNING: No kernel memory TCP limit support WARNING: No oom kill disable support WARNING: No cpu cfs quota support WARNING: No cpu cfs period support WARNING: the aufs storage-driver is deprecated, and will be removed in a future release.] ServerErrors:[] ClientInfo:{Debug:false Plugins:[] Warnings:}} W0309 13:05:44.363864 97683 out.go:239] ❗ docker is currently using the aufs storage driver, consider switching to overlay2 for better performance I0309 13:05:44.363923 97683 start_flags.go:305] no existing cluster config was found, will generate one from the flags I0309 13:05:44.366382 97683 start_flags.go:386] Using suggested 64500MB memory alloc based on sys=258088MB, container=258088MB I0309 13:05:44.366523 97683 start_flags.go:899] Wait components to verify : map[apiserver:true system_pods:true] I0309 13:05:44.377189 97683 out.go:177] 📌 Using Docker driver with root privileges I0309 13:05:44.377357 97683 cni.go:84] Creating CNI manager for "" I0309 13:05:44.377371 97683 cni.go:157] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge I0309 13:05:44.377380 97683 start_flags.go:314] Found "bridge CNI" CNI - setting NetworkPlugin=cni I0309 13:05:44.377397 97683 start_flags.go:319] config: {Name:minikube KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.37@sha256:8bf7a0e8a062bc5e2b71d28b35bfa9cc862d9220e234e86176b3785f685d8b15 Memory:64500 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.26.1 ClusterName:minikube Namespace:default 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: NodeIP: NodePort:8443 NodeName:} Nodes:[] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop: ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/root:/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:} I0309 13:05:44.377714 97683 out.go:177] 👍 Starting control plane node minikube in cluster minikube I0309 13:05:44.377857 97683 cache.go:120] Beginning downloading kic base image for docker with docker I0309 13:05:44.377987 97683 out.go:177] 🚜 Pulling base image ... I0309 13:05:44.385255 97683 preload.go:132] Checking if preload exists for k8s version v1.26.1 and runtime docker I0309 13:05:44.385326 97683 image.go:77] Checking for gcr.io/k8s-minikube/kicbase:v0.0.37@sha256:8bf7a0e8a062bc5e2b71d28b35bfa9cc862d9220e234e86176b3785f685d8b15 in local docker daemon I0309 13:05:44.385488 97683 cache.go:107] acquiring lock: {Name:mk6353223a4aba4df10cb9eb84ab1d9e95321563 Clock:{} Delay:500ms Timeout:10m0s Cancel:} I0309 13:05:44.385509 97683 cache.go:107] acquiring lock: {Name:mk4e4d9130b07195db6467cbc0a05ee2e77a4fdd Clock:{} Delay:500ms Timeout:10m0s Cancel:} I0309 13:05:44.385534 97683 cache.go:107] acquiring lock: {Name:mke02ddb4a507e2627f7fd24829a2e0d377e5178 Clock:{} Delay:500ms Timeout:10m0s Cancel:} I0309 13:05:44.385536 97683 cache.go:107] acquiring lock: {Name:mkdde93a44ff69b04f1157c9302745e8ee0f53d0 Clock:{} Delay:500ms Timeout:10m0s Cancel:} I0309 13:05:44.385547 97683 cache.go:107] acquiring lock: {Name:mk26f8bdbf60fd7c3f2bfcae2966564006e48944 Clock:{} Delay:500ms Timeout:10m0s Cancel:} I0309 13:05:44.385562 97683 cache.go:107] acquiring lock: {Name:mk19106dc6fcefac98785c3667efb7f64396bfa6 Clock:{} Delay:500ms Timeout:10m0s Cancel:} I0309 13:05:44.385557 97683 cache.go:107] acquiring lock: {Name:mkcdd1e055ae52ea67a5af06966dcd85ab3792ad Clock:{} Delay:500ms Timeout:10m0s Cancel:} I0309 13:05:44.385592 97683 image.go:134] retrieving image: gcr.io/k8s-minikube/storage-provisioner:v5 I0309 13:05:44.385599 97683 profile.go:148] Saving config to /root/.minikube/profiles/minikube/config.json ... I0309 13:05:44.385609 97683 image.go:134] retrieving image: registry.k8s.io/kube-controller-manager:v1.26.1 I0309 13:05:44.385615 97683 lock.go:35] WriteFile acquiring /root/.minikube/profiles/minikube/config.json: {Name:mk270d1b5db5965f2dc9e9e25770a63417031943 Clock:{} Delay:500ms Timeout:1m0s Cancel:} I0309 13:05:44.385617 97683 image.go:134] retrieving image: registry.k8s.io/kube-scheduler:v1.26.1 I0309 13:05:44.385612 97683 cache.go:107] acquiring lock: {Name:mkdceb218222ac657176e549396e908d40249fae Clock:{} Delay:500ms Timeout:10m0s Cancel:} I0309 13:05:44.385634 97683 image.go:134] retrieving image: registry.k8s.io/kube-apiserver:v1.26.1 I0309 13:05:44.385643 97683 image.go:134] retrieving image: registry.k8s.io/kube-proxy:v1.26.1 I0309 13:05:44.385656 97683 image.go:134] retrieving image: registry.k8s.io/etcd:3.5.6-0 I0309 13:05:44.385682 97683 image.go:134] retrieving image: registry.k8s.io/coredns/coredns:v1.9.3 I0309 13:05:44.385688 97683 image.go:134] retrieving image: registry.k8s.io/pause:3.9 I0309 13:05:44.386326 97683 image.go:177] daemon lookup for registry.k8s.io/kube-apiserver:v1.26.1: Error: No such image: registry.k8s.io/kube-apiserver:v1.26.1 I0309 13:05:44.386335 97683 image.go:177] daemon lookup for registry.k8s.io/kube-controller-manager:v1.26.1: Error: No such image: registry.k8s.io/kube-controller-manager:v1.26.1 I0309 13:05:44.386341 97683 image.go:177] daemon lookup for registry.k8s.io/kube-scheduler:v1.26.1: Error: No such image: registry.k8s.io/kube-scheduler:v1.26.1 I0309 13:05:44.386336 97683 image.go:177] daemon lookup for registry.k8s.io/coredns/coredns:v1.9.3: Error: No such image: registry.k8s.io/coredns/coredns:v1.9.3 I0309 13:05:44.386348 97683 image.go:177] daemon lookup for registry.k8s.io/etcd:3.5.6-0: Error: No such image: registry.k8s.io/etcd:3.5.6-0 I0309 13:05:44.386357 97683 image.go:177] daemon lookup for registry.k8s.io/kube-proxy:v1.26.1: Error: No such image: registry.k8s.io/kube-proxy:v1.26.1 I0309 13:05:44.386355 97683 image.go:177] daemon lookup for gcr.io/k8s-minikube/storage-provisioner:v5: Error: No such image: gcr.io/k8s-minikube/storage-provisioner:v5 I0309 13:05:44.386363 97683 image.go:177] daemon lookup for registry.k8s.io/pause:3.9: Error: No such image: registry.k8s.io/pause:3.9 I0309 13:05:44.413659 97683 cache.go:148] Downloading gcr.io/k8s-minikube/kicbase:v0.0.37@sha256:8bf7a0e8a062bc5e2b71d28b35bfa9cc862d9220e234e86176b3785f685d8b15 to local cache I0309 13:05:44.413723 97683 image.go:61] Checking for gcr.io/k8s-minikube/kicbase:v0.0.37@sha256:8bf7a0e8a062bc5e2b71d28b35bfa9cc862d9220e234e86176b3785f685d8b15 in local cache directory I0309 13:05:44.413738 97683 image.go:119] Writing gcr.io/k8s-minikube/kicbase:v0.0.37@sha256:8bf7a0e8a062bc5e2b71d28b35bfa9cc862d9220e234e86176b3785f685d8b15 to local cache I0309 13:05:49.414452 97683 cache.go:167] failed to download gcr.io/k8s-minikube/kicbase:v0.0.37@sha256:8bf7a0e8a062bc5e2b71d28b35bfa9cc862d9220e234e86176b3785f685d8b15, will try fallback image if available: getting remote image: Get "https://gcr.io/v2/": dial tcp 74.125.203.82:443: i/o timeout I0309 13:05:49.414470 97683 image.go:77] Checking for docker.io/kicbase/stable:v0.0.37@sha256:8bf7a0e8a062bc5e2b71d28b35bfa9cc862d9220e234e86176b3785f685d8b15 in local docker daemon I0309 13:05:49.445778 97683 image.go:81] Found docker.io/kicbase/stable:v0.0.37@sha256:8bf7a0e8a062bc5e2b71d28b35bfa9cc862d9220e234e86176b3785f685d8b15 in local docker daemon, skipping pull I0309 13:05:49.445788 97683 cache.go:143] docker.io/kicbase/stable:v0.0.37@sha256:8bf7a0e8a062bc5e2b71d28b35bfa9cc862d9220e234e86176b3785f685d8b15 exists in daemon, skipping load W0309 13:05:49.445807 97683 out.go:239] ❗ minikube was unable to download gcr.io/k8s-minikube/kicbase:v0.0.37, but successfully downloaded docker.io/kicbase/stable:v0.0.37 as a fallback image I0309 13:05:49.445829 97683 cache.go:193] Successfully downloaded all kic artifacts I0309 13:05:49.445855 97683 start.go:364] acquiring machines lock for minikube: {Name:mke11f63b5835bf422927bf558fccac7a21a838f Clock:{} Delay:500ms Timeout:10m0s Cancel:} I0309 13:05:49.445907 97683 start.go:368] acquired machines lock for "minikube" in 36.185µs I0309 13:05:49.445918 97683 start.go:93] Provisioning new machine with config: &{Name:minikube KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:docker.io/kicbase/stable:v0.0.37@sha256:8bf7a0e8a062bc5e2b71d28b35bfa9cc862d9220e234e86176b3785f685d8b15 Memory:64500 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.26.1 ClusterName:minikube Namespace:default 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: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.26.1 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop: ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/root:/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:} &{Name: IP: Port:8443 KubernetesVersion:v1.26.1 ContainerRuntime:docker ControlPlane:true Worker:true} I0309 13:05:49.445996 97683 start.go:125] createHost starting for "" (driver="docker") I0309 13:05:49.453236 97683 out.go:204] 🔥 Creating docker container (CPUs=2, Memory=64500MB) ... I0309 13:05:49.453471 97683 start.go:159] libmachine.API.Create for "minikube" (driver="docker") I0309 13:05:49.453491 97683 client.go:168] LocalClient.Create starting I0309 13:05:49.453534 97683 main.go:141] libmachine: Reading certificate data from /root/.minikube/certs/ca.pem I0309 13:05:49.453557 97683 main.go:141] libmachine: Decoding PEM data... I0309 13:05:49.453572 97683 main.go:141] libmachine: Parsing certificate... I0309 13:05:49.453618 97683 main.go:141] libmachine: Reading certificate data from /root/.minikube/certs/cert.pem I0309 13:05:49.453630 97683 main.go:141] libmachine: Decoding PEM data... I0309 13:05:49.453638 97683 main.go:141] libmachine: Parsing certificate... I0309 13:05:49.453923 97683 cli_runner.go:164] Run: docker network inspect minikube --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}}]}" W0309 13:05:49.482698 97683 cli_runner.go:211] docker network inspect minikube --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 I0309 13:05:49.482751 97683 network_create.go:281] running [docker network inspect minikube] to gather additional debugging logs... I0309 13:05:49.482763 97683 cli_runner.go:164] Run: docker network inspect minikube W0309 13:05:49.508797 97683 cli_runner.go:211] docker network inspect minikube returned with exit code 1 I0309 13:05:49.508813 97683 network_create.go:284] error running [docker network inspect minikube]: docker network inspect minikube: exit status 1 stdout: []

stderr: Error: No such network: minikube I0309 13:05:49.508826 97683 network_create.go:286] output of [docker network inspect minikube]: -- stdout -- []

-- /stdout -- stderr Error: No such network: minikube

/stderr I0309 13:05:49.508857 97683 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}}]}" I0309 13:05:49.535088 97683 network.go:206] using free private subnet 192.168.49.0/24: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0xc001799d40} I0309 13:05:49.535121 97683 network_create.go:123] attempt to create docker network minikube 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ... I0309 13:05:49.535152 97683 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.49.0/24 --gateway=192.168.49.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=minikube minikube W0309 13:05:49.641059 97683 image.go:187] authn lookup for registry.k8s.io/kube-controller-manager:v1.26.1 (trying anon): Get "https://asia-east1-docker.pkg.dev/v2/k8s-artifacts-prod/images/kube-controller-manager/manifests/v1.26.1": dial tcp 64.233.188.82:443: i/o timeout I0309 13:05:49.642432 97683 network_create.go:107] docker network minikube 192.168.49.0/24 created I0309 13:05:49.642446 97683 kic.go:117] calculated static IP "192.168.49.2" for the "minikube" container I0309 13:05:49.642493 97683 cli_runner.go:164] Run: docker ps -a --format {{.Names}} I0309 13:05:49.670574 97683 cli_runner.go:164] Run: docker volume create minikube --label name.minikube.sigs.k8s.io=minikube --label created_by.minikube.sigs.k8s.io=true I0309 13:05:49.697190 97683 oci.go:103] Successfully created a docker volume minikube I0309 13:05:49.697230 97683 cli_runner.go:164] Run: docker run --rm --name minikube-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=minikube --entrypoint /usr/bin/test -v minikube:/var docker.io/kicbase/stable:v0.0.37@sha256:8bf7a0e8a062bc5e2b71d28b35bfa9cc862d9220e234e86176b3785f685d8b15 -d /var/lib W0309 13:05:51.019080 97683 cli_runner.go:211] docker run --rm --name minikube-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=minikube --entrypoint /usr/bin/test -v minikube:/var docker.io/kicbase/stable:v0.0.37@sha256:8bf7a0e8a062bc5e2b71d28b35bfa9cc862d9220e234e86176b3785f685d8b15 -d /var/lib returned with exit code 125 I0309 13:05:51.019104 97683 cli_runner.go:217] Completed: docker run --rm --name minikube-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=minikube --entrypoint /usr/bin/test -v minikube:/var docker.io/kicbase/stable:v0.0.37@sha256:8bf7a0e8a062bc5e2b71d28b35bfa9cc862d9220e234e86176b3785f685d8b15 -d /var/lib: (1.321808934s) I0309 13:05:51.019140 97683 client.go:171] LocalClient.Create took 1.565644312s I0309 13:05:53.020195 97683 start.go:128] duration metric: createHost completed in 3.574190158s I0309 13:05:53.020207 97683 start.go:83] releasing machines lock for "minikube", held for 3.574294454s W0309 13:05:53.020217 97683 start.go:689] error starting host: creating host: create: creating: setting up container node: preparing volume for minikube container: docker run --rm --name minikube-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=minikube --entrypoint /usr/bin/test -v minikube:/var docker.io/kicbase/stable:v0.0.37@sha256:8bf7a0e8a062bc5e2b71d28b35bfa9cc862d9220e234e86176b3785f685d8b15 -d /var/lib: exit status 125 stdout:

stderr: docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "error loading seccomp filter into kernel: invalid argument": unknown. I0309 13:05:53.020633 97683 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} W0309 13:05:53.049710 97683 cli_runner.go:211] docker container inspect minikube --format={{.State.Status}} returned with exit code 1 I0309 13:05:53.049758 97683 delete.go:82] Unable to get host status for minikube, assuming it has already been deleted: state: unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1 stdout:

stderr: Error: No such container: minikube W0309 13:05:53.049892 97683 out.go:239] 🤦 StartHost failed, but will try again: creating host: create: creating: setting up container node: preparing volume for minikube container: docker run --rm --name minikube-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=minikube --entrypoint /usr/bin/test -v minikube:/var docker.io/kicbase/stable:v0.0.37@sha256:8bf7a0e8a062bc5e2b71d28b35bfa9cc862d9220e234e86176b3785f685d8b15 -d /var/lib: exit status 125 stdout:

stderr: docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "error loading seccomp filter into kernel: invalid argument": unknown.

I0309 13:05:53.049920 97683 start.go:704] Will try again in 5 seconds ... W0309 13:05:54.494753 97683 image.go:187] authn lookup for gcr.io/k8s-minikube/storage-provisioner:v5 (trying anon): Get "https://gcr.io/v2/": dial tcp 74.125.203.82:443: i/o timeout W0309 13:05:54.702807 97683 image.go:187] authn lookup for registry.k8s.io/kube-scheduler:v1.26.1 (trying anon): Get "https://asia-east1-docker.pkg.dev/v2/k8s-artifacts-prod/images/kube-scheduler/manifests/v1.26.1": dial tcp 64.233.188.82:443: i/o timeout W0309 13:05:54.723940 97683 image.go:187] authn lookup for registry.k8s.io/etcd:3.5.6-0 (trying anon): Get "https://asia-east1-docker.pkg.dev/v2/k8s-artifacts-prod/images/etcd/manifests/3.5.6-0": dial tcp 64.233.188.82:443: i/o timeout W0309 13:05:54.751085 97683 image.go:187] authn lookup for registry.k8s.io/pause:3.9 (trying anon): Get "https://asia-east1-docker.pkg.dev/v2/k8s-artifacts-prod/images/pause/manifests/3.9": dial tcp 64.233.188.82:443: i/o timeout W0309 13:05:54.751148 97683 image.go:187] authn lookup for registry.k8s.io/kube-proxy:v1.26.1 (trying anon): Get "https://asia-east1-docker.pkg.dev/v2/k8s-artifacts-prod/images/kube-proxy/manifests/v1.26.1": dial tcp 64.233.188.82:443: i/o timeout I0309 13:05:58.052771 97683 start.go:364] acquiring machines lock for minikube: {Name:mke11f63b5835bf422927bf558fccac7a21a838f Clock:{} Delay:500ms Timeout:10m0s Cancel:} I0309 13:05:58.052826 97683 start.go:368] acquired machines lock for "minikube" in 35.611µs I0309 13:05:58.052841 97683 start.go:96] Skipping create...Using existing machine configuration I0309 13:05:58.052846 97683 fix.go:55] fixHost starting: I0309 13:05:58.053071 97683 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} W0309 13:05:58.081670 97683 cli_runner.go:211] docker container inspect minikube --format={{.State.Status}} returned with exit code 1 I0309 13:05:58.081704 97683 fix.go:103] recreateIfNeeded on minikube: state= err=unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1 stdout:

stderr: Error: No such container: minikube I0309 13:05:58.081716 97683 fix.go:108] machineExists: false. err=machine does not exist I0309 13:05:58.082152 97683 out.go:177] 🤷 docker "minikube" container is missing, will recreate. I0309 13:05:58.082279 97683 delete.go:124] DEMOLISHING minikube ... I0309 13:05:58.082310 97683 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} W0309 13:05:58.109554 97683 cli_runner.go:211] docker container inspect minikube --format={{.State.Status}} returned with exit code 1 W0309 13:05:58.109586 97683 stop.go:75] unable to get state: unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1 stdout:

stderr: Error: No such container: minikube I0309 13:05:58.109600 97683 delete.go:129] stophost failed (probably ok): ssh power off: unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1 stdout:

stderr: Error: No such container: minikube I0309 13:05:58.109916 97683 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} W0309 13:05:58.136811 97683 cli_runner.go:211] docker container inspect minikube --format={{.State.Status}} returned with exit code 1 I0309 13:05:58.136843 97683 delete.go:82] Unable to get host status for minikube, assuming it has already been deleted: state: unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1 stdout:

stderr: Error: No such container: minikube I0309 13:05:58.136867 97683 cli_runner.go:164] Run: docker container inspect -f {{.Id}} minikube W0309 13:05:58.165010 97683 cli_runner.go:211] docker container inspect -f {{.Id}} minikube returned with exit code 1 I0309 13:05:58.165022 97683 kic.go:367] could not find the container minikube to remove it. will try anyways I0309 13:05:58.165042 97683 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} W0309 13:05:58.191053 97683 cli_runner.go:211] docker container inspect minikube --format={{.State.Status}} returned with exit code 1 W0309 13:05:58.191078 97683 oci.go:84] error getting container status, will try to delete anyways: unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1 stdout:

stderr: Error: No such container: minikube I0309 13:05:58.191102 97683 cli_runner.go:164] Run: docker exec --privileged -t minikube /bin/bash -c "sudo init 0" W0309 13:05:58.215047 97683 cli_runner.go:211] docker exec --privileged -t minikube /bin/bash -c "sudo init 0" returned with exit code 1 I0309 13:05:58.215057 97683 oci.go:641] error shutdown minikube: docker exec --privileged -t minikube /bin/bash -c "sudo init 0": exit status 1 stdout:

stderr: Error: No such container: minikube I0309 13:05:59.215216 97683 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} W0309 13:05:59.242135 97683 cli_runner.go:211] docker container inspect minikube --format={{.State.Status}} returned with exit code 1 I0309 13:05:59.242178 97683 oci.go:653] temporary error verifying shutdown: unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1 stdout:

stderr: Error: No such container: minikube I0309 13:05:59.242184 97683 oci.go:655] temporary error: container minikube status is but expect it to be exited I0309 13:05:59.242208 97683 retry.go:31] will retry after 507.606314ms: couldn't verify container is exited. %!v(MISSING): unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1 stdout:

stderr: Error: No such container: minikube I0309 13:05:59.749915 97683 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} W0309 13:05:59.776834 97683 cli_runner.go:211] docker container inspect minikube --format={{.State.Status}} returned with exit code 1 I0309 13:05:59.776881 97683 oci.go:653] temporary error verifying shutdown: unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1 stdout:

stderr: Error: No such container: minikube I0309 13:05:59.776890 97683 oci.go:655] temporary error: container minikube status is but expect it to be exited I0309 13:05:59.776913 97683 retry.go:31] will retry after 535.697904ms: couldn't verify container is exited. %!v(MISSING): unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1 stdout:

stderr: Error: No such container: minikube I0309 13:05:59.815994 97683 image.go:191] remote lookup for registry.k8s.io/kube-scheduler:v1.26.1: Get "https://asia-east1-docker.pkg.dev/v2/k8s-artifacts-prod/images/kube-scheduler/manifests/v1.26.1": dial tcp 142.250.157.82:443: i/o timeout I0309 13:05:59.816024 97683 cache.go:96] cache image "registry.k8s.io/kube-scheduler:v1.26.1" -> "/root/.minikube/cache/images/amd64/registry.k8s.io/kube-scheduler_v1.26.1" took 15.430507598s W0309 13:05:59.816152 97683 out.go:239] ❗ The image 'registry.k8s.io/kube-scheduler:v1.26.1' was not found; unable to add it to cache. I0309 13:05:59.842449 97683 image.go:191] remote lookup for registry.k8s.io/etcd:3.5.6-0: Get "https://asia-east1-docker.pkg.dev/v2/k8s-artifacts-prod/images/etcd/manifests/3.5.6-0": dial tcp 142.250.157.82:443: i/o timeout I0309 13:05:59.842467 97683 cache.go:96] cache image "registry.k8s.io/etcd:3.5.6-0" -> "/root/.minikube/cache/images/amd64/registry.k8s.io/etcd_3.5.6-0" took 15.456933024s W0309 13:05:59.842538 97683 out.go:239] ❗ The image 'registry.k8s.io/etcd:3.5.6-0' was not found; unable to add it to cache. I0309 13:05:59.856807 97683 image.go:191] remote lookup for registry.k8s.io/kube-controller-manager:v1.26.1: Get "https://asia-east1-docker.pkg.dev/v2/k8s-artifacts-prod/images/kube-controller-manager/manifests/v1.26.1": dial tcp 142.250.157.82:443: i/o timeout I0309 13:05:59.856824 97683 cache.go:96] cache image "registry.k8s.io/kube-controller-manager:v1.26.1" -> "/root/.minikube/cache/images/amd64/registry.k8s.io/kube-controller-manager_v1.26.1" took 15.471335789s W0309 13:05:59.856895 97683 out.go:239] ❗ The image 'registry.k8s.io/kube-controller-manager:v1.26.1' was not found; unable to add it to cache. I0309 13:05:59.893288 97683 image.go:191] remote lookup for registry.k8s.io/kube-proxy:v1.26.1: Get "https://asia-east1-docker.pkg.dev/v2/k8s-artifacts-prod/images/kube-proxy/manifests/v1.26.1": dial tcp 142.250.157.82:443: i/o timeout I0309 13:05:59.893304 97683 cache.go:96] cache image "registry.k8s.io/kube-proxy:v1.26.1" -> "/root/.minikube/cache/images/amd64/registry.k8s.io/kube-proxy_v1.26.1" took 15.507758741s W0309 13:05:59.893385 97683 out.go:239] ❗ The image 'registry.k8s.io/kube-proxy:v1.26.1' was not found; unable to add it to cache. I0309 13:06:00.312701 97683 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} W0309 13:06:00.342013 97683 cli_runner.go:211] docker container inspect minikube --format={{.State.Status}} returned with exit code 1 I0309 13:06:00.342056 97683 oci.go:653] temporary error verifying shutdown: unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1 stdout:

stderr: Error: No such container: minikube I0309 13:06:00.342063 97683 oci.go:655] temporary error: container minikube status is but expect it to be exited I0309 13:06:00.342085 97683 retry.go:31] will retry after 880.91342ms: couldn't verify container is exited. %!v(MISSING): unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1 stdout:

stderr: Error: No such container: minikube I0309 13:06:01.224058 97683 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} W0309 13:06:01.252908 97683 cli_runner.go:211] docker container inspect minikube --format={{.State.Status}} returned with exit code 1 I0309 13:06:01.252950 97683 oci.go:653] temporary error verifying shutdown: unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1 stdout:

stderr: Error: No such container: minikube I0309 13:06:01.252956 97683 oci.go:655] temporary error: container minikube status is but expect it to be exited I0309 13:06:01.252981 97683 retry.go:31] will retry after 1.338359384s: couldn't verify container is exited. %!v(MISSING): unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1 stdout:

stderr: Error: No such container: minikube I0309 13:06:02.592418 97683 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} W0309 13:06:02.620592 97683 cli_runner.go:211] docker container inspect minikube --format={{.State.Status}} returned with exit code 1 I0309 13:06:02.620631 97683 oci.go:653] temporary error verifying shutdown: unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1 stdout:

stderr: Error: No such container: minikube I0309 13:06:02.620637 97683 oci.go:655] temporary error: container minikube status is but expect it to be exited I0309 13:06:02.620659 97683 retry.go:31] will retry after 2.984558086s: couldn't verify container is exited. %!v(MISSING): unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1 stdout:

stderr: Error: No such container: minikube I0309 13:06:04.603756 97683 image.go:191] remote lookup for gcr.io/k8s-minikube/storage-provisioner:v5: Get "https://gcr.io/v2/": dial tcp 108.177.97.82:443: i/o timeout I0309 13:06:04.603778 97683 cache.go:96] cache image "gcr.io/k8s-minikube/storage-provisioner:v5" -> "/root/.minikube/cache/images/amd64/gcr.io/k8s-minikube/storage-provisioner_v5" took 20.218297666s W0309 13:06:04.603897 97683 out.go:239] ❗ The image 'gcr.io/k8s-minikube/storage-provisioner:v5' was not found; unable to add it to cache. I0309 13:06:04.971506 97683 image.go:191] remote lookup for registry.k8s.io/pause:3.9: Get "https://asia-east1-docker.pkg.dev/v2/k8s-artifacts-prod/images/pause/manifests/3.9": dial tcp 142.250.157.82:443: i/o timeout I0309 13:06:04.971523 97683 cache.go:96] cache image "registry.k8s.io/pause:3.9" -> "/root/.minikube/cache/images/amd64/registry.k8s.io/pause_3.9" took 20.585996321s W0309 13:06:04.971602 97683 out.go:239] ❗ The image 'registry.k8s.io/pause:3.9' was not found; unable to add it to cache. I0309 13:06:05.605416 97683 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} W0309 13:06:05.633245 97683 cli_runner.go:211] docker container inspect minikube --format={{.State.Status}} returned with exit code 1 I0309 13:06:05.633284 97683 oci.go:653] temporary error verifying shutdown: unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1 stdout:

stderr: Error: No such container: minikube I0309 13:06:05.633290 97683 oci.go:655] temporary error: container minikube status is but expect it to be exited I0309 13:06:05.633316 97683 retry.go:31] will retry after 2.728256121s: couldn't verify container is exited. %!v(MISSING): unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1 stdout:

stderr: Error: No such container: minikube I0309 13:06:08.363230 97683 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} W0309 13:06:08.392294 97683 cli_runner.go:211] docker container inspect minikube --format={{.State.Status}} returned with exit code 1 I0309 13:06:08.392335 97683 oci.go:653] temporary error verifying shutdown: unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1 stdout:

stderr: Error: No such container: minikube I0309 13:06:08.392342 97683 oci.go:655] temporary error: container minikube status is but expect it to be exited I0309 13:06:08.392365 97683 retry.go:31] will retry after 6.097818893s: couldn't verify container is exited. %!v(MISSING): unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1 stdout:

stderr: Error: No such container: minikube W0309 13:06:13.741838 97683 image.go:187] authn lookup for registry.k8s.io/kube-apiserver:v1.26.1 (trying anon): Get "https://asia-east1-docker.pkg.dev/v2/k8s-artifacts-prod/images/kube-apiserver/manifests/v1.26.1": dial tcp 74.125.204.82:443: i/o timeout W0309 13:06:13.808459 97683 image.go:187] authn lookup for registry.k8s.io/coredns/coredns:v1.9.3 (trying anon): Get "https://asia-east1-docker.pkg.dev/v2/k8s-artifacts-prod/images/coredns/coredns/manifests/v1.9.3": dial tcp 64.233.188.82:443: i/o timeout I0309 13:06:14.491260 97683 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} W0309 13:06:14.520429 97683 cli_runner.go:211] docker container inspect minikube --format={{.State.Status}} returned with exit code 1 I0309 13:06:14.520468 97683 oci.go:653] temporary error verifying shutdown: unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1 stdout:

stderr: Error: No such container: minikube I0309 13:06:14.520473 97683 oci.go:655] temporary error: container minikube status is but expect it to be exited I0309 13:06:14.520502 97683 oci.go:88] couldn't shut down minikube (might be okay): verify shutdown: couldn't verify container is exited. %!v(MISSING): unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1 stdout:

stderr: Error: No such container: minikube

I0309 13:06:14.520531 97683 cli_runner.go:164] Run: docker rm -f -v minikube W0309 13:06:14.547945 97683 cli_runner.go:211] docker rm -f -v minikube returned with exit code 1 W0309 13:06:14.548097 97683 delete.go:139] delete failed (probably ok) I0309 13:06:14.548104 97683 fix.go:115] Sleeping 1 second for extra luck! I0309 13:06:15.548911 97683 start.go:125] createHost starting for "" (driver="docker") I0309 13:06:15.549327 97683 out.go:204] 🔥 Creating docker container (CPUs=2, Memory=64500MB) ... I0309 13:06:15.549413 97683 start.go:159] libmachine.API.Create for "minikube" (driver="docker") I0309 13:06:15.549422 97683 client.go:168] LocalClient.Create starting I0309 13:06:15.549459 97683 main.go:141] libmachine: Reading certificate data from /root/.minikube/certs/ca.pem I0309 13:06:15.549478 97683 main.go:141] libmachine: Decoding PEM data... I0309 13:06:15.549492 97683 main.go:141] libmachine: Parsing certificate... I0309 13:06:15.549540 97683 main.go:141] libmachine: Reading certificate data from /root/.minikube/certs/cert.pem I0309 13:06:15.549552 97683 main.go:141] libmachine: Decoding PEM data... I0309 13:06:15.549563 97683 main.go:141] libmachine: Parsing certificate... I0309 13:06:15.549735 97683 cli_runner.go:164] Run: docker network inspect minikube --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}}]}" I0309 13:06:15.578085 97683 network_create.go:76] Found existing network {name:minikube subnet:0xc001d78750 gateway:[0 0 0 0 0 0 0 0 0 0 255 255 192 168 49 1] mtu:1500} I0309 13:06:15.578105 97683 kic.go:117] calculated static IP "192.168.49.2" for the "minikube" container I0309 13:06:15.578135 97683 cli_runner.go:164] Run: docker ps -a --format {{.Names}} I0309 13:06:15.604109 97683 cli_runner.go:164] Run: docker volume create minikube --label name.minikube.sigs.k8s.io=minikube --label created_by.minikube.sigs.k8s.io=true I0309 13:06:15.630256 97683 oci.go:103] Successfully created a docker volume minikube I0309 13:06:15.630290 97683 cli_runner.go:164] Run: docker run --rm --name minikube-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=minikube --entrypoint /usr/bin/test -v minikube:/var docker.io/kicbase/stable:v0.0.37@sha256:8bf7a0e8a062bc5e2b71d28b35bfa9cc862d9220e234e86176b3785f685d8b15 -d /var/lib W0309 13:06:16.521296 97683 cli_runner.go:211] docker run --rm --name minikube-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=minikube --entrypoint /usr/bin/test -v minikube:/var docker.io/kicbase/stable:v0.0.37@sha256:8bf7a0e8a062bc5e2b71d28b35bfa9cc862d9220e234e86176b3785f685d8b15 -d /var/lib returned with exit code 125 I0309 13:06:16.521339 97683 client.go:171] LocalClient.Create took 971.912904ms I0309 13:06:18.521803 97683 start.go:128] duration metric: createHost completed in 2.972866693s I0309 13:06:18.521822 97683 fix.go:57] fixHost completed within 20.468976933s I0309 13:06:18.521826 97683 start.go:83] releasing machines lock for "minikube", held for 20.468993769s W0309 13:06:18.521981 97683 out.go:239] 😿 Failed to start docker container. Running "minikube delete" may fix it: recreate: creating host: create: creating: setting up container node: preparing volume for minikube container: docker run --rm --name minikube-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=minikube --entrypoint /usr/bin/test -v minikube:/var docker.io/kicbase/stable:v0.0.37@sha256:8bf7a0e8a062bc5e2b71d28b35bfa9cc862d9220e234e86176b3785f685d8b15 -d /var/lib: exit status 125 stdout:

stderr: docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "error loading seccomp filter into kernel: invalid argument": unknown.

I0309 13:06:18.522720 97683 out.go:177] W0309 13:06:18.522913 97683 out.go:239] ❌ Exiting due to GUEST_PROVISION: Failed to start host: recreate: creating host: create: creating: setting up container node: preparing volume for minikube container: docker run --rm --name minikube-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=minikube --entrypoint /usr/bin/test -v minikube:/var docker.io/kicbase/stable:v0.0.37@sha256:8bf7a0e8a062bc5e2b71d28b35bfa9cc862d9220e234e86176b3785f685d8b15 -d /var/lib: exit status 125 stdout:

stderr: docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "error loading seccomp filter into kernel: invalid argument": unknown.

W0309 13:06:18.522928 97683 out.go:239] W0309 13:06:18.523922 97683 out.go:239] ╭───────────────────────────────────────────────────────────────────────────────────────────╮ │ │ │ 😿 If the above advice does not help, please let us know: │ │ 👉 https://github.com/kubernetes/minikube/issues/new/choose │ │ │ │ Please run minikube logs --file=logs.txt and attach logs.txt to the GitHub issue. │ │ │ ╰───────────────────────────────────────────────────────────────────────────────────────────╯ I0309 13:06:18.524085 97683 out.go:177]

I0309 13:06:23.773222 99164 out.go:177] * I0309 13:06:23.773371 99164 out.go:309] Setting ErrFile to fd 2... I0309 13:06:23.773381 99164 out.go:348] isatty.IsTerminal(2) = true I0309 13:06:23.773385 99164 out.go:296] Setting OutFile to fd 1 ... I0309 13:06:23.773391 99164 out.go:348] isatty.IsTerminal(1) = true I0309 13:06:23.773413 99164 mustload.go:65] Loading cluster: minikube I0309 13:06:23.773761 99164 config.go:180] Loaded profile config "minikube": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.26.1 I0309 13:06:23.774141 99164 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} W0309 13:06:23.801167 99164 cli_runner.go:211] docker container inspect minikube --format={{.State.Status}} returned with exit code 1 I0309 13:06:23.801213 99164 mustload.go:65] Loading cluster: minikube I0309 13:06:23.801338 99164 config.go:180] Loaded profile config "minikube": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.26.1 I0309 13:06:23.801514 99164 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} W0309 13:06:23.830331 99164 cli_runner.go:211] docker container inspect minikube --format={{.State.Status}} returned with exit code 1 I0309 13:06:23.837187 99164 out.go:177] W0309 13:06:23.837416 99164 out.go:239] ❌ Exiting due to GUEST_STATUS: state: unknown state "minikube": docker container inspect minikube --format=: exit status 1 stdout:

stderr: Error: No such container: minikube

W0309 13:06:23.837427 99164 out.go:239] W0309 13:06:23.839026 99164 out.go:239] ╭───────────────────────────────────────────────────────────────────────────────────────────╮ │ │ │ 😿 If the above advice does not help, please let us know: │ │ 👉 https://github.com/kubernetes/minikube/issues/new/choose │ │ │ │ Please run minikube logs --file=logs.txt and attach logs.txt to the GitHub issue. │ │ Please also attach the following file to the GitHub issue: │ │ - /tmp/minikube_logs_06929d80fbb5d8fabc3864bee44e9ae80c66ec93_0.log │ │ │ ╰───────────────────────────────────────────────────────────────────────────────────────────╯ I0309 13:06:23.839214 99164 out.go:177]

使用的操作系统版本: Debian GNU/Linux 8 jessie

k8s-triage-robot commented 1 year ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot commented 1 year ago

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

k8s-triage-robot commented 9 months ago

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/close not-planned

k8s-ci-robot commented 9 months ago

@k8s-triage-robot: Closing this issue, marking it as "Not Planned".

In response to [this](https://github.com/kubernetes/minikube/issues/16002#issuecomment-1901921442): >The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. > >This bot triages issues according to the following rules: >- After 90d of inactivity, `lifecycle/stale` is applied >- After 30d of inactivity since `lifecycle/stale` was applied, `lifecycle/rotten` is applied >- After 30d of inactivity since `lifecycle/rotten` was applied, the issue is closed > >You can: >- Reopen this issue with `/reopen` >- Mark this issue as fresh with `/remove-lifecycle rotten` >- Offer to help out with [Issue Triage][1] > >Please send feedback to sig-contributor-experience at [kubernetes/community](https://github.com/kubernetes/community). > >/close not-planned > >[1]: https://www.kubernetes.dev/docs/guide/issue-triage/ Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.