Skip to content

update docker ghcr publishing workflows #13

update docker ghcr publishing workflows

update docker ghcr publishing workflows #13

Triggered via push September 14, 2024 12:17
Status Failure
Total duration 32s
Artifacts 1
Fit to window
Zoom out
Zoom in

Annotations

1 error
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c echo \"**** install build packages ****\" && apk add --no-cache --upgrade --virtual=build-dependencies build-base python3-dev musl-dev git py3-cairo py3-gobject3 py3-zope-interface && echo \"**** install packages ****\" && apk add --no-cache --upgrade boost1.84-python3 geoip p7zip && python3 -m venv /lsiopy && pip install -U --no-cache-dir pip setuptools wheel && mkdir /app/deluge-src && git clone https://github.com/deluge-torrent/deluge.git /app/deluge-src/ && cd /app/deluge-src && prefix=\"deluge-\" && suffix=\".dev0\" && cmd=\"git describe --tags --match ${prefix}[0-9]*\" && if output=$(eval \"$cmd\" 2>/dev/null); then version=$(echo \"$output\" | sed \"s/^$prefix//\") && if [[ \"$version\" == *\"-\"* ]]; then segment=\".dev\" && [[ \"$version\" != *\"dev\"* ]] && segment=\".post\" && version=$(echo \"$version\" | sed \"s/$suffix//\" | awk -F'-' -v seg=\"$segment\" '{print $1 seg substr($2,1,3)}') fi && echo \"$version\" else echo \"None\" fi > /app/deluge-src/RELEASE-VERSION && sed -i '/libtorrent/d' /app/deluge-src/requirements*.txt && sed -i \"s|VERSION_FILE = os.path.join(os.path.dirname(__file__), 'RELEASE-VERSION')|VERSION_FILE = '/app/deluge-src/RELEASE-VERSION'|\" /app/deluge-src/version.py && sed -i '/version = call_git_describe(prefix, suffix)/s/version = call_git_describe(prefix, suffix)/version = release_version/' /app/deluge-src/version.py && pip install -r /app/deluge-src/requirements-dev.txt && python3 /app/deluge-src/setup.py develop && pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ pygeoip && echo \"**** grab GeoIP database ****\" && curl -L --retry 10 --retry-max-time 60 --retry-all-errors \"https://mailfud.org/geoip-legacy/GeoIP.dat.gz\" | gunzip > /usr/share/GeoIP/GeoIP.dat && printf \"Linuxserver.io version: ${VERSION}\\nBuild-date: ${BUILD_DATE}\" > /build_version && echo \"**** cleanup ****\" && apk del --purge build-dependencies && rm -rf $HOME/.cache /tmp/*" did not complete successfully: exit code: 2

Artifacts

Produced during runtime
Name Size
zakkarry~docker-deluge-dev~BTUYOM.dockerbuild
10.2 KB