Skip to content

🐬 Builds GH-Runner Images (Self-Hosted) DockerHub 🐬 #52

🐬 Builds GH-Runner Images (Self-Hosted) DockerHub 🐬

🐬 Builds GH-Runner Images (Self-Hosted) DockerHub 🐬 #52

Triggered via schedule April 17, 2025 08:46
Status Cancelled
Total duration 14m 44s
Artifacts 3
Matrix: build-push-debian-unstable-base
Push (Alpine) --> Docker Hub
14m 18s
Push (Alpine) --> Docker Hub
Push (Alpine-Mimalloc-edge) --> Docker Hub
14m 17s
Push (Alpine-Mimalloc-edge) --> Docker Hub
Push (Alpine-Mimalloc-stable) --> Docker Hub
14m 18s
Push (Alpine-Mimalloc-stable) --> Docker Hub
Push (Ubuntu-Base-aarch64) --> Docker Hub
14m 10s
Push (Ubuntu-Base-aarch64) --> Docker Hub
Push (Ubuntu-Base-x64) --> Docker Hub
12m 44s
Push (Ubuntu-Base-x64) --> Docker Hub
Push (runner-aarch64) --> Docker Hub
14m 9s
Push (runner-aarch64) --> Docker Hub
Push (runner-x86_64) --> Docker Hub
12m 34s
Push (runner-x86_64) --> Docker Hub
Matrix: build-push-docker-archlinux-builder
Matrix: Push (gentoo-builder) --> Docker Hub
Matrix: build-push-ubuntu-builder
Matrix: Push (debian-guix) --> Docker Hub
Fit to window
Zoom out
Zoom in

Annotations

38 errors
Push (gentoo-builder) --> Docker Hub (x86_64, amd64, ubuntu-latest, docker.io/gentoo/stage3:lates...
buildx failed with: ERROR: failed to solve: process "/bin/sh -c #Fix Initial Repo\n set +e ; export CWD=\"$(realpath .)\" ; cd \"$(mktemp -d)\" &>/dev/null ; realpath \".\"\n emerge --sync --ask=\"n\" --binpkg-respect-use=\"n\" --jobs=\"$(($(nproc)+1))\" || rm -rf \"/var/db/repos/gentoo\" 2>/dev/null \n emerge --sync --ask=\"n\" --binpkg-respect-use=\"n\" --jobs=\"$(($(nproc)+1))\"\n mv -fv \"/etc/portage/gnupg\" \"/etc/portage/gnupg.bak\" 2>/dev/null\n getuto ; emerge --sync --ask=\"n\" --binpkg-respect-use=\"n\" --jobs=\"$(($(nproc)+1))\"\n emerge \"dev-vcs/git\" --ask=\"n\" --binpkg-respect-use=\"n\" --jobs=\"$(($(nproc)+1))\" --getbinpkg --noreplace\n emerge \"dev-vcs/git\" --ask=\"n\" --binpkg-respect-use=\"n\" --jobs=\"$(($(nproc)+1))\" --getbinpkg --noreplace 2>/dev/null\n if ! command -v git >/dev/null; then\n echo \"FATAL: Failed to Install GIT\"\n exit 1\n fi\n emerge \"net-misc/curl\" --ask=\"n\" --binpkg-respect-use=\"n\" --jobs=\"$(($(nproc)+1))\" --getbinpkg --noreplace\n if ! command -v curl >/dev/null; then\n wget \"https://bin.pkgforge.dev/$(uname -m)-$(uname -s)/curl\" -O \"/usr/bin/curl\"\n chmod +x \"/usr/bin/curl\"\n curl --version\n fi\n #Add New Settings\n mkdir -pv \"/etc/portage/repos.conf\"\n curl -qfsSL \"https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Linux/gentoo.conf\" -o \"/etc/portage/repos.conf/gentoo.conf\"\n echo '' >> \"/etc/portage/make.conf\"\n echo '# Prefer Static Libs' >> \"/etc/portage/make.conf\"\n echo 'USE=\"${USE} static-libs\"' >> \"/etc/portage/make.conf\"\n #echo '' >> \"/etc/portage/make.conf\"\n #echo '# Prefer Prebuilts' >> \"/etc/portage/make.conf\"\n #echo 'FEATURES=\"getbinpkg binpkg-request-signature\"' >> \"/etc/portage/make.conf\"\n ##Doing this globally is too expensive\n #echo '' >> \"/etc/portage/make.conf\"\n #echo '# Allow Masked Pkgs' >> \"/etc/portage/make.conf\"\n #if [ \"$(uname -m | tr -d '[:space:]')\" = \"aarch64\" ]; then\n # echo 'ACCEPT_KEYWORDS=\"~arm64\"' >> \"/etc/portage/make.conf\"\n #elif [ \"$(uname -m | tr -d '[:space:]')\" = \"x86_64\" ]; then\n # echo 'ACCEPT_KEYWORDS=\"~amd64\"' >> \"/etc/portage/make.conf\"\n #fi\n echo '' >> \"/etc/portage/make.conf\"\n echo '# Allow ALL Licenses' >> \"/etc/portage/make.conf\"\n echo 'ACCEPT_LICENSE=\"*\"' >> \"/etc/portage/make.conf\"\n #Update/Sync\n export USE=\"-*\"\n cd \"$(mktemp -d)\" &>/dev/null ; realpath \".\"\n rm -rf \"/var/db/repos/gentoo\" 2>/dev/null\n emerge --sync --ask=\"n\" --binpkg-respect-use=\"n\" --jobs=\"$(($(nproc)+1))\" || true\n git -C \"/var/db/repos/gentoo/\" reset --hard 2>/dev/null\n emerge --sync --ask=\"n\" --binpkg-respect-use=\"n\" --jobs=\"$(($(nproc)+1))\"\n yes \"y\" | eselect news read all &>/dev/null\n #Pkg Config\n if [ \"$(uname -m | tr -d '[:space:]')\" = \"aarch64\" ]; then\n echo \"dev-libs/mimalloc ~arm64\" | tee -a \"/etc/portage/package.accept_keywords/mimalloc\"\n echo \"sys-devel/mold ~arm64\" | tee -a \"/etc/portage/package.accept_keywords/mold\"\n elif [ \"$(uname -m | tr -d '[:space:]')\" = \"x86_64\" ]; then\n echo \"dev-libs/mimalloc ~amd64\" | tee -a \"/etc/portage/package.accept_keywords/mimalloc\"\n echo \"sys-devel/mold ~amd64\" | tee -a \"/etc/portage/package.accept_keywords/mold\"\n fi\n #Base Pkgs\n packages=\"app-arch/p7zip app-arch/unzip app-arch/zip app-editors/nano app-misc/jq app-misc/screen app-portage/gentoolkit dev-lang/python dev-python/pip net-dns/bind-tools net-misc/wget sys-apps/locale-gen sys-apps/moreutils sys-apps/net-tools sys-apps/util-linux sys-devel/gettext sys-fs/ncdu-bin\"\n #Install\n for pkg in $packages; do emerge \"$pkg\" --ask=\"n\" --binpkg-respect-use=\"n\" --jobs=\"$(($(nproc)+1))\" --getbinpkg --noreplace ; done\n #Install_Re\n for pkg in $packages; do emerge \"$pkg\" --ask=\"n\" --binpkg-respect-use=\"n\" --jobs=\"$(($(nproc)+1))\" --getbinpkg --noreplace ; done\n #Python\n pip install --upgrade pip || pip install --break-system-packages --upgrade pip\n
Push (Ubuntu-Builder aarch64) --> Docker Hub
The operation was canceled.
Push (Ubuntu-Builder aarch64) --> Docker Hub
The run was canceled by @Azathothas.
Push (runner-aarch64) --> Docker Hub
The operation was canceled.
Push (runner-aarch64) --> Docker Hub
The run was canceled by @Azathothas.
Push (Debian-Builder aarch64) --> Docker Hub
The operation was canceled.
Push (Debian-Builder aarch64) --> Docker Hub
The run was canceled by @Azathothas.
Push (ArchLinux-Builder aarch64) --> Docker Hub
The operation was canceled.
Push (ArchLinux-Builder aarch64) --> Docker Hub
The run was canceled by @Azathothas.
Push (Ubuntu-Base-aarch64) --> Docker Hub
The operation was canceled.
Push (Ubuntu-Base-aarch64) --> Docker Hub
The run was canceled by @Azathothas.
Push (Ubuntu-Builder x86_64) --> Docker Hub
The operation was canceled.
Push (Ubuntu-Builder x86_64) --> Docker Hub
The run was canceled by @Azathothas.
Push (Debian-Builder x86_64) --> Docker Hub
The operation was canceled.
Push (Debian-Builder x86_64) --> Docker Hub
The run was canceled by @Azathothas.
Push (ArchLinux-Builder x86_64) --> Docker Hub
The operation was canceled.
Push (ArchLinux-Builder x86_64) --> Docker Hub
The run was canceled by @Azathothas.
Push (Alpine-Mimalloc-stable) --> Docker Hub
The operation was canceled.
Push (Alpine-Mimalloc-stable) --> Docker Hub
The run was canceled by @Azathothas.
Push (Alpine) --> Docker Hub
The operation was canceled.
Push (Alpine) --> Docker Hub
The run was canceled by @Azathothas.
Push (Alpine-Mimalloc-edge) --> Docker Hub
The operation was canceled.
Push (Alpine-Mimalloc-edge) --> Docker Hub
The run was canceled by @Azathothas.

Artifacts

Produced during runtime
Name Size Digest
pkgforge~devscripts~049U4T.dockerbuild Expired
50 KB
sha256:a6b1645a15b9c0cc69737aa54241cd1c698bba33047878078799b2ab5e536d41
pkgforge~devscripts~8NT0XG.dockerbuild Expired
271 KB
sha256:3624b55fa6d2c2bba8e5988e6d7090cc36b4a868e093f82a589e2ebd33f2c20f
pkgforge~devscripts~JP4UF8.dockerbuild Expired
366 KB
sha256:93c7f9d73afac9d2581cf620a5e4cf92683333f74672b8021605d57fe12edc9a