Skip to content

⬆️ Update alpine_3_19/bind-tools to v9.18.24-r1 #1195

⬆️ Update alpine_3_19/bind-tools to v9.18.24-r1

⬆️ Update alpine_3_19/bind-tools to v9.18.24-r1 #1195

Triggered via push February 19, 2024 05:29
Status Failure
Total duration 1m 21s
Artifacts

ci.yaml

on: push
workflows  /  Gather add-on information
4s
workflows / Gather add-on information
workflows  /  JSON Lint
2s
workflows / JSON Lint
workflows  /  Shellcheck
3s
workflows / Shellcheck
workflows  /  YAMLLint
14s
workflows / YAMLLint
workflows  /  Prettier
8s
workflows / Prettier
workflows  /  Lint Add-on
16s
workflows / Lint Add-on
workflows  /  Hadolint
8s
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 apk add --no-cache --virtual .build-dependencies bsd-compat-headers=0.7.2-r5 build-base=0.5-r3 cmake=3.27.8-r0 docker=25.0.3-r0 json-c-dev=0.17-r0 libffi-dev=3.4.4-r3 libuv-dev=1.47.0-r0 openssl-dev=3.1.4-r5 python3-dev=3.11.6-r1 zlib-dev=1.3.1-r0 && apk add --no-cache ack=3.7.0-r1 alsa-plugins-pulse=1.2.7.1-r2 alsa-utils=1.2.10-r0 awake=1.0-r9 bash-completion=2.11-r6 bind-tools=9.18.24-r1 bluez=5.70-r0 colordiff=1.0.21-r0 docker-bash-completion=25.0.3-r0 docker-zsh-completion=25.0.3-r0 gcompat=1.1.0-r4 git=2.43.0-r0 htop=3.2.2-r1 json-c=0.17-r0 libltdl=2.4.7-r3 libstdc++=13.2.1_git20231014-r0 libuv=1.47.0-r0 libxml2-utils=2.11.6-r0 mariadb-client=10.11.6-r0 mosh=1.4.0-r6 mosquitto-clients=2.0.18-r0 nano-syntax=7.2-r1 nano=7.2-r1 ncurses=6.4_p20231125-r0 net-tools=2.10-r3 networkmanager-cli=1.44.2-r1 nmap=7.94-r0 openssh=9.6_p1-r0 openssl=3.1.4-r5 pwgen=2.08-r3 pulseaudio-utils=16.1-r11 py3-pip=23.3.1-r0 python3=3.11.6-r1 rsync=3.2.7-r4 sqlite=3.44.2-r0 sudo=1.9.15_p2-r0 tmux=3.3a_git20230428-r0 vim=9.0.2127-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.3\" --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: 1
workflows / Build aarch64
The job was canceled because "amd64" failed.
workflows / Build aarch64
The operation was canceled.
workflows / Build armv7
The job was canceled because "amd64" failed.
workflows / Build armv7
The operation was canceled.