Skip to content

⬆️ Update esphome to v2024.5.5 #1556

⬆️ Update esphome to v2024.5.5

⬆️ Update esphome to v2024.5.5 #1556

Triggered via push June 6, 2024 05:47
Status Failure
Total duration 58s
Artifacts

ci.yaml

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

Annotations

3 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 ack=3.6.0-1 libarchive-tools=3.6.2-1 build-essential=12.9 colordiff=1.0.20-1 git=1:2.39.2-1.1 iputils-ping=3:20221126-1 locales=2.36-9+deb12u4 mariadb-client=1:10.11.6-0+deb12u1 mosquitto-clients=2.0.11-1.2+deb12u1 net-tools=2.10-0.1 nmap=7.93+dfsg1-1 openssh-client=1:9.2p1-2+deb12u2 openssl=3.0.11-1~deb12u2 python3-dev=3.11.2-1+b1 python3=3.11.2-1+b1 unzip=6.0-28 uuid-runtime=2.38.1-5+b1 wget>=1.21.3-1+b2 zip=3.0-13 zsh=5.9-4+b2 less=590-2.1~deb12u2 && sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen && curl https://bootstrap.pypa.io/get-pip.py | python3 && if [[ \"${BUILD_ARCH}\" = \"aarch64\" ]]; then ARCH=\"arm64\"; fi && if [[ \"${BUILD_ARCH}\" = \"amd64\" ]]; then ARCH=\"amd64\"; fi && curl -J -L -o /tmp/code.tar.gz \"https://github.com/coder/code-server/releases/download/${CODE_SERVER_VERSION}/code-server-${CODE_SERVER_VERSION#v}-linux-${ARCH}.tar.gz\" && mkdir -p /usr/local/lib/code-server && tar zxvf /tmp/code.tar.gz --strip 1 -C /usr/local/lib/code-server && ln -s /usr/local/lib/code-server/bin/code-server /usr/local/bin/code-server && mkdir -p /root/.code-server/extensions && uuid=$(uuidgen) && while read -r ext; do extention=\"${ext%%#*}\" vendor=\"${extention%%.*}\"; slug=\"${extention#*.}\"; version=\"${ext##*#}\"; echo \"Installing vscode extension: ${slug} by ${vendor} @ ${version} \"; echo \"https://marketplace.visualstudio.com/_apis/public/gallery/publishers/${vendor}/vsextensions/${slug}/${version}/vspackage\"; curl -JL --retry 5 -o \"/tmp/${extention}-${version}.vsix\" -H \"User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36\" -H \"x-market-user-id: ${uuid}\" \"https://marketplace.visualstudio.com/_apis/public/gallery/publishers/${vendor}/vsextensions/${slug}/${version}/vspackage\"; mkdir -p \"/usr/local/lib/code-server/lib/vscode/extensions/${extention}-${version}\"; bsdtar --strip-components=1 -xf \"/tmp/${extention}-${version}.vsix\" -C \"/usr/local/lib/code-server/lib/vscode/extensions/${extention}-${version}\" extension; [ $? -ne 0 ] && exit 1; sleep 1; done < /root/vscode.extensions && ls -la /usr/local/lib/code-server/lib/vscode/extensions/ && 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 && git clone --branch master --single-branch --depth 1 \"https://github.com/robbyrussell/oh-my-zsh.git\" ~/.oh-my-zsh && git clone --branch master --single-branch --depth 1 \"https://github.com/zsh-users/zsh-autosuggestions\" ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions && git clone --branch master --single-branch --depth 1 \"https://github.com/zsh-users/zsh-syntax-highlighting.git\" ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting && sed -i -e \"s#bin/bash#bin/zsh#\" /etc/passwd && update-alternatives --install /usr/bin/python python /usr/bin/python3 10 && pip3 install --no-cache-dir -r /tmp/requirements.txt && apt-get purge -y --auto-remove build-essential libarchive-tools python3-dev uuid-runtime && find /usr/local \\( -type d -a -name test -o -name tests -o -name '__pycache__' \\) -o \\( -type f -a -name '*.pyc' -o -name '*.pyo' \\) -exec rm -rf '{}' + && rm -fr /root/.cache /tmp/* /var/{cache,log}/* /var/lib/a
workflows / Build aarch64
The job was canceled because "amd64" failed.
workflows / Build aarch64
The operation was canceled.