Skip to content

Build BASE dotnet by schedule #4194

Build BASE dotnet by schedule

Build BASE dotnet by schedule #4194

Triggered via schedule January 16, 2025 00:14
Status Failure
Total duration 13m 53s
Artifacts 5

build-base.yml

on: schedule
Matrix: base-image-make
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
base-image-make (debian-sid)
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c echo en_US.UTF-8 UTF-8 >> /etc/locale.gen && apt-get update -qq && apt-get upgrade -qq -y && apt-get install -qq -y --no-install-recommends gnupg && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ${GIT_CORE_PPA_KEY} && apt-get update -qq && apt-get install -q -y --no-install-recommends gnupg lsb-release curl tar unzip zip apt-transport-https ca-certificates sudo gpg-agent software-properties-common build-essential zlib1g-dev zstd gettext libcurl4-openssl-dev inetutils-ping jq wget dirmngr openssh-client locales python3-pip python3-setuptools python3 dumb-init nodejs rsync gosu && sed -e 's/Defaults.*env_reset/Defaults env_keep = \"HTTP_PROXY HTTPS_PROXY NO_PROXY FTP_PROXY http_proxy https_proxy no_proxy ftp_proxy\"/' -i /etc/sudoers && echo deb http://ppa.launchpad.net/git-core/ppa/ubuntu $([[ $(grep -E '^ID=' /etc/os-release | sed 's/.*=//g') == \"ubuntu\" ]] && (echo ${LSB_RELEASE_CODENAME}) || echo bionic) main>/etc/apt/sources.list.d/git-core.list && apt-get update -qq && ( apt-get install -qq -y --no-install-recommends git || apt-get install -t stable -y -qq --no-install-recommends git || apt-get install -qq -y --no-install-recommends git=1:2.33.1-0ppa1~ubuntu18.04.1 git-man=1:2.33.1-0ppa1~ubuntu18.04.1 ) && ( [[ $(apt-cache search -n liblttng-ust0 | awk '{print $1}') == \"liblttng-ust0\" ]] && apt-get install -q -y --no-install-recommends liblttng-ust0 || : ) && ( [[ $(apt-cache search -n liblttng-ust1 | awk '{print $1}') == \"liblttng-ust1\" ]] && apt-get install -q -y --no-install-recommends liblttng-ust1 || : ) && ( ( curl -sS \"https://awscli.amazonaws.com/awscli-exe-linux-$(uname -m).zip\" -o \"awscliv2.zip\" && unzip -qq awscliv2.zip -d /tmp/ && /tmp/aws/install && rm awscliv2.zip) || pip3 install --no-cache-dir awscli ) && ( curl -sS \"https://github.com/git-lfs/git-lfs/releases/download/v${GIT_LFS_VERSION}/git-lfs-linux-${TARGETARCH}-v${GIT_LFS_VERSION}.tar.gz\" -L -o /tmp/lfs.tar.gz && tar -xzf /tmp/lfs.tar.gz -C /tmp && /tmp/git-lfs-${GIT_LFS_VERSION}/install.sh ) && mkdir -p /etc/apt/keyrings && ( curl -fsSL \"https://download.docker.com/linux/${DISTRO}/gpg\" | gpg --dearmor -o /etc/apt/keyrings/docker.gpg ) && ( echo \"deb [arch=${TARGETARCH} signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/${DISTRO} ${DOCKER_CODENAME} stable\" | tee /etc/apt/sources.list.d/docker.list > /dev/null ) && apt-get update -qq && apt-get upgrade -yqq && apt-get install -y docker-ce docker-ce-cli docker-buildx-plugin containerd.io --no-install-recommends --allow-unauthenticated && ( [[ \"${LSB_RELEASE_CODENAME}\" == \"focal\" ]] && ( echo \"deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_20.04/ /\" | tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list && curl -L \"https://build.opensuse.org/projects/devel:kubic/public_key\" | apt-key add -; echo \"deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_20.04/ /\" | tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list && curl -L \"https://build.opensuse.org/projects/devel:kubic/public_key\" | apt-key add - && apt-get update -qq) || : ) && ( [[ \"${LSB_RELEASE_CODENAME}\" == \"focal\" || \"${LSB_RELEASE_CODENAME}\" == \"jammy\" || \"${LSB_RELEASE_CODENAME}\" == \"sid\" || \"${LSB_RELEASE_CODENAME}\" == \"bullseye\" ]] && apt-get install -y --no-install-recommends podman buildah skopeo || : ) && GH_CLI_VERSION=$(curl -sSL -H \"Accept: application/vnd.github+json\" https://api.github.com/repos/cli/cli/releases/latest | jq -r '.tag_name' | sed 's/^v//g') && GH_CLI_DOWNLOAD_URL=$(curl -sSL -H \"Accept: application/vnd.github+json\" https://api.github.com/repos/cli/cli/releases/latest | jq \".assets[] | select(.name == \\\"gh_${GH_CLI_VERSION}_linux_${TARGETARCH}.deb\\\")\" | jq -r '.browser_download_url')
base-image-make (debian-sid)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
base-image-make (debian-bullseye)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Sensitive data should not be used in the ARG or ENV commands: Dockerfile.base#L6
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "GIT_CORE_PPA_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
base-image-make (ubuntu-jammy-dotnet, ubuntu, jammy, jammy, Dockerfile.base-slim)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
base-image-make (ubuntu-jammy)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Sensitive data should not be used in the ARG or ENV commands: Dockerfile.base#L6
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "GIT_CORE_PPA_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
base-image-make (ubuntu-focal)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Sensitive data should not be used in the ARG or ENV commands: Dockerfile.base#L6
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "GIT_CORE_PPA_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
base-image-make (ubuntu-focal)
Failed to download action 'https://api.github.com/repos/docker/setup-qemu-action/tarball/53851d14592bedcffcf25ea515637cff71ef929a'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
base-image-make (ubuntu-focal)
Back off 22.647 seconds before retry.
base-image-make (ubuntu-focal)
Failed to download action 'https://api.github.com/repos/docker/setup-qemu-action/tarball/53851d14592bedcffcf25ea515637cff71ef929a'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
base-image-make (ubuntu-focal)
Back off 27.445 seconds before retry.

Artifacts

Produced during runtime
Name Size
derskythe~docker-github-actions-runner~33X287.dockerbuild
40 KB
derskythe~docker-github-actions-runner~KWQ7T2.dockerbuild
168 KB
derskythe~docker-github-actions-runner~MLBTEO.dockerbuild
163 KB
derskythe~docker-github-actions-runner~P117U8.dockerbuild
146 KB
derskythe~docker-github-actions-runner~QFEFBX.dockerbuild
153 KB