Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Ditch CAS

Ditch CAS #115

Triggered via push September 26, 2023 19:53
Status Failure
Total duration 22m 36s
Artifacts

ci.yaml

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

Annotations

5 errors
workflows / Build armv7
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c ARCH=\"${BUILD_ARCH}\" && if [ \"${BUILD_ARCH}\" = \"aarch64\" ]; then ARCH=\"arm64\"; fi && apk --no-cache add python3=3.10.5-r0 py3-idna=3.3-r2 py3-certifi=2021.10.8-r0 py3-chardet=4.0.0-r3 py3-yaml=6.0-r0 py3-urllib3=1.26.9-r0 py3-requests=2.27.1-r0 && apk --no-cache add --virtual .builddeps py-pip=22.1.1-r0 && curl -J -L -o /tmp/prometheus.tar.gz \"https://github.com/prometheus/prometheus/releases/download/v${PROMETHEUS_VERSION}/prometheus-${PROMETHEUS_VERSION}.linux-${ARCH}.tar.gz\" && adduser -s /bin/false -D -H prometheus && cd /tmp && tar -xvf /tmp/prometheus.tar.gz && mkdir -p /etc/prometheus && cp prometheus-${PROMETHEUS_VERSION}.linux-${ARCH}/promtool /usr/local/bin/ && cp prometheus-${PROMETHEUS_VERSION}.linux-${ARCH}/prometheus /usr/local/bin/ && cp -R prometheus-${PROMETHEUS_VERSION}.linux-${ARCH}/console_libraries/ /etc/prometheus/ && cp -R prometheus-${PROMETHEUS_VERSION}.linux-${ARCH}/consoles/ /etc/prometheus/ && rm -r prometheus-${PROMETHEUS_VERSION}.linux-${ARCH} && chown -R prometheus:prometheus /etc/prometheus && pip3 install --no-cache-dir --prefer-binary --find-links \"https://wheels.home-assistant.io/alpine-3.15/${BUILD_ARCH}/\" -r /opt/prometheus-configgen/requirements.txt && apk --no-cache del .builddeps && rm -f -r /tmp/*" did not complete successfully: exit code: 8
workflows / Build amd64
The job was canceled because "armv7" failed.
workflows / Build amd64
The operation was canceled.
workflows / Build aarch64
The job was canceled because "armv7" failed.
workflows / Build aarch64
The operation was canceled.