Skip to content

Container

Container #45

Re-run triggered October 6, 2023 10:09
Status Failure
Total duration 11m 23s
Artifacts

container.yaml

on: workflow_dispatch
create-docker-rocky
4m 11s
create-docker-rocky
create-docker-fedora-release
11m 52s
create-docker-fedora-release
create-docker-fedora-dev
12m 36s
create-docker-fedora-dev
create-docker-fedora-minimal-dev
3m 57s
create-docker-fedora-minimal-dev
create-docker-manylinux
11m 9s
create-docker-manylinux
Fit to window
Zoom out
Zoom in

Annotations

2 errors
create-docker-rocky
buildx failed with: ERROR: failed to solve: process "/bin/sh -c git clone --branch v4.3-stable --depth 1 https://libwebsockets.org/repo/libwebsockets && \tmkdir -p libwebsockets/build && \tpushd libwebsockets/build && \tcmake ${CMAKE_OPTS} .. \t\t-DLWS_WITH_IPV6=ON \t\t-DLWS_WITHOUT_TESTAPPS=ON \t\t-DLWS_WITHOUT_EXTENSIONS=OFF \t\t-DLWS_WITH_SERVER_STATUS=ON && \tmake ${MAKE_OPTS} ${TARGET} && \tpopd" did not complete successfully: exit code: 128
create-docker-manylinux
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd /tmp && \tgit clone --recurse-submodules https://github.com/VILLASframework/node.git villas-node && \tmkdir -p villas-node/build && cd villas-node/build && \tgit checkout ${VILLAS_VERSION} && \tcmake ${CMAKE_OPTS} .. \t\t-DCMAKE_C_COMPILER:FILEPATH=/opt/rh/gcc-toolset-11/root/usr/bin/gcc \t\t-DCMAKE_CXX_COMPILER:FILEPATH=/opt/rh/gcc-toolset-11/root/usr/bin/g++ \t\t-DCMAKE_INSTALL_LIBDIR=/usr/local/lib64 \t\t-DDOWNLOAD_GO=OFF && \tmake ${MAKE_OPTS} install && \trm -rf /tmp/villas-node" did not complete successfully: exit code: 2