Skip to content

⬆️ Update alpine_3_22/musl-dev to v1.2.5-r12 #1491

⬆️ Update alpine_3_22/musl-dev to v1.2.5-r12

⬆️ Update alpine_3_22/musl-dev to v1.2.5-r12 #1491

Triggered via pull request April 9, 2026 22:00
Status Failure
Total duration 52s
Artifacts 2

ci.yaml

on: pull_request
workflows  /  Gather app information
7s
workflows / Gather app information
workflows  /  JSON Lint
5s
workflows / JSON Lint
workflows  /  Shellcheck
6s
workflows / Shellcheck
workflows  /  YAMLLint
14s
workflows / YAMLLint
workflows  /  Prettier
10s
workflows / Prettier
workflows  /  zizmor
24s
workflows / zizmor
workflows  /  Dependency review
6s
workflows / Dependency review
workflows  /  Lint App
15s
workflows / Lint App
workflows  /  Hadolint
11s
workflows / Hadolint
Matrix: workflows / build
workflows  /  Draft release
0s
workflows / Draft release
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
workflows / Build amd64
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -o pipefail -c apk add --no-cache --virtual .build-dependencies bzip2-dev=1.0.8-r6 dpkg-dev=1.22.15-r0 dpkg=1.22.15-r0 expat-dev=2.7.3-r0 findutils=4.10.0-r0 gcc=14.2.0-r6 gdbm-dev=1.24-r0 libffi-dev=3.4.8-r0 libnsl-dev=2.0.1-r1 libtirpc-dev=1.3.5-r0 linux-headers=6.14.2-r0 make=4.4.1-r3 musl-dev=1.2.5-r11 ncurses-dev=6.5_p20250503-r0 openssl-dev=3.5.4-r0 pax-utils=1.3.8-r1 readline-dev=8.2.13-r1 sqlite-dev=3.49.2-r1 tar=1.35-r3 tcl-dev=8.6.16-r0 tk-dev=8.6.16-r0 tk=8.6.16-r0 util-linux-dev=2.41-r9 xz-dev=5.8.1-r0 xz=5.8.1-r0 zlib-dev=1.3.1-r2 zstd-dev=1.5.7-r0 && curl -J -L -o /tmp/python.tar.xz \"https://www.python.org/ftp/python/${PYTHON_VERSION#v}/Python-${PYTHON_VERSION#v}.tar.xz\" && echo \"$PYTHON_SHA256 /tmp/python.tar.xz\" | sha256sum -c - && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f /tmp/python.tar.xz && cd /usr/src/python && gnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\" && ./configure --build=\"$gnuArch\" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-lto --with-system-expat --without-ensurepip && make -j \"$(nproc)\" EXTRA_CFLAGS=\"-DTHREAD_STACK_SIZE=0x100000\" LDFLAGS=\"-Wl,--strip-all\" PROFILE_TASK=\"\" EXTRA_CFLAGS=\"-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer\" && make install && find /usr/local -type f -executable -not \\( -name '*tkinter*' \\) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\\n' | sort -u | awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' | xargs -rt apk add --no-cache --virtual .python-rundeps && cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config && curl -J -L -o /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' && python /tmp/get-pip.py --disable-pip-version-check --no-cache-dir --no-compile \"pip==$PYTHON_PIP_VERSION\" \"setuptools==$PYTHON_SETUPTOOLS_VERSION\" && apk del --no-cache --purge .build-dependencies && rm -f -r /usr/src /tmp/* && python3 --version && pip3 --version && find /usr -depth \\( \\( -type d -a \\( -name test -o -name tests -o -name idle_test \\) \\) -o \\( -type f -a \\( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \\) \\) \\) -exec rm -rf '{}' +" did not complete successfully: exit code: 7
workflows / Build aarch64
The strategy configuration was canceled because "workflows.build.amd64" failed
workflows / Build aarch64
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -o pipefail -c apk add --no-cache --virtual .build-dependencies bzip2-dev=1.0.8-r6 dpkg-dev=1.22.15-r0 dpkg=1.22.15-r0 expat-dev=2.7.3-r0 findutils=4.10.0-r0 gcc=14.2.0-r6 gdbm-dev=1.24-r0 libffi-dev=3.4.8-r0 libnsl-dev=2.0.1-r1 libtirpc-dev=1.3.5-r0 linux-headers=6.14.2-r0 make=4.4.1-r3 musl-dev=1.2.5-r11 ncurses-dev=6.5_p20250503-r0 openssl-dev=3.5.4-r0 pax-utils=1.3.8-r1 readline-dev=8.2.13-r1 sqlite-dev=3.49.2-r1 tar=1.35-r3 tcl-dev=8.6.16-r0 tk-dev=8.6.16-r0 tk=8.6.16-r0 util-linux-dev=2.41-r9 xz-dev=5.8.1-r0 xz=5.8.1-r0 zlib-dev=1.3.1-r2 zstd-dev=1.5.7-r0 && curl -J -L -o /tmp/python.tar.xz \"https://www.python.org/ftp/python/${PYTHON_VERSION#v}/Python-${PYTHON_VERSION#v}.tar.xz\" && echo \"$PYTHON_SHA256 /tmp/python.tar.xz\" | sha256sum -c - && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f /tmp/python.tar.xz && cd /usr/src/python && gnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\" && ./configure --build=\"$gnuArch\" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-lto --with-system-expat --without-ensurepip && make -j \"$(nproc)\" EXTRA_CFLAGS=\"-DTHREAD_STACK_SIZE=0x100000\" LDFLAGS=\"-Wl,--strip-all\" PROFILE_TASK=\"\" EXTRA_CFLAGS=\"-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer\" && make install && find /usr/local -type f -executable -not \\( -name '*tkinter*' \\) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\\n' | sort -u | awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' | xargs -rt apk add --no-cache --virtual .python-rundeps && cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config && curl -J -L -o /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' && python /tmp/get-pip.py --disable-pip-version-check --no-cache-dir --no-compile \"pip==$PYTHON_PIP_VERSION\" \"setuptools==$PYTHON_SETUPTOOLS_VERSION\" && apk del --no-cache --purge .build-dependencies && rm -f -r /usr/src /tmp/* && python3 --version && pip3 --version && find /usr -depth \\( \\( -type d -a \\( -name test -o -name tests -o -name idle_test \\) \\) -o \\( -type f -a \\( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \\) \\) \\) -exec rm -rf '{}' +" did not complete successfully: exit code: 7
workflows / Dependency review
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Artifacts

Produced during runtime
Name Size Digest
hassio-addons~addon-base-python~18LQ3X.dockerbuild
28.3 KB
sha256:bfd38e4182f3bcfa2e107792e2122a697f45b04a0c1b7a87ffa12310f465df02
hassio-addons~addon-base-python~ALNYUQ.dockerbuild
30 KB
sha256:af9795b698c558af0540d2fec79d8f32bfc22d77b812d01c2d25e3813efe6286