Skip to content

Initial add-on

Initial add-on #1

Triggered via push January 12, 2024 14:12
Status Failure
Total duration 20m 42s
Artifacts

ci.yaml

on: push
workflows  /  Gather add-on information
3s
workflows / Gather add-on information
workflows  /  JSON Lint
2s
workflows / JSON Lint
workflows  /  Shellcheck
3s
workflows / Shellcheck
workflows  /  YAMLLint
10s
workflows / YAMLLint
workflows  /  Prettier
6s
workflows / Prettier
workflows  /  Lint Add-on
9s
workflows / Lint Add-on
workflows  /  Hadolint
7s
workflows / Hadolint
Matrix: workflows / build
Fit to window
Zoom out
Zoom in

Annotations

3 errors
workflows / Build armv7
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apk add --no-cache --virtual .build-dependencies autoconf=2.71-r2 automake=1.16.5-r2 build-base=0.5-r3 py3-pip=23.3.1-r0 python3-dev=3.11.6-r1 && apk add --no-cache 7zip=23.01-r0 nginx=1.24.0-r14 py3-setuptools=68.2.2-r0 python3=3.11.6-r1 unzip=6.0-r14 && curl -J -L -o /tmp/unrar.tar.gz \"https://www.rarlab.com/rar/unrarsrc-${UNRAR_VERSION}.tar.gz\" && tar zxvf /tmp/unrar.tar.gz -C /tmp && cd /tmp/unrar && make && install -v -m755 unrar /usr/local/bin && cd - && curl -J -L -o /tmp/par2cmdline-turbo.tar.gz \"https://github.com/animetosho/par2cmdline-turbo/archive/v${PAR2CMDLINE_TURBO_VERSION}.tar.gz\" && mkdir -p /tmp/par2cmdline-turbo && tar zxvf /tmp/par2cmdline-turbo.tar.gz --strip 1 -C /tmp/par2cmdline-turbo && cd /tmp/par2cmdline-turbo && ./automake.sh && ./configure --prefix=/usr && make && make install && cd - && curl -J -L -o /tmp/sabnzbd.tar.gz \"https://github.com/sabnzbd/sabnzbd/archive/${SABNZBD_VERSION}.tar.gz\" && tar zxvf /tmp/sabnzbd.tar.gz --strip 1 -C /opt && cd /opt && pip install -r requirements.txt && python tools/make_mo.py && find /usr/local \\( -type d -a -name test -o -name tests -o -name '__pycache__' \\) -o \\( -type f -a -name '*.pyc' -o -name '*.pyo' \\) -exec rm -rf '{}' + && apk del --no-cache --purge .build-dependencies && rm -f -r /etc/nginx /tmp/*" did not complete successfully: exit code: 1
workflows / Build aarch64
The job was canceled because "armv7" failed.
workflows / Build aarch64
The operation was canceled.