Skip to content

Container overhaul #133

Container overhaul

Container overhaul #133

Triggered via push June 22, 2024 09:24
Status Failure
Total duration 2m 38s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Build and push Ubuntu 24.04
buildx failed with: ERROR: failed to solve: process "/usr/bin/fakeroot -- /bin/sh -c apt-get update && apt-get install --no-install-recommends -y xvfb && apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/debconf/* /var/log/* /tmp/* /var/tmp/* && RUN cd /tmp && VIRTUALGL_VERSION=\"$(curl -fsSL \"https://api.github.com/repos/VirtualGL/virtualgl/releases/latest\" | jq -r '.tag_name' | sed 's/[^0-9\\.\\-]*//g')\" && if [ \"$(dpkg --print-architecture)\" = \"amd64\" ]; then dpkg --add-architecture i386 && curl -fsSL -O \"https://github.com/VirtualGL/virtualgl/releases/download/${VIRTUALGL_VERSION}/virtualgl_${VIRTUALGL_VERSION}_amd64.deb\" && curl -fsSL -O \"https://github.com/VirtualGL/virtualgl/releases/download/${VIRTUALGL_VERSION}/virtualgl32_${VIRTUALGL_VERSION}_amd64.deb\" && apt-get update && apt-get install -y --no-install-recommends \"./virtualgl_${VIRTUALGL_VERSION}_amd64.deb\" \"./virtualgl32_${VIRTUALGL_VERSION}_amd64.deb\" && rm -f \"virtualgl_${VIRTUALGL_VERSION}_amd64.deb\" \"virtualgl32_${VIRTUALGL_VERSION}_amd64.deb\" && chmod u+s /usr/lib/libvglfaker.so /usr/lib/libvglfaker-nodl.so /usr/lib/libvglfaker-opencl.so /usr/lib/libdlfaker.so /usr/lib/libgefaker.so && chmod u+s /usr/lib32/libvglfaker.so /usr/lib32/libvglfaker-nodl.so /usr/lib32/libvglfaker-opencl.so /usr/lib32/libdlfaker.so /usr/lib32/libgefaker.so && chmod u+s /usr/lib/i386-linux-gnu/libvglfaker.so /usr/lib/i386-linux-gnu/libvglfaker-nodl.so /usr/lib/i386-linux-gnu/libvglfaker-opencl.so /usr/lib/i386-linux-gnu/libdlfaker.so /usr/lib/i386-linux-gnu/libgefaker.so; elif [ \"$(dpkg --print-architecture)\" = \"arm64\" ]; then curl -fsSL -O \"https://github.com/VirtualGL/virtualgl/releases/download/${VIRTUALGL_VERSION}/virtualgl_${VIRTUALGL_VERSION}_arm64.deb\" && apt-get update && apt-get install -y --no-install-recommends ./virtualgl_${VIRTUALGL_VERSION}_arm64.deb && rm -f \"virtualgl_${VIRTUALGL_VERSION}_arm64.deb\" && chmod u+s /usr/lib/libvglfaker.so /usr/lib/libvglfaker-nodl.so /usr/lib/libdlfaker.so /usr/lib/libgefaker.so; fi && apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/debconf/* /var/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 127
Build and push Ubuntu 20.04
The job was canceled because "_24_04_true" failed.
Build and push Ubuntu 20.04
The operation was canceled.
Build and push Ubuntu 22.04
The job was canceled because "_24_04_true" failed.
Build and push Ubuntu 22.04
The operation was canceled.