Closed issue by pfpulux on void-packages repository https://github.com/void-linux/void-packages/issues/36136 Description: ### System * xuname: * Void 5.15.28_1 x86_64 AuthenticAMD * package: *affected package(s) including the version*: ``podman-4.0.2_2`` ### Expected behavior build a new image with name t1:latest ### Actual behavior ``` $ podman build -t t1 -f C1 STEP 1/2: FROM voidlinux-musl STEP 2/2: RUN xbps-install -Suy ncurses-base bash error running container: error from /usr/bin/runc creating container for [/bin/sh -c xbps-install -Suy ncurses-base bash]: time="2022-03-14T11:37:11+01:00" level=warning msg="unable to get oom kill count" error="no directory specified for memory.oom_control" time="2022-03-14T11:37:11+01:00" level=error msg="runc create failed: unable to start container process: error during container init: error mounting \"cgroup\" to rootfs at \"/sys/fs/cgroup\": mount /proc/self/fd/8:/sys/fs/cgroup/cpuset (via /proc/self/fd/9), flags: 0x20502f: operation not permitted" : exit status 1 ERRO[0005] did not get container create message from subprocess: read |0: i/o timeout Error: error building at STEP "RUN xbps-install -Suy ncurses-base bash": error while running runtime: exit status 1 ``` ### Steps to reproduce the behavior ``` $ cat C1 from voidlinux-musl RUN xbps-install -Suy ncurses-base bash ```