Skip to content

🐬 Build Alpine Rust Images DockerHub 🐬 #1

🐬 Build Alpine Rust Images DockerHub 🐬

🐬 Build Alpine Rust Images DockerHub 🐬 #1

Manually triggered July 4, 2025 05:05
Status Success
Total duration 1m 51s
Artifacts 8

build_alpine_rust.yaml

on: workflow_dispatch
Matrix: build-push-alpine-rust-nightly
Matrix: build-push-alpine-rust-stable
Fit to window
Zoom out
Zoom in

Annotations

18 errors
Push (Alpine rust nightly x86_64) --> Docker Hub
Process completed with exit code 1.
Push (Alpine rust nightly x86_64) --> Docker Hub
Process completed with exit code 1.
Push (Alpine rust nightly x86_64) --> Docker Hub
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set +e\n apk update && apk upgrade --no-cache --no-interactive 2>/dev/null\n apk add rustup --latest --upgrade --no-cache --no-interactive 2>/dev/null\n hash -r >/dev/null 2>&1\n rustup-init --default-toolchain \"${TOOLCHAIN}\" --no-modify-path -y || true\n if [ -d \"/root/.rustup/toolchains\" ] && [ \"$(du -sm '/root/.rustup/toolchains' | cut -f1)\" -gt 10 ]; then\n find \"/root/.rustup/toolchains\" -type d \\( -path '*/share/bash' -o -path '*/share/doc' -o -path '*/share/fish' \\\n -o -path '*/share/man' -o -path '*/share/zsh' \\) -exec rm -rvf \"{}\" + 2>/dev/null || true\n else\n #https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/community/rustup/APKBUILD#L8\n if [ \"$(uname -m)\" == \"riscv64\" ]; then\n if ! command -v cargo >/dev/null 2>&1; then \n apk add cargo --latest --upgrade --no-cache --no-interactive 2>/dev/null\n fi\n hash -r >/dev/null 2>&1\n if ! command -v cargo >/dev/null 2>&1; then \n exit 1\n fi\n else\n exit 1\n fi\n fi\n" did not complete successfully: exit code: 1
Push (Alpine rust stable x86_64) --> Docker Hub
Process completed with exit code 1.
Push (Alpine rust stable x86_64) --> Docker Hub
Process completed with exit code 1.
Push (Alpine rust stable x86_64) --> Docker Hub
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set +e\n apk update && apk upgrade --no-cache --no-interactive 2>/dev/null\n apk add rustup --latest --upgrade --no-cache --no-interactive 2>/dev/null\n hash -r >/dev/null 2>&1\n rustup-init --default-toolchain \"${TOOLCHAIN}\" --no-modify-path -y || true\n if [ -d \"/root/.rustup/toolchains\" ] && [ \"$(du -sm '/root/.rustup/toolchains' | cut -f1)\" -gt 10 ]; then\n find \"/root/.rustup/toolchains\" -type d \\( -path '*/share/bash' -o -path '*/share/doc' -o -path '*/share/fish' \\\n -o -path '*/share/man' -o -path '*/share/zsh' \\) -exec rm -rvf \"{}\" + 2>/dev/null || true\n else\n #https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/community/rustup/APKBUILD#L8\n if [ \"$(uname -m)\" == \"riscv64\" ]; then\n if ! command -v cargo >/dev/null 2>&1; then \n apk add cargo --latest --upgrade --no-cache --no-interactive 2>/dev/null\n fi\n hash -r >/dev/null 2>&1\n if ! command -v cargo >/dev/null 2>&1; then \n exit 1\n fi\n else\n exit 1\n fi\n fi\n" did not complete successfully: exit code: 1
Push (Alpine rust nightly loongarch64) --> Docker Hub
Process completed with exit code 1.
Push (Alpine rust nightly loongarch64) --> Docker Hub
Process completed with exit code 1.
Push (Alpine rust nightly loongarch64) --> Docker Hub
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set +e\n apk update && apk upgrade --no-cache --no-interactive 2>/dev/null\n apk add rustup --latest --upgrade --no-cache --no-interactive 2>/dev/null\n hash -r >/dev/null 2>&1\n rustup-init --default-toolchain \"${TOOLCHAIN}\" --no-modify-path -y || true\n if [ -d \"/root/.rustup/toolchains\" ] && [ \"$(du -sm '/root/.rustup/toolchains' | cut -f1)\" -gt 10 ]; then\n find \"/root/.rustup/toolchains\" -type d \\( -path '*/share/bash' -o -path '*/share/doc' -o -path '*/share/fish' \\\n -o -path '*/share/man' -o -path '*/share/zsh' \\) -exec rm -rvf \"{}\" + 2>/dev/null || true\n else\n #https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/community/rustup/APKBUILD#L8\n if [ \"$(uname -m)\" == \"riscv64\" ]; then\n if ! command -v cargo >/dev/null 2>&1; then \n apk add cargo --latest --upgrade --no-cache --no-interactive 2>/dev/null\n fi\n hash -r >/dev/null 2>&1\n if ! command -v cargo >/dev/null 2>&1; then \n exit 1\n fi\n else\n exit 1\n fi\n fi\n" did not complete successfully: exit code: 1
Push (Alpine rust stable loongarch64) --> Docker Hub
Process completed with exit code 1.
Push (Alpine rust stable loongarch64) --> Docker Hub
Process completed with exit code 1.
Push (Alpine rust stable loongarch64) --> Docker Hub
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set +e\n apk update && apk upgrade --no-cache --no-interactive 2>/dev/null\n apk add rustup --latest --upgrade --no-cache --no-interactive 2>/dev/null\n hash -r >/dev/null 2>&1\n rustup-init --default-toolchain \"${TOOLCHAIN}\" --no-modify-path -y || true\n if [ -d \"/root/.rustup/toolchains\" ] && [ \"$(du -sm '/root/.rustup/toolchains' | cut -f1)\" -gt 10 ]; then\n find \"/root/.rustup/toolchains\" -type d \\( -path '*/share/bash' -o -path '*/share/doc' -o -path '*/share/fish' \\\n -o -path '*/share/man' -o -path '*/share/zsh' \\) -exec rm -rvf \"{}\" + 2>/dev/null || true\n else\n #https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/community/rustup/APKBUILD#L8\n if [ \"$(uname -m)\" == \"riscv64\" ]; then\n if ! command -v cargo >/dev/null 2>&1; then \n apk add cargo --latest --upgrade --no-cache --no-interactive 2>/dev/null\n fi\n hash -r >/dev/null 2>&1\n if ! command -v cargo >/dev/null 2>&1; then \n exit 1\n fi\n else\n exit 1\n fi\n fi\n" did not complete successfully: exit code: 1
Push (Alpine rust stable aarch64) --> Docker Hub
Process completed with exit code 1.
Push (Alpine rust stable aarch64) --> Docker Hub
Process completed with exit code 1.
Push (Alpine rust stable aarch64) --> Docker Hub
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set +e\n apk update && apk upgrade --no-cache --no-interactive 2>/dev/null\n apk add rustup --latest --upgrade --no-cache --no-interactive 2>/dev/null\n hash -r >/dev/null 2>&1\n rustup-init --default-toolchain \"${TOOLCHAIN}\" --no-modify-path -y || true\n if [ -d \"/root/.rustup/toolchains\" ] && [ \"$(du -sm '/root/.rustup/toolchains' | cut -f1)\" -gt 10 ]; then\n find \"/root/.rustup/toolchains\" -type d \\( -path '*/share/bash' -o -path '*/share/doc' -o -path '*/share/fish' \\\n -o -path '*/share/man' -o -path '*/share/zsh' \\) -exec rm -rvf \"{}\" + 2>/dev/null || true\n else\n #https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/community/rustup/APKBUILD#L8\n if [ \"$(uname -m)\" == \"riscv64\" ]; then\n if ! command -v cargo >/dev/null 2>&1; then \n apk add cargo --latest --upgrade --no-cache --no-interactive 2>/dev/null\n fi\n hash -r >/dev/null 2>&1\n if ! command -v cargo >/dev/null 2>&1; then \n exit 1\n fi\n else\n exit 1\n fi\n fi\n" did not complete successfully: exit code: 1
Push (Alpine rust nightly aarch64) --> Docker Hub
Process completed with exit code 1.
Push (Alpine rust nightly aarch64) --> Docker Hub
Process completed with exit code 1.
Push (Alpine rust nightly aarch64) --> Docker Hub
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set +e\n apk update && apk upgrade --no-cache --no-interactive 2>/dev/null\n apk add rustup --latest --upgrade --no-cache --no-interactive 2>/dev/null\n hash -r >/dev/null 2>&1\n rustup-init --default-toolchain \"${TOOLCHAIN}\" --no-modify-path -y || true\n if [ -d \"/root/.rustup/toolchains\" ] && [ \"$(du -sm '/root/.rustup/toolchains' | cut -f1)\" -gt 10 ]; then\n find \"/root/.rustup/toolchains\" -type d \\( -path '*/share/bash' -o -path '*/share/doc' -o -path '*/share/fish' \\\n -o -path '*/share/man' -o -path '*/share/zsh' \\) -exec rm -rvf \"{}\" + 2>/dev/null || true\n else\n #https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/community/rustup/APKBUILD#L8\n if [ \"$(uname -m)\" == \"riscv64\" ]; then\n if ! command -v cargo >/dev/null 2>&1; then \n apk add cargo --latest --upgrade --no-cache --no-interactive 2>/dev/null\n fi\n hash -r >/dev/null 2>&1\n if ! command -v cargo >/dev/null 2>&1; then \n exit 1\n fi\n else\n exit 1\n fi\n fi\n" did not complete successfully: exit code: 1

Artifacts

Produced during runtime
Name Size Digest
pkgforge~devscripts~1AI4GB.dockerbuild Expired
63.6 KB
sha256:b5bfc3b273a680061cde895776b525bfe5ec9149fd9db05d04b88d099ce449b4
pkgforge~devscripts~2DNU0T.dockerbuild Expired
24.1 KB
sha256:b36d39e5ae0b839b7fa7eec1bd6b83471ac25d6f42cab11b4b3406ca635dbf5a
pkgforge~devscripts~643MLQ.dockerbuild Expired
25.2 KB
sha256:7a773ab69c0bab3c65585cede7858af03d69bd9ee02b165b08540681cde70a3e
pkgforge~devscripts~76WVRA.dockerbuild Expired
24 KB
sha256:d8fe2a868a6636f6c67757b6e98aa1429b0c05ac1e1277dcc3fb9fba57ff57da
pkgforge~devscripts~LODA6I.dockerbuild Expired
25.2 KB
sha256:ef18142724afe079d28bb42ef4ec004f8d5c2f08e24f0ef9eb55068185f99db5
pkgforge~devscripts~MJXYMK.dockerbuild Expired
64.9 KB
sha256:f76ef0883469620d8470cf3931cfe2e5d80f66801260421265854444e798d67d
pkgforge~devscripts~UZ5S50.dockerbuild Expired
25 KB
sha256:6073ef10a39b3685b04860f6c4bd7f8e77d7a14ab20362f53b059bff81d2a9c7
pkgforge~devscripts~VO07LQ.dockerbuild Expired
25 KB
sha256:b8442522ac3ad0d2310a371e9adde85783116326eb5093da1e41076c0e70cc3c