-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to run podman inside unprivileged container in CI/CD pipeline where shared runners on K8S Cluster- UBUNTU -24 container #24605
Comments
$ podman info
|
Did you try to tun |
Yes, fuse is not loaded in the container also modprobe is throwing below error I was trying to use VFS driver. It's giving some other error time="2024-11-19T12:38:29Z" level=debug msg="exporting opaque data as blob "sha256:d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a"" Any suggestion? |
Did you run the modprobe command the the actual host? You should load kernel modules from the host. The |
I dont have access to host to run modprobe. I tried strace -f ...but that was not coming out i have the trace I tried with vfs driver and disabling cgroup....i got above error of conmon crashing... if i enable cgroup i got below error Writing manifest to image destination |
cgroup is mount on tmpfs in rw strace -f podman run --privileged --network=host --security-opt label=disable --security-opt seccomp=unconfined --security-opt apparmor=unconfined --rm -it hello-world�[0;m openat(AT_FDCWD, "/proc/self/maps", O_RDONLY|O_CLOEXEC) = 3 futex(0xc000100148, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...> pid 58] geteuid() = 0 |
PODMAN RUN ERROR:
$ podman run --log-level=debug --device /dev/fuse:rw --rm --network=host --privileged --security-opt label=disable --security-opt seccomp=unconfined hello-world
time="2024-11-18T14:38:27Z" level=info msg="podman filtering at log level debug"
time="2024-11-18T14:38:27Z" level=debug msg="Called run.PersistentPreRunE(podman run --log-level=debug --device /dev/fuse:rw --rm --network=host --privileged --security-opt label=disable --security-opt seccomp=unconfined hello-world)"
time="2024-11-18T14:38:27Z" level=debug msg="Using conmon: "/usr/bin/conmon""
time="2024-11-18T14:38:27Z" level=info msg="Using sqlite as database backend"
time="2024-11-18T14:38:27Z" level=debug msg="Using graph driver overlay"
time="2024-11-18T14:38:27Z" level=debug msg="Using graph root /root/.local/share/containers"
time="2024-11-18T14:38:27Z" level=debug msg="Using run root /tmp"
time="2024-11-18T14:38:27Z" level=debug msg="Using static dir /root/.local/share/containers/libpod"
time="2024-11-18T14:38:27Z" level=debug msg="Using tmp dir /run/libpod"
time="2024-11-18T14:38:27Z" level=debug msg="Using volume path /root/.local/share/containers/volumes"
time="2024-11-18T14:38:27Z" level=debug msg="Using transient store: false"
time="2024-11-18T14:38:27Z" level=debug msg="Not configuring container store"
time="2024-11-18T14:38:27Z" level=debug msg="Initializing event backend file"
time="2024-11-18T14:38:27Z" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument"
time="2024-11-18T14:38:27Z" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument"
time="2024-11-18T14:38:27Z" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument"
time="2024-11-18T14:38:27Z" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument"
time="2024-11-18T14:38:27Z" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument"
time="2024-11-18T14:38:27Z" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument"
time="2024-11-18T14:38:27Z" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument"
time="2024-11-18T14:38:27Z" level=debug msg="Using OCI runtime "/usr/bin/crun""
time="2024-11-18T14:38:27Z" level=warning msg=""/" is not a shared mount, this could cause issues or missing mounts with rootless containers"
time="2024-11-18T14:38:27Z" level=info msg="podman filtering at log level debug"
time="2024-11-18T14:38:27Z" level=debug msg="Called run.PersistentPreRunE(podman run --log-level=debug --device /dev/fuse:rw --rm --network=host --privileged --security-opt label=disable --security-opt seccomp=unconfined hello-world)"
time="2024-11-18T14:38:27Z" level=debug msg="Using conmon: "/usr/bin/conmon""
time="2024-11-18T14:38:27Z" level=info msg="Using sqlite as database backend"
time="2024-11-18T14:38:27Z" level=debug msg="Using graph driver overlay"
time="2024-11-18T14:38:27Z" level=debug msg="Using graph root /root/.local/share/containers"
time="2024-11-18T14:38:27Z" level=debug msg="Using run root /tmp"
time="2024-11-18T14:38:27Z" level=debug msg="Using static dir /root/.local/share/containers/libpod"
time="2024-11-18T14:38:27Z" level=debug msg="Using tmp dir /run/libpod"
time="2024-11-18T14:38:27Z" level=debug msg="Using volume path /root/.local/share/containers/volumes"
time="2024-11-18T14:38:27Z" level=debug msg="Using transient store: false"
time="2024-11-18T14:38:27Z" level=debug msg="[graphdriver] trying provided driver "overlay""
time="2024-11-18T14:38:27Z" level=debug msg="overlay: mount_program=/usr/bin/fuse-overlayfs"
time="2024-11-18T14:38:27Z" level=debug msg="backingFs=overlayfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=false"
time="2024-11-18T14:38:27Z" level=debug msg="Initializing event backend file"
time="2024-11-18T14:38:27Z" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument"
time="2024-11-18T14:38:27Z" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument"
time="2024-11-18T14:38:27Z" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument"
time="2024-11-18T14:38:27Z" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument"
time="2024-11-18T14:38:27Z" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument"
time="2024-11-18T14:38:27Z" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument"
time="2024-11-18T14:38:27Z" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument"
time="2024-11-18T14:38:27Z" level=debug msg="Using OCI runtime "/usr/bin/crun""
time="2024-11-18T14:38:27Z" level=debug msg="Successfully loaded 1 networks"
time="2024-11-18T14:38:27Z" level=debug msg="Initialized SHM lock manager at path /libpod_lock"
time="2024-11-18T14:38:27Z" level=debug msg="Podman detected system restart - performing state refresh"
time="2024-11-18T14:38:27Z" level=info msg="Setting parallel job count to 49"
time="2024-11-18T14:38:27Z" level=info msg="Failed to detect the owner for the current cgroup: stat /sys/fs/cgroup/systemd/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pod674c78bc_9b93_4799_949b_f8446584a843.slice/crio-c990001afda51ec4dd923edde3edc559f86d8b0ef11acad73655d85e45cd46d2.scope: no such file or directory"
time="2024-11-18T14:38:27Z" level=debug msg="Successfully loaded 1 networks"
time="2024-11-18T14:38:27Z" level=debug msg="Pulling image hello-world (policy: missing)"
time="2024-11-18T14:38:27Z" level=debug msg="Looking up image "hello-world" in local containers storage"
time="2024-11-18T14:38:27Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }"
time="2024-11-18T14:38:27Z" level=debug msg="Loading registries configuration "/etc/containers/registries.conf""
time="2024-11-18T14:38:27Z" level=debug msg="Loading registries configuration "/etc/containers/registries.conf.d/shortnames.conf""
time="2024-11-18T14:38:27Z" level=debug msg="Trying "docker.io/library/hello-world:latest" ..."
time="2024-11-18T14:38:27Z" level=debug msg="reference "[overlay@/root/.local/share/containers+/tmp:overlay.mount_program=/usr/bin/fuse-overlayfs,overlay.mountopt=nodev,xino=off]docker.io/library/hello-world:latest" does not resolve to an image ID"
time="2024-11-18T14:38:27Z" level=debug msg="Trying "localhost/hello-world:latest" ..."
time="2024-11-18T14:38:27Z" level=debug msg="reference "[overlay@/root/.local/share/containers+/tmp:overlay.mount_program=/usr/bin/fuse-overlayfs,overlay.mountopt=nodev,xino=off]localhost/hello-world:latest" does not resolve to an image ID"
time="2024-11-18T14:38:27Z" level=debug msg="Trying "docker.io/library/hello-world:latest" ..."
time="2024-11-18T14:38:27Z" level=debug msg="reference "[overlay@/root/.local/share/containers+/tmp:overlay.mount_program=/usr/bin/fuse-overlayfs,overlay.mountopt=nodev,xino=off]docker.io/library/hello-world:latest" does not resolve to an image ID"
time="2024-11-18T14:38:27Z" level=debug msg="Trying "hello-world" ..."
time="2024-11-18T14:38:27Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }"
time="2024-11-18T14:38:27Z" level=debug msg="Attempting to pull candidate docker.io/library/hello-world:latest for hello-world"
time="2024-11-18T14:38:27Z" level=debug msg="parsed reference into "[overlay@/root/.local/share/containers+/tmp:overlay.mount_program=/usr/bin/fuse-overlayfs,overlay.mountopt=nodev,xino=off]docker.io/library/hello-world:latest""
time="2024-11-18T14:38:27Z" level=debug msg="Resolved "hello-world" as an alias (/etc/containers/registries.conf.d/shortnames.conf)"
Resolved "hello-world" as an alias (/etc/containers/registries.conf.d/shortnames.conf)
Trying to pull docker.io/library/hello-world:latest...
time="2024-11-18T14:38:27Z" level=debug msg="Copying source image //hello-world:latest to destination image [overlay@/root/.local/share/containers+/tmp:overlay.mount_program=/usr/bin/fuse-overlayfs,overlay.mountopt=nodev,xino=off]docker.io/library/hello-world:latest"
time="2024-11-18T14:38:27Z" level=debug msg="Using registries.d directory /etc/containers/registries.d"
time="2024-11-18T14:38:27Z" level=debug msg="Trying to access "docker.io/library/hello-world:latest""
time="2024-11-18T14:38:27Z" level=debug msg="No credentials matching docker.io/library/hello-world found in /run/user/0/containers/auth.json"
time="2024-11-18T14:38:27Z" level=debug msg="No credentials matching docker.io/library/hello-world found in /root/.config/containers/containers/auth.json"
time="2024-11-18T14:38:27Z" level=debug msg="No credentials matching docker.io/library/hello-world found in /root/.docker/config.json"
time="2024-11-18T14:38:27Z" level=debug msg="No credentials matching docker.io/library/hello-world found in /root/.dockercfg"
time="2024-11-18T14:38:27Z" level=debug msg="No credentials for docker.io/library/hello-world found"
time="2024-11-18T14:38:27Z" level=debug msg=" No signature storage configuration found for docker.io/library/hello-world:latest, using built-in default file:///var/lib/containers/sigstore"
time="2024-11-18T14:38:27Z" level=debug msg="Looking for TLS certificates and private keys in /etc/docker/certs.d/docker.io"
time="2024-11-18T14:38:27Z" level=debug msg="GET https://registry-1.docker.io/v2/"
time="2024-11-18T14:38:27Z" level=debug msg="Ping https://registry-1.docker.io/v2/ status 401"
time="2024-11-18T14:38:27Z" level=debug msg="GET https://auth.docker.io/token?scope=repository%3Alibrary%2Fhello-world%3Apull&service=registry.docker.io"
time="2024-11-18T14:38:27Z" level=debug msg="GET https://registry-1.docker.io/v2/library/hello-world/manifests/latest"
time="2024-11-18T14:38:28Z" level=debug msg="Content-Type from manifest GET is "application/vnd.oci.image.index.v1+json""
time="2024-11-18T14:38:28Z" level=debug msg="Using SQLite blob info cache at /var/lib/containers/cache/blob-info-cache-v1.sqlite"
time="2024-11-18T14:38:28Z" level=debug msg="Source is a manifest list; copying (only) instance sha256:e2fc4e5012d16e7fe466f5291c476431beaa1f9b90a5c2125b493ed28e2aba57 for current system"
time="2024-11-18T14:38:28Z" level=debug msg="GET https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:e2fc4e5012d16e7fe466f5291c476431beaa1f9b90a5c2125b493ed28e2aba57"
time="2024-11-18T14:38:28Z" level=debug msg="Content-Type from manifest GET is "application/vnd.oci.image.manifest.v1+json""
time="2024-11-18T14:38:28Z" level=debug msg="IsRunningImageAllowed for image docker:docker.io/library/hello-world:latest"
time="2024-11-18T14:38:28Z" level=debug msg=" Using default policy section"
time="2024-11-18T14:38:28Z" level=debug msg=" Requirement 0: allowed"
time="2024-11-18T14:38:28Z" level=debug msg="Overall: allowed"
time="2024-11-18T14:38:28Z" level=debug msg="Downloading /v2/library/hello-world/blobs/sha256:d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a"
time="2024-11-18T14:38:28Z" level=debug msg="GET https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a"
Getting image source signatures
time="2024-11-18T14:38:28Z" level=debug msg="Reading /var/lib/containers/sigstore/library/hello-world@sha256=e2fc4e5012d16e7fe466f5291c476431beaa1f9b90a5c2125b493ed28e2aba57/signature-1"
time="2024-11-18T14:38:28Z" level=debug msg="Not looking for sigstore attachments: disabled by configuration"
time="2024-11-18T14:38:28Z" level=debug msg="Manifest has MIME type application/vnd.oci.image.manifest.v1+json, ordered candidate list [application/vnd.oci.image.manifest.v1+json, application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.v1+prettyjws, application/vnd.docker.distribution.manifest.v1+json]"
time="2024-11-18T14:38:28Z" level=debug msg="... will first try using the original manifest unmodified"
Copying blob sha256:c1ec31eb59444d78df06a974d155e597c894ab4cda84f08294145e845394988e
time="2024-11-18T14:38:28Z" level=debug msg="Checking if we can reuse blob sha256:c1ec31eb59444d78df06a974d155e597c894ab4cda84f08294145e845394988e: general substitution = true, compression for MIME type "application/vnd.oci.image.layer.v1.tar+gzip" = true"
time="2024-11-18T14:38:28Z" level=debug msg="Failed to retrieve partial blob: convert_images not configured"
time="2024-11-18T14:38:28Z" level=debug msg="Downloading /v2/library/hello-world/blobs/sha256:c1ec31eb59444d78df06a974d155e597c894ab4cda84f08294145e845394988e"
time="2024-11-18T14:38:28Z" level=debug msg="GET https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:c1ec31eb59444d78df06a974d155e597c894ab4cda84f08294145e845394988e"
time="2024-11-18T14:38:28Z" level=debug msg="Detected compression format gzip"
time="2024-11-18T14:38:28Z" level=debug msg="Using original blob without modification"
time="2024-11-18T14:38:28Z" level=debug msg="Applying tar in /root/.local/share/containers/overlay/ac28800ec8bb38d5c35b49d45a6ac4777544941199075dff8c4eb63e093aa81e/diff"
Copying config sha256:d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a
time="2024-11-18T14:38:28Z" level=debug msg="No compression detected"
time="2024-11-18T14:38:28Z" level=debug msg="Compression change for blob sha256:d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a ("application/vnd.oci.image.config.v1+json") not supported"
time="2024-11-18T14:38:28Z" level=debug msg="Using original blob without modification"
Writing manifest to image destination
time="2024-11-18T14:38:28Z" level=debug msg="setting image creation date to 2023-05-02 16:49:27 +0000 UTC"
time="2024-11-18T14:38:28Z" level=debug msg="created new image ID "d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a" with metadata "{}""
time="2024-11-18T14:38:28Z" level=debug msg="added name "docker.io/library/hello-world:latest" to image "d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a""
time="2024-11-18T14:38:28Z" level=debug msg="Pulled candidate docker.io/library/hello-world:latest successfully"
time="2024-11-18T14:38:28Z" level=debug msg="Looking up image "d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a" in local containers storage"
time="2024-11-18T14:38:28Z" level=debug msg="Trying "d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a" ..."
time="2024-11-18T14:38:28Z" level=debug msg="parsed reference into "[overlay@/root/.local/share/containers+/tmp:overlay.mount_program=/usr/bin/fuse-overlayfs,overlay.mountopt=nodev,xino=off]@d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a""
time="2024-11-18T14:38:28Z" level=debug msg="Found image "d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a" as "d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a" in local containers storage"
time="2024-11-18T14:38:28Z" level=debug msg="Found image "d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a" as "d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a" in local containers storage ([overlay@/root/.local/share/containers+/tmp:overlay.mount_program=/usr/bin/fuse-overlayfs,overlay.mountopt=nodev,xino=off]@d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a)"
time="2024-11-18T14:38:28Z" level=debug msg="exporting opaque data as blob "sha256:d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a""
time="2024-11-18T14:38:28Z" level=debug msg="Looking up image "hello-world" in local containers storage"
time="2024-11-18T14:38:28Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }"
time="2024-11-18T14:38:28Z" level=debug msg="Trying "docker.io/library/hello-world:latest" ..."
time="2024-11-18T14:38:28Z" level=debug msg="parsed reference into "[overlay@/root/.local/share/containers+/tmp:overlay.mount_program=/usr/bin/fuse-overlayfs,overlay.mountopt=nodev,xino=off]@d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a""
time="2024-11-18T14:38:28Z" level=debug msg="Found image "hello-world" as "docker.io/library/hello-world:latest" in local containers storage"
time="2024-11-18T14:38:28Z" level=debug msg="Found image "hello-world" as "docker.io/library/hello-world:latest" in local containers storage ([overlay@/root/.local/share/containers+/tmp:overlay.mount_program=/usr/bin/fuse-overlayfs,overlay.mountopt=nodev,xino=off]@d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a)"
time="2024-11-18T14:38:28Z" level=debug msg="exporting opaque data as blob "sha256:d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a""
time="2024-11-18T14:38:28Z" level=debug msg="Inspecting image d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a"
time="2024-11-18T14:38:28Z" level=debug msg="exporting opaque data as blob "sha256:d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a""
time="2024-11-18T14:38:28Z" level=debug msg="Inspecting image d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a"
time="2024-11-18T14:38:28Z" level=debug msg="Inspecting image d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a"
time="2024-11-18T14:38:28Z" level=debug msg="Inspecting image d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a"
time="2024-11-18T14:38:28Z" level=debug msg="using systemd mode: false"
time="2024-11-18T14:38:28Z" level=debug msg="Non-CDI device /dev/fuse:rw; assuming standard device"
time="2024-11-18T14:38:28Z" level=info msg="Sysctl net.ipv4.ping_group_range=0 0 ignored in containers.conf, since Network Namespace set to host"
time="2024-11-18T14:38:28Z" level=debug msg="Allocated lock 0 for container d177806b3b74e86fe11104f807616cf1dedf46b119ddb765c0b863587a2564ae"
time="2024-11-18T14:38:28Z" level=debug msg="parsed reference into "[overlay@/root/.local/share/containers+/tmp:overlay.mount_program=/usr/bin/fuse-overlayfs,overlay.mountopt=nodev,xino=off]@d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a""
time="2024-11-18T14:38:28Z" level=debug msg="exporting opaque data as blob "sha256:d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a""
time="2024-11-18T14:38:28Z" level=debug msg="Created container "d177806b3b74e86fe11104f807616cf1dedf46b119ddb765c0b863587a2564ae""
time="2024-11-18T14:38:28Z" level=debug msg="Container "d177806b3b74e86fe11104f807616cf1dedf46b119ddb765c0b863587a2564ae" has work directory "/root/.local/share/containers/overlay-containers/d177806b3b74e86fe11104f807616cf1dedf46b119ddb765c0b863587a2564ae/userdata""
time="2024-11-18T14:38:28Z" level=debug msg="Container "d177806b3b74e86fe11104f807616cf1dedf46b119ddb765c0b863587a2564ae" has run directory "/tmp/overlay-containers/d177806b3b74e86fe11104f807616cf1dedf46b119ddb765c0b863587a2564ae/userdata""
time="2024-11-18T14:38:28Z" level=debug msg="Not attaching to stdin"
time="2024-11-18T14:38:28Z" level=info msg="Received shutdown.Stop(), terminating!" PID=51
time="2024-11-18T14:38:28Z" level=debug msg="Enabling signal proxying"
time="2024-11-18T14:38:28Z" level=debug msg="overlay: mount_data=lowerdir=/root/.local/share/containers/overlay/l/2WWYIAOTHEQVOJNHPJREJU5LV7,upperdir=/root/.local/share/containers/overlay/29c1dabe501175a81b30861ea99bdc71989d68e15ac9d92d2c26694f5834d2a4/diff,workdir=/root/.local/share/containers/overlay/29c1dabe501175a81b30861ea99bdc71989d68e15ac9d92d2c26694f5834d2a4/work,xino=off,volatile"
time="2024-11-18T14:38:28Z" level=error msg="Unmounting /root/.local/share/containers/overlay/29c1dabe501175a81b30861ea99bdc71989d68e15ac9d92d2c26694f5834d2a4/merged: invalid argument"
time="2024-11-18T14:38:28Z" level=debug msg="Failed to mount container "d177806b3b74e86fe11104f807616cf1dedf46b119ddb765c0b863587a2564ae": creating overlay mount to /root/.local/share/containers/overlay/29c1dabe501175a81b30861ea99bdc71989d68e15ac9d92d2c26694f5834d2a4/merged, mount_data="lowerdir=/root/.local/share/containers/overlay/l/2WWYIAOTHEQVOJNHPJREJU5LV7,upperdir=/root/.local/share/containers/overlay/29c1dabe501175a81b30861ea99bdc71989d68e15ac9d92d2c26694f5834d2a4/diff,workdir=/root/.local/share/containers/overlay/29c1dabe501175a81b30861ea99bdc71989d68e15ac9d92d2c26694f5834d2a4/work,xino=off,volatile": using mount program /usr/bin/fuse-overlayfs: unknown argument ignored: lazytime\nunknown argument ignored: xino=off\nfuse: device not found, try 'modprobe fuse' first\nfuse-overlayfs: cannot mount: No such file or directory\n: exit status 1"
time="2024-11-18T14:38:28Z" level=debug msg="Network is already cleaned up, skipping..."
time="2024-11-18T14:38:28Z" level=debug msg="Cleaning up container d177806b3b74e86fe11104f807616cf1dedf46b119ddb765c0b863587a2564ae"
time="2024-11-18T14:38:28Z" level=debug msg="Network is already cleaned up, skipping..."
time="2024-11-18T14:38:28Z" level=debug msg="Container d177806b3b74e86fe11104f807616cf1dedf46b119ddb765c0b863587a2564ae storage is already unmounted, skipping..."
time="2024-11-18T14:38:28Z" level=debug msg="Removing container d177806b3b74e86fe11104f807616cf1dedf46b119ddb765c0b863587a2564ae"
time="2024-11-18T14:38:28Z" level=debug msg="Cleaning up container d177806b3b74e86fe11104f807616cf1dedf46b119ddb765c0b863587a2564ae"
time="2024-11-18T14:38:28Z" level=debug msg="Network is already cleaned up, skipping..."
time="2024-11-18T14:38:28Z" level=debug msg="Container d177806b3b74e86fe11104f807616cf1dedf46b119ddb765c0b863587a2564ae storage is already unmounted, skipping..."
time="2024-11-18T14:38:28Z" level=debug msg="Removing all exec sessions for container d177806b3b74e86fe11104f807616cf1dedf46b119ddb765c0b863587a2564ae"
time="2024-11-18T14:38:28Z" level=debug msg="Container d177806b3b74e86fe11104f807616cf1dedf46b119ddb765c0b863587a2564ae storage is already unmounted, skipping..."
time="2024-11-18T14:38:28Z" level=debug msg="ExitCode msg: "mounting storage for container d177806b3b74e86fe11104f807616cf1dedf46b119ddb765c0b863587a2564ae: creating overlay mount to /root/.local/share/containers/overlay/29c1dabe501175a81b30861ea99bdc71989d68e15ac9d92d2c26694f5834d2a4/merged, mount_data=\"lowerdir=/root/.local/share/containers/overlay/l/2wwyiaotheqvojnhpjreju5lv7,upperdir=/root/.local/share/containers/overlay/29c1dabe501175a81b30861ea99bdc71989d68e15ac9d92d2c26694f5834d2a4/diff,workdir=/root/.local/share/containers/overlay/29c1dabe501175a81b30861ea99bdc71989d68e15ac9d92d2c26694f5834d2a4/work,xino=off,volatile\": using mount program /usr/bin/fuse-overlayfs: unknown argument ignored: lazytime\nunknown argument ignored: xino=off\nfuse: device not found, try 'modprobe fuse' first\nfuse-overlayfs: cannot mount: no such file or directory\n: exit status 1""
Error: mounting storage for container d177806b3b74e86fe11104f807616cf1dedf46b119ddb765c0b863587a2564ae: creating overlay mount to /root/.local/share/containers/overlay/29c1dabe501175a81b30861ea99bdc71989d68e15ac9d92d2c26694f5834d2a4/merged, mount_data="lowerdir=/root/.local/share/containers/overlay/l/2WWYIAOTHEQVOJNHPJREJU5LV7,upperdir=/root/.local/share/containers/overlay/29c1dabe501175a81b30861ea99bdc71989d68e15ac9d92d2c26694f5834d2a4/diff,workdir=/root/.local/share/containers/overlay/29c1dabe501175a81b30861ea99bdc71989d68e15ac9d92d2c26694f5834d2a4/work,xino=off,volatile": using mount program /usr/bin/fuse-overlayfs: unknown argument ignored: lazytime
unknown argument ignored: xino=off
fuse: device not found, try 'modprobe fuse' first
fuse-overlayfs: cannot mount: No such file or directory
: exit status 1
time="2024-11-18T14:38:28Z" level=debug msg="Shutting down engines"
time="2024-11-18T14:38:28Z" level=debug msg="Failed to add pause process to systemd sandbox cgroup: dial unix /run/systemd/private: connect: no such file or directory"
The text was updated successfully, but these errors were encountered: