Skip to content

⬆️ Update home-assistant/cli to v4.27.0 #932

⬆️ Update home-assistant/cli to v4.27.0

⬆️ Update home-assistant/cli to v4.27.0 #932

Triggered via pull request July 4, 2023 16:27
Status Failure
Total duration 1m 13s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yaml

on: pull_request
workflows  /  Gather add-on information
4s
workflows / Gather add-on information
workflows  /  JSON Lint
4s
workflows / JSON Lint
workflows  /  Shellcheck
4s
workflows / Shellcheck
workflows  /  YAMLLint
17s
workflows / YAMLLint
workflows  /  Prettier
5s
workflows / Prettier
workflows  /  Lint Add-on
19s
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 bsd-compat-headers=0.7.2-r5 build-base=0.5-r3 cmake=3.26.4-r0 docker=23.0.6-r2 json-c-dev=0.16-r3 libffi-dev=3.4.4-r2 libuv-dev=1.44.2-r2 openssl-dev=3.1.1-r1 python3-dev=3.11.4-r0 zlib-dev=1.2.13-r1 && apk add --no-cache ack=3.7.0-r0 alsa-plugins-pulse=1.2.7.1-r2 alsa-utils=1.2.9-r0 awake=1.0-r9 bash-completion=2.11-r5 bind-tools=9.18.16-r0 bluez=5.66-r5 colordiff=1.0.21-r0 docker-bash-completion=23.0.6-r2 docker-zsh-completion=23.0.6-r2 gcompat=1.1.0-r1 git=2.40.1-r0 htop=3.2.2-r1 json-c=0.16-r3 libltdl=2.4.7-r2 libstdc++=12.2.1_git20220924-r10 libuv=1.44.2-r2 libxml2-utils=2.11.4-r0 mariadb-client=10.11.4-r0 mosh=1.4.0-r1 mosquitto-clients=2.0.15-r3 nano-syntax=7.2-r1 nano=7.2-r1 ncurses=6.4_p20230506-r0 net-tools=2.10-r3 networkmanager-cli=1.42.8-r0 nmap=7.93-r1 openssh=9.3_p1-r3 openssl=3.1.1-r1 pwgen=2.08-r3 pulseaudio-utils=16.1-r10 py3-pip=23.1.2-r0 python3=3.11.4-r0 rsync=3.2.7-r4 sqlite=3.41.2-r2 sudo=1.9.13_p3-r2 tmux=3.3a_git20230428-r0 vim=9.0.1568-r0 wget=1.21.4-r0 zip=3.0-r12 zsh-autosuggestions=0.7.0-r0 zsh-syntax-highlighting=0.7.1_git20220514-r0 zsh=5.9-r2 && git clone --depth 1 https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh && curl -L -s -o /usr/bin/ha \"https://github.com/home-assistant/cli/releases/download/${HA_CLI_VERSION}/ha_${BUILD_ARCH}\" && chmod a+x /usr/bin/ha && ha completion bash > /usr/share/bash-completion/completions/ha && sed -i -e \"s#bin/ash#bin/zsh#\" /etc/passwd && git clone --branch \"v4.3.2\" --depth=1 https://github.com/warmcat/libwebsockets.git /tmp/libwebsockets && mkdir -p /tmp/libwebsockets/build && cd /tmp/libwebsockets/build && cmake .. -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=TRUE -DLWS_IPV6=ON -DLWS_STATIC_PIC=ON -DLWS_UNIX_SOCK=OFF -DLWS_WITH_LIBUV=ON -DLWS_WITH_SHARED=ON -DLWS_WITHOUT_TESTAPPS=ON && make && make install && git clone --branch main --single-branch https://github.com/tsl0922/ttyd.git /tmp/ttyd && git -C /tmp/ttyd checkout \"${TTYD_VERSION}\" && mkdir -p /tmp/ttyd/build && cd /tmp/ttyd/build && cmake .. -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=TRUE && make && make install && cp /usr/bin/docker /usr/local/bin/.undocked && pip3 install -r /tmp/requirements.txt && apk del --no-cache --purge .build-dependencies && find /usr \\( -type d -a -name test -o -name tests -o -name '__pycache__' \\) -o \\( -type f -a -name '*.pyc' -o -name '*.pyo' \\) -exec rm -rf '{}' + && rm -f -r /root/.cache /root/.cmake /tmp/*" did not complete successfully: exit code: 2
workflows / Build aarch64
The job was canceled because "i386" failed.
workflows / Build aarch64
The operation was canceled.
workflows / Build armhf
The job was canceled because "i386" failed.
workflows / Build armhf
The operation was canceled.
workflows / Build amd64
The job was canceled because "i386" failed.
workflows / Build amd64
The operation was canceled.
workflows / Build armv7
The job was canceled because "i386" failed.
workflows / Build armv7
The operation was canceled.