Description
I have Ubuntu focal based devices with long-term support. We are using the moby-* packages from https://packages.microsoft.com/ubuntu/20.04/prod The systems run unattended upgrades so receive updates without intervention. They are also running Microsoft's aziot-edged.service which is orchestrating containers on the system.
On 19 June, 2026, we saw moby-runc upgrade from 1.4.2-ubuntu20.04u1 to 1.4.3-ubuntu20.04u1, at which time, all containers failed to start. We quickly set the devices back to 1.4.2 and apt-mark hold moby-runc to get things back to operational.
I finally had an opportunity to investigate more thoroughly today and found the problem was really easy to reproduce as all docker run ... commands failed.
Steps to reproduce the issue
root@SOLU220609002:~# docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
4f55086f7dd0: Pull complete
Digest: sha256:96498ffd522e70807ab6384a5c0485a79b9c7c08ca79ba08623edcad1054e62d
Status: Downloaded newer image for hello-world:latest
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: can't mask dir "/proc/acpi": mount src=tmpfs, dst=/proc/acpi, flags=MS_RDONLY, data=nr_blocks=1,nr_inodes=1: invalid argument
Run 'docker run --help' for more information
Describe the results you received and expected
I would have expected normal hello-world output
What version of runc are you using?
runc version 1.5.0-1
commit: c4bb59526d0c9cf3a3a46a04d08ca031749a2119
spec: 1.3.0
go: go1.25.11
libseccomp: 2.5.1
Host OS information
NAME="Ubuntu"
VERSION="20.04.6 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.6 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
IMAGE_ID="system-manager-full"
IMAGE_VERSION="20250108-183605"
Host kernel information
Linux SOLU220609002 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Description
I have Ubuntu focal based devices with long-term support. We are using the moby-* packages from
https://packages.microsoft.com/ubuntu/20.04/prodThe systems run unattended upgrades so receive updates without intervention. They are also running Microsoft's aziot-edged.service which is orchestrating containers on the system.On 19 June, 2026, we saw moby-runc upgrade from 1.4.2-ubuntu20.04u1 to 1.4.3-ubuntu20.04u1, at which time, all containers failed to start. We quickly set the devices back to 1.4.2 and apt-mark hold moby-runc to get things back to operational.
I finally had an opportunity to investigate more thoroughly today and found the problem was really easy to reproduce as all docker run ... commands failed.
Steps to reproduce the issue
Describe the results you received and expected
I would have expected normal hello-world output
What version of runc are you using?
Host OS information
NAME="Ubuntu"
VERSION="20.04.6 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.6 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
IMAGE_ID="system-manager-full"
IMAGE_VERSION="20250108-183605"
Host kernel information
Linux SOLU220609002 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux