I encounter a clock skew error in a Podman build environment when using krun as a runtime. It manifests after pip calls Meson to build pycario.
ERROR: Clock skew detected. File /tmp/pip-install-hd168gdo/pycairo_33684b1947e44aeaa696f3854ba6488a/.mesonpy-xefmlk4i/meson-private/coredata.dat has a time stamp 0.2527s in the future.
I can reliably reproduce this by running podman build --runtime krun --network private -f Containerfile-test ..
Containerfile-test:
FROM registry.fedoraproject.org/fedora-minimal
RUN dnf install -y python-devel gcc pip \
cairo-devel cairo-gobject-devel
RUN pip install --no-cache-dir pycairo
The host is a QEMU (GNOME Boxes) guest running Fedora 44 Workstation.
I encounter a clock skew error in a Podman build environment when using krun as a runtime. It manifests after pip calls Meson to build pycario.
I can reliably reproduce this by running
podman build --runtime krun --network private -f Containerfile-test ..Containerfile-test:
The host is a QEMU (GNOME Boxes) guest running Fedora 44 Workstation.