Skip to content

Fixed message for split library setting coming later #54

Fixed message for split library setting coming later

Fixed message for split library setting coming later #54

Triggered via push January 31, 2025 15:12
Status Failure
Total duration 6m 3s
Artifacts 1
Fit to window
Zoom out
Zoom in

Annotations

1 error
build
buildx failed with: ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/bash -c echo \"**** install build packages ****\" && apt-get update && apt-get install -y --no-install-recommends build-essential libldap2-dev libsasl2-dev python3-dev && echo \"**** install runtime packages ****\" && apt-get install -y --no-install-recommends imagemagick ghostscript libldap-2.5-0 libmagic1 libsasl2-2 libxi6 libxslt1.1 python3-venv && echo \"**** install calibre-web ****\" && if [ -z ${CALIBREWEB_RELEASE+x} ]; then CALIBREWEB_RELEASE=$(curl -sX GET \"https://api.github.com/repos/janeczku/calibre-web/releases/latest\" | awk '/tag_name/{print $4;exit}' FS='[\"\"]'); fi && curl -o /tmp/calibre-web.tar.gz -L https://github.com/janeczku/calibre-web/archive/${CALIBREWEB_RELEASE}.tar.gz && mkdir -p /app/calibre-web && tar xf /tmp/calibre-web.tar.gz -C /app/calibre-web --strip-components=1 && cd /app/calibre-web && python3 -m venv /lsiopy && pip install -U --no-cache-dir pip wheel && pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/ubuntu/ -r requirements.txt -r optional-requirements.txt && echo \"***install kepubify\" && if [ -z ${KEPUBIFY_RELEASE+x} ]; then KEPUBIFY_RELEASE=$(curl -sX GET \"https://api.github.com/repos/pgaskin/kepubify/releases/latest\" | awk '/tag_name/{print $4;exit}' FS='[\"\"]'); fi && curl -o /usr/bin/kepubify -L https://github.com/pgaskin/kepubify/releases/download/${KEPUBIFY_RELEASE}/kepubify-linux-64bit && echo \"~~~~ CWA Install - installing additional required packages ~~~~\" && apt-get update && apt-get install -y --no-install-recommends xdg-utils inotify-tools python3 python3-pip nano sqlite3 && pip install -r /app/calibre-web-automated/requirements.txt && echo \"~~~~ Getting required files from linuxserver/docker-calibre-web... ~~~~\" && if [[ $LSCW_RELEASE == 'newest' ]]; then LSCW_RELEASE=$(curl -sX GET \"https://api.github.com/repos/linuxserver/docker-calibre-web/releases/latest\" | awk '/tag_name/{print $4;exit}' FS='[\"\"]'); fi && curl -o /tmp/lscw.tar.gz -L https://github.com/linuxserver/docker-calibre-web/archive/refs/tags/${LSCW_RELEASE}.tar.gz && mkdir -p /tmp/lscw && tar xf /tmp/lscw.tar.gz -C /tmp/lscw --strip-components=1 && cp -R /tmp/lscw/root/* / && cp -R /app/calibre-web-automated/root/* / && rm -R /app/calibre-web-automated/root/ && rm -R /tmp/lscw/root/ && echo \"$VERSION\" >| /app/CWA_RELEASE && echo \"$LSCW_RELEASE\" >| /app/LSCW_RELEASE && echo \"$KEPUBIFY_RELEASE\" >| /app/KEPUBIFY_RELEASE && chmod +x /app/calibre-web-automated/scripts/setup-cwa.sh && /app/calibre-web-automated/scripts/setup-cwa.sh && apt-get update && apt-get install -y --no-install-recommends libxtst6 libxrandr2 libxkbfile1 libxcomposite1 libopengl0 libnss3 libxkbcommon0 libegl1 libxdamage1 libgl1 libglx-mesa0 xz-utils && mkdir -p /app/calibre && if [ \"$(uname -m)\" == \"x86_64\" ]; then curl -o /calibre.txz -L \"https://download.calibre-ebook.com/${UNIVERSAL_CALIBRE_RELEASE}/calibre-${UNIVERSAL_CALIBRE_RELEASE}-x86_64.txz\"; elif [ \"$(uname -m)\" == \"aarch64\" ]; then curl -o /calibre.txz -L \"https://download.calibre-ebook.com/${UNIVERSAL_CALIBRE_RELEASE}/calibre-${UNIVERSAL_CALIBRE_RELEASE}-arm64.txz\"; fi && tar xf /calibre.txz -C /app/calibre && rm /calibre.txz && echo $UNIVERSAL_CALIBRE_RELEASE > /CALIBRE_RELEASE" did not complete successfully: exit code: 1

Artifacts

Produced during runtime
Name Size
crocodilestick~Calibre-Web-Automated~SKDVOT.dockerbuild
137 KB