Skip to content

Bump minimum supported podman version #19232

Closed
@medyagh

Description

@medyagh

Podman has been failing on github action for a long time lets take a stab at it here are the info

podman version

--------------------------
Version:      3.4.2
API Version:  3.4.2
Go Version:   go1.15.2
Built:        Thu Jan  1 00:00:00 1970
OS/Arch:      linux/amd[64](https://github.com/kubernetes/minikube/actions/runs/9881717147/job/27293245071?pr=19229#step:3:65)
--------------------------

Logs (example https://github.com/kubernetes/minikube/actions/runs/9881717147/job/27293245071?pr=19229)

First error is in downloading image that refers to "#8426"
I need help someone to look up that issue and see if we can implement that now or it still cant be implemented yet.

99.99% 12.47 Mi    > gcr.io/k8s-minikube/kicbase...:  482.89 MiB / 482.89 MiB  100.00% 3.53 MiE0710 02:35:51.728804    5824 
cache.go:189] Error downloading kic artifacts:  not yet implemented, see issue #8426

and creating container fails, there seem to be many ppl with same logs #18759

WARNING: The same type, major and minor should not be used for multiple devices.
Error: OCI runtime error: chmod `run/shm`: Operation not supported
50 Mi    > gcr.io/k8s-minikube/kicbase...:  457.92 MiB / 482.89 MiB  94.83% 12.50 Mi    > gcr.io/k8s-minikube/kicbase...:  461.05 MiB / 482.89 MiB  95.48% 12.56 Mi    > gcr.io/k8s-minikube/kicbase...:  463.02 MiB / 482.89 MiB  95.88% 12.56 Mi    > gcr.io/k8s-minikube/kicbase...:  465.35 MiB / 482.89 MiB  96.37% 12.56 Mi    > gcr.io/k8s-minikube/kicbase...:  468.55 MiB / 482.89 MiB  97.03% 12.56 Mi    > gcr.io/k8s-minikube/kicbase...:  470.88 MiB / 482.89 MiB  97.51% 12.56 Mi    > gcr.io/k8s-minikube/kicbase...:  472.86 MiB / 482.89 MiB  97.92% 12.56 Mi    > gcr.io/k8s-minikube/kicbase...:  476.38 MiB / 482.89 MiB  98.65% 12.59 Mi    > gcr.io/k8s-minikube/kicbase...:  478.92 MiB / 482.89 MiB  99.18% 12.59 Mi    > gcr.io/k8s-minikube/kicbase...:  480.85 MiB / 482.89 MiB  99.58% 12.59 Mi    > gcr.io/k8s-minikube/kicbase...:  482.83 MiB / 482.89 MiB  99.99% 12.47 Mi    > gcr.io/k8s-minikube/kicbase...:  482.89 MiB / 482.89 MiB  100.00% 3.53 MiE0710 02:35:51.728804    5824 cache.go:189] Error downloading kic arti
facts:  not yet implemented, see issue #8426
! Local proxy ignored: not passing HTTPS_PROXY=127.0.0.1:8080 to docker env.
! StartHost failed, but will try again: creating host: create: creating: create kic node: create container: 


sudo -n podman run --cgroup-manager cgroupfs -d -t --privileged --security-opt seccomp=unconfined --tmpfs /tmp --tmpfs /run -v /lib/modules:/lib/modules:ro --hostname functional-087356 --name functional-087356 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=functional-087356 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=functional-087356 --network functional-087356 --ip 192.168.49.2 --volume functional-087356:/var:exec --memory=4000mb --cpus=2 -e container=podman --expose 8441 --publish=127.0.0.1::8441 --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.44-1720534588-19199: exit status 126
stdout:
stderr:
WARNING: The same type, major and minor should not be used for multiple devices.
Error: OCI runtime error: chmod `run/shm`: Operation not supported
! Local proxy ignored: not passing HTTPS_PROXY=127.0.0.1:8080 to docker env.
* Failed to start podman container. Running "minikube delete -p functional-087356" may fix it: creating host: create: creating: setting up container node: creating volume for functional-087356 container: sudo -n podman volume create functional-087356 --label name.minikube.sigs.k8s.io=functional-087356 --label created_by.minikube.sigs.k8s.io=true: exit status 125
stdout:
stderr:
Error: volume with name functional-087356 already exists: volume already exists
X Exiting due to GUEST_PROVISION: error provisioning guest: Failed to start host: creating host: create: creating: setting up container node: creating volume for functional-087356 container: sudo -n podman volume create functional-087356 --label name.minikube.sigs.k8s.io=functional-087356 --label created_by.minikube.sigs.k8s.io=true: exit status 125
stdout:
stderr:
Error: volume with name functional-087356 already exists: volume already exists
* 
╭─────────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                             │
│    * 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.    │
│                                                                                             │
╰─────────────────────────────────────────────────────────────────────────────────────────────╯


also it worth trying to use --force-system in github action to see if that fixes it

Metadata

Metadata

Assignees

Labels

co/podman-driverpodman driver issueshelp wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions