Skip to content

Release 24.04.5-1 - See CHANGELOG.md #221

Release 24.04.5-1 - See CHANGELOG.md

Release 24.04.5-1 - See CHANGELOG.md #221

Triggered via push July 4, 2024 14:40
Status Failure
Total duration 35m 5s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
build / image_build
buildx failed with: ERROR: failed to solve: process "/bin/bash -c source /assets/functions/00-container && set -x && echo \"deb-src http://deb.debian.org/debian $(cat /etc/os-release |grep \"VERSION=\" | awk 'NR>1{print $1}' RS='(' FS=')') main\" >> /etc/apt/sources.list && echo \"deb http://deb.debian.org/debian $(cat /etc/os-release |grep \"VERSION=\" | awk 'NR>1{print $1}' RS='(' FS=')') contrib\" >> /etc/apt/sources.list && package update && apt-get -o Dpkg::Options::=\"--force-confold\" upgrade -y && echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections && mkdir -p /home/cool && useradd cool -G sudo && chown cool:cool /home/cool -R && BUILD_DEPS=' adduser automake build-essential bison cpio default-jre devscripts flex fontconfig g++ git gperf inotify-tools libcap-dev libcap2-bin libcppunit-dev libghc-zlib-dev libkrb5-dev libpam-dev libpam0g-dev libpng-dev libssl-dev libtool libubsan1 libx11-dev libzstd-dev locales-all m4 nasm nodejs npm openssl pkg-config procps python3-lxml python3-polib rsync sudo translate-toolkit ttf-mscorefonts-installer unzip wget zip ' && package install -y ${BUILD_DEPS} && package build-dep -y libreoffice && mkdir -p /usr/src/poco && curl -sSL ${POCO_URL}${POCO_VERSION} | tar xvfz - --strip 1 -C /usr/src/poco && cd /usr/src/poco && ./configure --static --no-tests --no-samples --no-sharedlibs --cflags=\"-fPIC\" --omit=Zip,Data,Data/SQLite,Data/ODBC,Data/MySQL,MongoDB,PDF,CppParser,PageCompiler,Redis,Encodings --prefix=/opt/poco && make -j$(nproc) && make install && clone_git_repo ${LIBREOFFICE_REPO_URL} ${LIBREOFFICE_VERSION} ${GIT_REPO_SRC_CORE} && if [ -d \"/build-assets/core/src\" ] && [ -n \"$(ls -A \"/build-assets/core/src\" 2>/dev/null)\" ]; then cp -R /build-assets/core/src/* / ; fi; if [ -d \"/build-assets/core/scripts\" ] && [ -n \"$(ls -A \"/build-assets/core/scripts\" 2>/dev/null)\" ]; then for script in /build-assets/core/scripts/*.sh; do echo \"** Applying $script\"; bash $script; done && \\ ; fi ; sed -i \"s|--enable-symbols|--disable-symbols|g\" ${GIT_REPO_SRC_CORE}/distro-configs/CPLinux-LOKit.conf && echo \"--prefix=/opt/libreoffice\" >> ${GIT_REPO_SRC_CORE}/distro-configs/CPLinux-LOKit.conf && ./autogen.sh --with-distro=\"CPLinux-LOKit\" --disable-epm --without-package-format && chown -R cool ${GIT_REPO_SRC_CORE} && sudo -u cool make fetch && sudo -u cool make -j$(nproc) build && mkdir -p /opt/libreoffice && chown -R cool /opt/libreoffice && cp -R ${GIT_REPO_SRC_CORE}/instdir/* /opt/libreoffice/ && clone_git_repo ${COLLABORA_ONLINE_REPO_URL} ${COLLABORA_ONLINE_VERSION} ${GIT_REPO_SRC_ONLINE} && if [ -d \"/build-assets/online/src\" ] ; then cp -R /build-assets/online/src/* ${GIT_REPO_SRC_ONLINE} ; fi; if [ -d \"/build-assets/online/scripts\" ] ; then for script in /build-assets/online/scripts/*.sh; do e
build / image_build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, docker/setup-buildx-action@v2, docker/setup-qemu-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build / image_build
You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 0 MB