gitlab-shell
Passed Started
by
@iamricecake

Erick Bajao
1Running with gitlab-runner 17.7.0~pre.103.g896916a8 (896916a8)2 on green-8.private.runners-manager.gitlab.com/gitlab.com/gitlab-org t2_WUNx4S, system ID: s_8909f1abe5bb3 feature flags: FF_NETWORK_PER_BUILD:true, FF_DISABLE_UMASK_FOR_DOCKER_EXECUTOR:true4Resolving secrets6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-omnibus-builder/distribution_ci_tools:5.8.0 ...7Starting service docker:27.5.1-dind...8Pulling docker image docker:27.5.1-dind ...9Using docker image sha256:49fc2acb217f861e371ee204f2aa3cebfbc95d8fc16368fecc17d0f23504a6cd for docker:27.5.1-dind with digest docker@sha256:3ab005a2e4872f0b10fb9c00d4230334043f1281f29299bd3de94a8f14a05e69 ...10Waiting for services to be up and running (timeout 30 seconds)...11Authenticating with credentials from job payload (GitLab Registry)12Pulling docker image registry.gitlab.com/gitlab-org/gitlab-omnibus-builder/distribution_ci_tools:5.8.0 ...13Using docker image sha256:4a13751d32c8e951e330b8fa79e959cc0085d59075f0bf7c92c57a1556562bc2 for registry.gitlab.com/gitlab-org/gitlab-omnibus-builder/distribution_ci_tools:5.8.0 with digest registry.gitlab.com/gitlab-org/gitlab-omnibus-builder/distribution_ci_tools@sha256:784d57f375efe14131f97c074b113c815e4cfd68087d5b31e5ba06f4bf681f74 ...14Not using umask - FF_DISABLE_UMASK_FOR_DOCKER_EXECUTOR is set!16Running on runner-t2wunx4s-project-7682093-concurrent-0 via runner-t2wunx4s-private-1738255860-49bd5c85...18Fetching changes...19Initialized empty Git repository in /builds/gitlab-org/build/CNG-mirror/.git/20Created fresh repository.21Checking out 4d4da2fc as detached HEAD (ref is master)...22Skipping Git submodules setup23$ git remote set-url origin "${CI_REPOSITORY_URL}"25Downloading artifacts for gitlab-base (8999957587)...26Downloading artifacts from coordinator... ok host=storage.googleapis.com id=8999957587 responseStatus=200 OK token=glcbt-6627Downloading artifacts for gitlab-go (8999957565)...28Downloading artifacts from coordinator... ok host=storage.googleapis.com id=8999957565 responseStatus=200 OK token=glcbt-6630Using docker image sha256:4a13751d32c8e951e330b8fa79e959cc0085d59075f0bf7c92c57a1556562bc2 for registry.gitlab.com/gitlab-org/gitlab-omnibus-builder/distribution_ci_tools:5.8.0 with digest registry.gitlab.com/gitlab-org/gitlab-omnibus-builder/distribution_ci_tools@sha256:784d57f375efe14131f97c074b113c815e4cfd68087d5b31e5ba06f4bf681f74 ...31$ if [[ $CI_COMMIT_TAG =~ $AUTO_DEPLOY_TAG_REGEX ]] && [[ "${AUTO_DEPLOY_COMPILE_ASSETS}" == "true" ]]; then # collapsed multi-line command32$ IFS="," read -ra _archs <<< "${PLATFORMS}"33$ mkdir -p artifacts/images artifacts/container_versions artifacts/final34$ source build-scripts/build.sh35$ if [[ "${CI_COMMIT_TAG}" == *-ubi || "${CI_COMMIT_REF_NAME}" == *-ubi ]]; then36$ if [ "${FIPS_PIPELINE}" = "true" ]; then37$ export {CONTAINER_VERSION,BASE_VERSION}=$(get_version gitlab-base)38$ export TARGET_VERSION=$(get_target_version)39$ docker login -u "$CI_DEPENDENCY_PROXY_USER" -p "$CI_DEPENDENCY_PROXY_PASSWORD" "$CI_DEPENDENCY_PROXY_SERVER"40WARNING! Using --password via the CLI is insecure. Use --password-stdin.41WARNING! Your password will be stored unencrypted in /root/.docker/config.json.42Configure a credential helper to remove this warning. See44Login Succeeded45$ docker login -u gitlab-ci-token -p "$CI_JOB_TOKEN" "$CI_REGISTRY"46WARNING! Using --password via the CLI is insecure. Use --password-stdin.47WARNING! Your password will be stored unencrypted in /root/.docker/config.json.48Configure a credential helper to remove this warning. See50Login Succeeded51$ if [ "${DISABLE_BUILDX_CLUSTER}" != "true" ]; then52$ docker buildx create --use --driver-opt="image=${BUILDKIT_IMAGE}"53nostalgic_lewin54$ fi55$ docker buildx inspect --bootstrap56#1 [internal] booting buildkit57#1 pulling image moby/buildkit:v0.18.158#1 pulling image moby/buildkit:v0.18.1 4.0s done59#1 creating container buildx_buildkit_nostalgic_lewin060#1 creating container buildx_buildkit_nostalgic_lewin0 3.9s done61#1 DONE 7.9s62Name: nostalgic_lewin63Driver: docker-container64Last Activity: 2025-01-30 17:47:28 +0000 UTC65Nodes:66Name: nostalgic_lewin067Endpoint: tcp://docker:237568Driver Options: image="moby/buildkit:v0.18.1"69Status: running70Buildkit: v0.18.171Platforms: linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/loong64, linux/arm/v7, linux/arm/v672Labels:73 org.mobyproject.buildkit.worker.executor: oci74 org.mobyproject.buildkit.worker.hostname: 503bfa414b4575 org.mobyproject.buildkit.worker.network: host76 org.mobyproject.buildkit.worker.oci.process-mode: sandbox77 org.mobyproject.buildkit.worker.selinux.enabled: false78 org.mobyproject.buildkit.worker.snapshotter: overlayfs79GC Policy rule#0:80 All: false81 Filters: type==source.local,type==exec.cachemount,type==source.git.checkout82 Keep Duration: 48h0m0s83GC Policy rule#1:84 All: false85 Keep Duration: 1440h0m0s86 Keep Bytes: 9.313GiB87GC Policy rule#2:88 All: false89 Keep Bytes: 9.313GiB90GC Policy rule#3:91 All: true92 Keep Bytes: 9.313GiB93$ populate_stable_image_vars94DEBIAN_BUILD_ARGS: --build-arg DEBIAN_IMAGE=debian:bookworm-slim@sha256:f70dc8d6a8b6a06824c92471a1a258030836b26b043881358b967bf73de7c5ab95$ import_assets artifacts/ubi/gitlab-{go,logger,shell}.tar.gz96$ gitlab_base_version=$(cat artifacts/container_versions/gitlab-base_tag.txt)97$ export GITLAB_BASE_IMAGE="${CI_REGISTRY_IMAGE}/gitlab-base:${gitlab_base_version}${IMAGE_TAG_EXT}"98$ go_version=$(cat artifacts/container_versions/gitlab-go_tag.txt)99$ export VERSION_COMPONENTS="$BASE_VERSION$go_version$TARGET_VERSION$GITLAB_SHELL_VERSION$CONTAINER_VERSION_SUFFIX"100$ if force_zstd_build || is_zstd_build; then101$ export CONTAINER_VERSION=($(echo -n "${VERSION_COMPONENTS}" | sha1sum))102$ if [ ! "$UBI_PIPELINE" = "true" ]; then103$ export BASE_IMAGE="$CI_REGISTRY_IMAGE/gitlab-go:${go_version}${IMAGE_TAG_EXT}"104$ fi105$ build_if_needed --build-arg "TAG=${gitlab_base_version}${IMAGE_TAG_EXT}" --build-arg "GO_IMAGE=$CI_REGISTRY_IMAGE/gitlab-go:${go_version}${IMAGE_TAG_EXT}" --build-arg "GITLAB_SHELL_VERSION=${GITLAB_SHELL_VERSION}" --build-arg "GITLAB_NAMESPACE=${GITLAB_NAMESPACE}" --build-arg "FETCH_ARTIFACTS_PAT=${FETCH_DEV_ARTIFACTS_PAT}" --build-arg "CI_API_V4_URL=${CI_API_V4_URL}" --build-arg "CACHE_BUSTER=${CACHE_BUSTER:-$GITLAB_SHELL_VERSION$(date -uI)}" --build-arg "GITLAB_BASE_IMAGE=${GITLAB_BASE_IMAGE}" $UBI_BUILD_ARGS $DEBIAN_BUILD_ARGS106/builds/gitlab-org/build/CNG-mirror/gitlab-shell /builds/gitlab-org/build/CNG-mirror107/builds/gitlab-org/build/CNG-mirror108NOTICE: only single arch was specified for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:ea1d99d8e2697a769b6a80eeadbb868d5ee13059109Image exists already and will not be built again.110Image exists - registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:ea1d99d8e2697a769b6a80eeadbb868d5ee13059@sha256:17e657728d297b3dce099207154e921bd4336dbdb2afd28687854cad173c802f111SKIP_IMAGE_SIGNING set. Not signing image.112$ push_tags113Pipeline triggered by upstream 'gitlab-org/gitlab' project114No version specified. Using upstream ref name to tag image115NOTICE: only single arch was specified for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:ea1d99d8e2697a769b6a80eeadbb868d5ee13059116SKIP_IMAGE_VERIFICATION set. Not verifying image.117Image information for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:ea1d99d8e2697a769b6a80eeadbb868d5ee13059:118mediaType: application/vnd.docker.distribution.manifest.v2+json119Compressed image size: 113695843120Copying registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell@sha256:17e657728d297b3dce099207154e921bd4336dbdb2afd28687854cad173c802f to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:sha256-17e657728d297b3dce099207154e921bd4336dbdb2afd28687854cad173c802f...121Copying registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell@sha256:17e657728d297b3dce099207154e921bd4336dbdb2afd28687854cad173c802f to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:512654-nwittstruck-admin-token-api-post-gitlab-session...122Copied registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:ea1d99d8e2697a769b6a80eeadbb868d5ee13059 to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:512654-nwittstruck-admin-token-api-post-gitlab-session123Image information for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:512654-nwittstruck-admin-token-api-post-gitlab-session:124mediaType: application/vnd.docker.distribution.manifest.v2+json125Compressed image size: 113695843126NOTICE: only single arch was specified for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:512654-nwittstruck-admin-token-api-post-gitlab-session127SKIP_IMAGE_VERIFICATION set. Not verifying image.128Copied registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:ea1d99d8e2697a769b6a80eeadbb868d5ee13059 to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:512654-nwittstruck-admin-token-api-post-gitlab-session129$ push_tags gitlab-$GITLAB_REF_SLUG${IMAGE_TAG_EXT}130Pipeline running against default branch or stable tag. Using specified version as the image tag.131NOTICE: only single arch was specified for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:ea1d99d8e2697a769b6a80eeadbb868d5ee13059132SKIP_IMAGE_VERIFICATION set. Not verifying image.133Image information for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:ea1d99d8e2697a769b6a80eeadbb868d5ee13059:134mediaType: application/vnd.docker.distribution.manifest.v2+json135Compressed image size: 113695843136Copying registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell@sha256:17e657728d297b3dce099207154e921bd4336dbdb2afd28687854cad173c802f to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:sha256-17e657728d297b3dce099207154e921bd4336dbdb2afd28687854cad173c802f...137Copying registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell@sha256:17e657728d297b3dce099207154e921bd4336dbdb2afd28687854cad173c802f to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:gitlab-85a4aaf519161425a911dc81332b3ba3b96727bc...138Copied registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:ea1d99d8e2697a769b6a80eeadbb868d5ee13059 to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:gitlab-85a4aaf519161425a911dc81332b3ba3b96727bc139Image information for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:gitlab-85a4aaf519161425a911dc81332b3ba3b96727bc:140mediaType: application/vnd.docker.distribution.manifest.v2+json141Compressed image size: 113695843142NOTICE: only single arch was specified for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:gitlab-85a4aaf519161425a911dc81332b3ba3b96727bc143SKIP_IMAGE_VERIFICATION set. Not verifying image.144Copied registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:ea1d99d8e2697a769b6a80eeadbb868d5ee13059 to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:gitlab-85a4aaf519161425a911dc81332b3ba3b96727bc145$ push_tags $GITLAB_SHELL_VERSION${IMAGE_TAG_EXT}146Pipeline running against default branch or stable tag. Using specified version as the image tag.147NOTICE: only single arch was specified for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:ea1d99d8e2697a769b6a80eeadbb868d5ee13059148SKIP_IMAGE_VERIFICATION set. Not verifying image.149Image information for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:ea1d99d8e2697a769b6a80eeadbb868d5ee13059:150mediaType: application/vnd.docker.distribution.manifest.v2+json151Compressed image size: 113695843152Copying registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell@sha256:17e657728d297b3dce099207154e921bd4336dbdb2afd28687854cad173c802f to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:sha256-17e657728d297b3dce099207154e921bd4336dbdb2afd28687854cad173c802f...153Copying registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell@sha256:17e657728d297b3dce099207154e921bd4336dbdb2afd28687854cad173c802f to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:v14.39.0...154Copied registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:ea1d99d8e2697a769b6a80eeadbb868d5ee13059 to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:v14.39.0155Image information for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:v14.39.0:156mediaType: application/vnd.docker.distribution.manifest.v2+json157Compressed image size: 113695843158NOTICE: only single arch was specified for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:v14.39.0159SKIP_IMAGE_VERIFICATION set. Not verifying image.160Copied registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:ea1d99d8e2697a769b6a80eeadbb868d5ee13059 to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-shell:v14.39.0161$ echo -n "${CONTAINER_VERSION}" > artifacts/container_versions/gitlab-shell_tag.txt163Running after script...164$ if [[ "${CI_COMMIT_TAG}" == *-ubi || "${CI_COMMIT_REF_NAME}" == *-ubi ]]; then165$ if [ "${FIPS_PIPELINE}" = "true" ]; then166$ source build-scripts/build.sh167$ list_artifacts168==== Artifacts Summary ====1694.0K artifacts/images/gitlab-gomplate.txt1704.0K artifacts/images/gitlab-logger.txt1714.0K artifacts/images/gitlab-shell.txt1724.0K artifacts/images/gitlab-go.txt1734.0K artifacts/images/gitlab-base.txt17424K artifacts/images1754.0K artifacts/final/gitlab-shell.txt1764.0K artifacts/final/gitlab-base.txt17712K artifacts/final1784.0K artifacts/container_versions/gitlab-go_tag.txt1794.0K artifacts/container_versions/gitlab-shell_tag.txt1804.0K artifacts/container_versions/gitlab-logger_tag.txt1814.0K artifacts/container_versions/gitlab-gomplate_tag.txt1824.0K artifacts/container_versions/debian.txt1834.0K artifacts/container_versions/gitlab-base_tag.txt18428K artifacts/container_versions18568K artifacts/186===========================187$ cleanup_mock_tags189Uploading artifacts...190artifacts/: found 17 matching artifact files and directories 191WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/8999957648/artifacts?artifact_format=zip&artifact_type=archive new-url=https://gitlab.com192WARNING: Retrying... context=artifacts-uploader error=request redirected193Uploading artifacts as "archive" to coordinator... 201 Created id=8999957648 responseStatus=201 Created token=glcbt-66195Job succeeded