-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Zypper Core Dump on OpenSUSE Tumbleweed (clone3 EPERM) #42876
Copy link
Copy link
Closed
Labels
Description
Description
Zypper stopped working sometime between yesterday (Wed Sep 22) and the day before (Tues Sep 21) on the registry.opensuse.org/opensuse/tumbleweed image, according to my Github Actions build log. Running any Zypper command results in the following error:
terminate called after throwing an instance of 'std::system_error'
what(): Operation not permitted
Steps to reproduce the issue:
docker run -ti --name tumbleweed --rm registry.opensuse.org/opensuse/tumbleweed zypper --version(replacezypper --versionwith any other Zypper command)
Describe the results you received:
The error message above
Describe the results you expected:
Zypper to work properly
Additional information you deem important (e.g. issue happens only occasionally):
This issue occurs with Docker but not Podman. I was able to reproduce this issue on my local Fedora 34 machine and on Github Actions' Ubuntu 20.04 runner. As it just popped up recently, I expect that it was caused by a package update in Tumbleweed.
Output of docker version:
Local Fedora 34 Machine:
Client: Docker Engine - Community
Version: 20.10.8
API version: 1.41
Go version: go1.16.6
Git commit: 3967b7d
Built: Fri Jul 30 19:54:44 2021
OS/Arch: linux/amd64
Context: default
Experimental: true
Server: Docker Engine - Community
Engine:
Version: 20.10.8
API version: 1.41 (minimum version 1.12)
Go version: go1.16.6
Git commit: 75249d8
Built: Fri Jul 30 19:52:30 2021
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.4.9
GitCommit: e25210fe30a0a703442421b0f60afac609f950a3
runc:
Version: 1.0.1
GitCommit: v1.0.1-0-g4144b63
docker-init:
Version: 0.19.0
GitCommit: de40ad0
Github Actions Ubuntu 20.04 Runner:
Client:
Version: 20.10.8+azure
API version: 1.41
Go version: go1.16.7
Git commit: 3967b7d28e15a020e4ee344283128ead633b3e0c
Built: Thu Jul 29 13:55:47 2021
OS/Arch: linux/amd64
Context: default
Experimental: true
Server:
Engine:
Version: 20.10.8+azure
API version: 1.41 (minimum version 1.12)
Go version: go1.16.7
Git commit: 75249d88bc107a122b503f6a50e89c994331867c
Built: Fri Jul 30 01:30:57 2021
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.4.9+azure
GitCommit: e25210fe30a0a703442421b0f60afac609f950a3
runc:
Version: 1.0.1
GitCommit: 4144b63817ebcc5b358fc2c8ef95f7cddd709aa7
docker-init:
Version: 0.19.0
GitCommit:
Output of docker info:
Local Fedora 34 Machine:
Client:
Context: default
Debug Mode: false
Plugins:
app: Docker App (Docker Inc., v0.9.1-beta3)
buildx: Build with BuildKit (Docker Inc., v0.6.1-docker)
scan: Docker Scan (Docker Inc., v0.8.0)
Server:
Containers: 2
Running: 0
Paused: 0
Stopped: 2
Images: 2
Server Version: 20.10.8
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Native Overlay Diff: true
userxattr: false
Logging Driver: json-file
Cgroup Driver: systemd
Cgroup Version: 2
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
Default Runtime: runc
Init Binary: docker-init
containerd version: e25210fe30a0a703442421b0f60afac609f950a3
runc version: v1.0.1-0-g4144b63
init version: de40ad0
Security Options:
seccomp
Profile: default
cgroupns
Kernel Version: 5.13.16-200.fc34.x86_64
Operating System: Fedora 34 (Workstation Edition)
OSType: linux
Architecture: x86_64
CPUs: 12
Total Memory: 15.27GiB
Name: ftop
ID: ILAE:N3X2:GSLT:N76Q:I364:2HSR:KPLA:3QES:7TLD:XQ5M:GV6I:SSWK
Docker Root Dir: /var/lib/docker
Debug Mode: false
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
Github Actions Ubuntu 20.04 Runner:
Client:
Context: default
Debug Mode: false
Plugins:
buildx: Build with BuildKit (Docker Inc., 0.6.3+azure)
Server:
Containers: 1
Running: 1
Paused: 0
Stopped: 0
Images: 20
Server Version: 20.10.8+azure
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Native Overlay Diff: false
userxattr: false
Logging Driver: json-file
Cgroup Driver: cgroupfs
Cgroup Version: 1
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
Default Runtime: runc
Init Binary: docker-init
containerd version: e25210fe30a0a703442421b0f60afac609f950a3
runc version: 4144b63817ebcc5b358fc2c8ef95f7cddd709aa7
init version:
Security Options:
apparmor
seccomp
Profile: default
Kernel Version: 5.8.0-1041-azure
Operating System: Ubuntu 20.04.3 LTS
OSType: linux
Architecture: x86_64
CPUs: 2
Total Memory: 6.791GiB
Name: fv-az202-792
ID: NGBH:GSO3:5ORH:YRV6:WTSI:OT6A:5J5P:NWN4:SF3E:SPUA:G6FI:KKDJ
Docker Root Dir: /var/lib/docker
Debug Mode: false
Username: githubactions
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
Reactions are currently unavailable