Skip to content

⬆️ Update setuptools to v75.5.0 #1064

⬆️ Update setuptools to v75.5.0

⬆️ Update setuptools to v75.5.0 #1064

Triggered via push November 13, 2024 12:45
Status Failure
Total duration 1m 5s
Artifacts 5

ci.yaml

on: push
workflows  /  Gather add-on information
3s
workflows / Gather add-on information
workflows  /  JSON Lint
4s
workflows / JSON Lint
workflows  /  Shellcheck
6s
workflows / Shellcheck
workflows  /  YAMLLint
10s
workflows / YAMLLint
workflows  /  Prettier
4s
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

9 errors
workflows / Build i386
buildx failed with: ERROR: 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.6-r1 dpkg=1.22.6-r1 expat-dev=2.6.4-r0 findutils=4.9.0-r5 gcc=13.2.1_git20240309-r0 gdbm-dev=1.23-r1 gnupg=2.4.5-r0 libffi-dev=3.4.6-r0 libnsl-dev=2.0.1-r0 libtirpc-dev=1.3.4-r0 linux-headers=6.6-r0 make=4.4.1-r2 musl-dev=1.2.5-r0 ncurses-dev=6.4_p20240420-r1 openssl-dev=3.3.2-r1 pax-utils=1.3.7-r2 readline-dev=8.2.10-r0 sqlite-dev=3.45.3-r1 tar=1.35-r2 tcl-dev=8.6.14-r1 tk-dev=8.6.14-r0 tk=8.6.14-r0 util-linux-dev=2.40.1-r1 xz-dev=5.6.2-r0 xz=5.6.2-r0 zlib-dev=1.3.1-r1 && curl -J -L -o /tmp/python.tar.xz \"https://www.python.org/ftp/python/${PYTHON_VERSION#v}/Python-${PYTHON_VERSION#v}.tar.xz\" && curl -J -L -o /tmp/python.tar.xz.asc \"https://www.python.org/ftp/python/${PYTHON_VERSION#v}/Python-${PYTHON_VERSION#v}.tar.xz.asc\" && export GNUPGHOME=\"$(mktemp -d)\" && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$GPG_KEY\" && gpg --batch --verify /tmp/python.tar.xz.asc /tmp/python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && 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=\"\" && 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 \"$GNUPGHOME\" /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: 3
workflows / Build armhf
The job was canceled because "i386" failed.
workflows / Build armhf
buildx failed with: ERROR: 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.6-r1 dpkg=1.22.6-r1 expat-dev=2.6.4-r0 findutils=4.9.0-r5 gcc=13.2.1_git20240309-r0 gdbm-dev=1.23-r1 gnupg=2.4.5-r0 libffi-dev=3.4.6-r0 libnsl-dev=2.0.1-r0 libtirpc-dev=1.3.4-r0 linux-headers=6.6-r0 make=4.4.1-r2 musl-dev=1.2.5-r0 ncurses-dev=6.4_p20240420-r1 openssl-dev=3.3.2-r1 pax-utils=1.3.7-r2 readline-dev=8.2.10-r0 sqlite-dev=3.45.3-r1 tar=1.35-r2 tcl-dev=8.6.14-r1 tk-dev=8.6.14-r0 tk=8.6.14-r0 util-linux-dev=2.40.1-r1 xz-dev=5.6.2-r0 xz=5.6.2-r0 zlib-dev=1.3.1-r1 && curl -J -L -o /tmp/python.tar.xz \"https://www.python.org/ftp/python/${PYTHON_VERSION#v}/Python-${PYTHON_VERSION#v}.tar.xz\" && curl -J -L -o /tmp/python.tar.xz.asc \"https://www.python.org/ftp/python/${PYTHON_VERSION#v}/Python-${PYTHON_VERSION#v}.tar.xz.asc\" && export GNUPGHOME=\"$(mktemp -d)\" && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$GPG_KEY\" && gpg --batch --verify /tmp/python.tar.xz.asc /tmp/python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && 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=\"\" && 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 \"$GNUPGHOME\" /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: 3
workflows / Build amd64
The job was canceled because "i386" failed.
workflows / Build amd64
buildx failed with: ERROR: 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.6-r1 dpkg=1.22.6-r1 expat-dev=2.6.4-r0 findutils=4.9.0-r5 gcc=13.2.1_git20240309-r0 gdbm-dev=1.23-r1 gnupg=2.4.5-r0 libffi-dev=3.4.6-r0 libnsl-dev=2.0.1-r0 libtirpc-dev=1.3.4-r0 linux-headers=6.6-r0 make=4.4.1-r2 musl-dev=1.2.5-r0 ncurses-dev=6.4_p20240420-r1 openssl-dev=3.3.2-r1 pax-utils=1.3.7-r2 readline-dev=8.2.10-r0 sqlite-dev=3.45.3-r1 tar=1.35-r2 tcl-dev=8.6.14-r1 tk-dev=8.6.14-r0 tk=8.6.14-r0 util-linux-dev=2.40.1-r1 xz-dev=5.6.2-r0 xz=5.6.2-r0 zlib-dev=1.3.1-r1 && curl -J -L -o /tmp/python.tar.xz \"https://www.python.org/ftp/python/${PYTHON_VERSION#v}/Python-${PYTHON_VERSION#v}.tar.xz\" && curl -J -L -o /tmp/python.tar.xz.asc \"https://www.python.org/ftp/python/${PYTHON_VERSION#v}/Python-${PYTHON_VERSION#v}.tar.xz.asc\" && export GNUPGHOME=\"$(mktemp -d)\" && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$GPG_KEY\" && gpg --batch --verify /tmp/python.tar.xz.asc /tmp/python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && 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=\"\" && 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 \"$GNUPGHOME\" /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: 3
workflows / Build aarch64
The job was canceled because "i386" failed.
workflows / Build aarch64
buildx failed with: ERROR: 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.6-r1 dpkg=1.22.6-r1 expat-dev=2.6.4-r0 findutils=4.9.0-r5 gcc=13.2.1_git20240309-r0 gdbm-dev=1.23-r1 gnupg=2.4.5-r0 libffi-dev=3.4.6-r0 libnsl-dev=2.0.1-r0 libtirpc-dev=1.3.4-r0 linux-headers=6.6-r0 make=4.4.1-r2 musl-dev=1.2.5-r0 ncurses-dev=6.4_p20240420-r1 openssl-dev=3.3.2-r1 pax-utils=1.3.7-r2 readline-dev=8.2.10-r0 sqlite-dev=3.45.3-r1 tar=1.35-r2 tcl-dev=8.6.14-r1 tk-dev=8.6.14-r0 tk=8.6.14-r0 util-linux-dev=2.40.1-r1 xz-dev=5.6.2-r0 xz=5.6.2-r0 zlib-dev=1.3.1-r1 && curl -J -L -o /tmp/python.tar.xz \"https://www.python.org/ftp/python/${PYTHON_VERSION#v}/Python-${PYTHON_VERSION#v}.tar.xz\" && curl -J -L -o /tmp/python.tar.xz.asc \"https://www.python.org/ftp/python/${PYTHON_VERSION#v}/Python-${PYTHON_VERSION#v}.tar.xz.asc\" && export GNUPGHOME=\"$(mktemp -d)\" && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$GPG_KEY\" && gpg --batch --verify /tmp/python.tar.xz.asc /tmp/python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && 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=\"\" && 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 \"$GNUPGHOME\" /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: 3
workflows / Build armv7
The job was canceled because "i386" failed.
workflows / Build armv7
buildx failed with: ERROR: 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.6-r1 dpkg=1.22.6-r1 expat-dev=2.6.4-r0 findutils=4.9.0-r5 gcc=13.2.1_git20240309-r0 gdbm-dev=1.23-r1 gnupg=2.4.5-r0 libffi-dev=3.4.6-r0 libnsl-dev=2.0.1-r0 libtirpc-dev=1.3.4-r0 linux-headers=6.6-r0 make=4.4.1-r2 musl-dev=1.2.5-r0 ncurses-dev=6.4_p20240420-r1 openssl-dev=3.3.2-r1 pax-utils=1.3.7-r2 readline-dev=8.2.10-r0 sqlite-dev=3.45.3-r1 tar=1.35-r2 tcl-dev=8.6.14-r1 tk-dev=8.6.14-r0 tk=8.6.14-r0 util-linux-dev=2.40.1-r1 xz-dev=5.6.2-r0 xz=5.6.2-r0 zlib-dev=1.3.1-r1 && curl -J -L -o /tmp/python.tar.xz \"https://www.python.org/ftp/python/${PYTHON_VERSION#v}/Python-${PYTHON_VERSION#v}.tar.xz\" && curl -J -L -o /tmp/python.tar.xz.asc \"https://www.python.org/ftp/python/${PYTHON_VERSION#v}/Python-${PYTHON_VERSION#v}.tar.xz.asc\" && export GNUPGHOME=\"$(mktemp -d)\" && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$GPG_KEY\" && gpg --batch --verify /tmp/python.tar.xz.asc /tmp/python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && 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=\"\" && 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 \"$GNUPGHOME\" /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: 3

Artifacts

Produced during runtime
Name Size
hassio-addons~addon-base-python~8XAMB0.dockerbuild
28.1 KB
hassio-addons~addon-base-python~BP9S1Z.dockerbuild
27.3 KB
hassio-addons~addon-base-python~IYRX4C.dockerbuild
28.1 KB
hassio-addons~addon-base-python~PZBAGE.dockerbuild
27.7 KB
hassio-addons~addon-base-python~U2BMWM.dockerbuild
26.7 KB