Skip to content

Update dependencies #413

Update dependencies

Update dependencies #413

Triggered via push May 14, 2024 16:39
Status Failure
Total duration 57s
Artifacts

ci.yaml

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

Annotations

5 errors
workflows / Build amd64
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update && apt-get install -y --no-install-recommends ca-certificates=20240203 curl=8.5.0-2ubuntu10.1 jq=1.7.1-3build1 tzdata=2024a-2ubuntu1 xz-utils=5.6.1+really5.4.5-1 && S6_ARCH=\"${BUILD_ARCH}\" && if [ \"${BUILD_ARCH}\" = \"i386\" ]; then S6_ARCH=\"i686\"; elif [ \"${BUILD_ARCH}\" = \"amd64\" ]; then S6_ARCH=\"x86_64\"; elif [ \"${BUILD_ARCH}\" = \"armv7\" ]; then S6_ARCH=\"arm\"; fi && curl -L -s \"https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-noarch.tar.xz\" | tar -C / -Jxpf - && curl -L -s \"https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-${S6_ARCH}.tar.xz\" | tar -C / -Jxpf - && curl -L -s \"https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-symlinks-noarch.tar.xz\" | tar -C / -Jxpf - && curl -L -s \"https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-symlinks-arch.tar.xz\" | tar -C / -Jxpf - && mkdir -p /etc/fix-attrs.d && mkdir -p /etc/services.d && curl -J -L -o /tmp/bashio.tar.gz \"https://github.com/hassio-addons/bashio/archive/${BASHIO_VERSION}.tar.gz\" && mkdir /tmp/bashio && tar zxvf /tmp/bashio.tar.gz --strip 1 -C /tmp/bashio && mv /tmp/bashio/lib /usr/lib/bashio && ln -s /usr/lib/bashio/bashio /usr/bin/bashio && curl -L -s -o /usr/bin/tempio \"https://github.com/home-assistant/tempio/releases/download/${TEMPIO_VERSION}/tempio_${BUILD_ARCH}\" && chmod a+x /usr/bin/tempio && apt-get purge -y --auto-remove xz-utils && apt-get clean && rm -fr /tmp/* /var/{cache,log}/* /var/lib/apt/lists/*" did not complete successfully: exit code: 100
workflows / Build armv7
The job was canceled because "amd64" failed.
workflows / Build armv7
The operation was canceled.
workflows / Build aarch64
The job was canceled because "amd64" failed.
workflows / Build aarch64
The operation was canceled.