Fixup toolchain sync PRs #630
ci.yaml
on: pull_request
Lint Dockerfiles
7s
Lint and format Ruby
13s
Lint and format text
42s
Matrix: Build
Annotations
5 errors
Build (ubuntu)
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c set -eux; case \"${TARGETARCH}\" in amd64) artichokeArch='x86_64-unknown-linux-gnu' ;; arm64) artichokeArch='aarch64-unknown-linux-gnu' ;; *) echo >&2 \"unsupported architecture: ${TARGETARCH}\"; exit 1 ;; esac; if [ \"$ARTICHOKE_NIGHTLY_REVISION\" = \"latest\" ]; then cargo install --target \"$artichokeArch\" --git https://github.com/artichoke/artichoke --branch trunk --locked artichoke; else cargo install --target \"$artichokeArch\" --git https://github.com/artichoke/artichoke --rev \"$ARTICHOKE_NIGHTLY_REVISION\" --locked artichoke; fi; mkdir /target; touch /target/THIRDPARTY;" did not complete successfully: exit code: 101
|
Build (alpine)
The job was canceled because "ubuntu" failed.
|
Build (alpine)
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c set -eux; case \"${TARGETARCH}\" in amd64) artichokeArch='x86_64-unknown-linux-musl' ;; arm64) artichokeArch='aarch64-unknown-linux-musl' ;; *) echo >&2 \"unsupported architecture: ${TARGETARCH}\"; exit 1 ;; esac; if [ \"$ARTICHOKE_NIGHTLY_REVISION\" = \"latest\" ]; then cargo install --target \"$artichokeArch\" --git https://github.com/artichoke/artichoke --branch trunk --locked artichoke; else cargo install --target \"$artichokeArch\" --git https://github.com/artichoke/artichoke --rev \"$ARTICHOKE_NIGHTLY_REVISION\" --locked artichoke; fi; mkdir /target; touch /target/THIRDPARTY;" did not complete successfully: exit code: 101
|
Build (debian)
The job was canceled because "ubuntu" failed.
|
Build (debian)
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c set -eux; case \"${TARGETARCH}\" in amd64) artichokeArch='x86_64-unknown-linux-gnu' ;; arm64) artichokeArch='aarch64-unknown-linux-gnu' ;; *) echo >&2 \"unsupported architecture: ${TARGETARCH}\"; exit 1 ;; esac; if [ \"$ARTICHOKE_NIGHTLY_REVISION\" = \"latest\" ]; then cargo install --target \"$artichokeArch\" --git https://github.com/artichoke/artichoke --branch trunk --locked artichoke; else cargo install --target \"$artichokeArch\" --git https://github.com/artichoke/artichoke --rev \"$ARTICHOKE_NIGHTLY_REVISION\" --locked artichoke; fi; mkdir /target; touch /target/THIRDPARTY;" did not complete successfully: exit code: 101
|