gitlab-rust
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 17.7.0~pre.103.g896916a8 (896916a8)2 on green-1.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 4bq1s9yM, system ID: s_9d15f3e4e7ae3 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:d2dc198f7d839eae26b5a9cb0e7cdc4e2c97d9cb4ea66dbeb0a4c0c7f0b165f8 for docker:27.5.1-dind with digest docker@sha256:aa3df78ecf320f5fafdce71c659f1629e96e9de0968305fe1de670e0ca9176ce ...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-4bq1s9ym-project-7682093-concurrent-0 via runner-4bq1s9ym-private-1741084456-920f7bd8...18Fetching changes...19Initialized empty Git repository in /builds/gitlab-org/build/CNG-mirror/.git/20Created fresh repository.21Checking out a92931cf as detached HEAD (ref is master)...22Skipping Git submodules setup23$ git remote set-url origin "${CI_REPOSITORY_URL}"25Downloading artifacts for debian-stable (9305428844)...26Downloading artifacts from coordinator... ok host=storage.googleapis.com id=9305428844 responseStatus=200 OK token=glcbt-6628Using 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 ...29$ if [[ $CI_COMMIT_TAG =~ $AUTO_DEPLOY_TAG_REGEX ]] && [[ "${AUTO_DEPLOY_COMPILE_ASSETS}" == "true" ]]; then # collapsed multi-line command30$ IFS="," read -ra _archs <<< "${PLATFORMS}"31$ mkdir -p artifacts/images artifacts/container_versions artifacts/final32$ source build-scripts/build.sh33$ if [[ "${CI_COMMIT_TAG}" == *-ubi || "${CI_COMMIT_REF_NAME}" == *-ubi ]]; then34$ if [ "${FIPS_PIPELINE}" = "true" ]; then35$ export {CONTAINER_VERSION,BASE_VERSION}=$(get_version gitlab-base)36$ export TARGET_VERSION=$(get_target_version)37$ docker login -u "$CI_DEPENDENCY_PROXY_USER" -p "$CI_DEPENDENCY_PROXY_PASSWORD" "$CI_DEPENDENCY_PROXY_SERVER"38WARNING! Using --password via the CLI is insecure. Use --password-stdin.39WARNING! Your password will be stored unencrypted in /root/.docker/config.json.40Configure a credential helper to remove this warning. See42Login Succeeded43$ docker login -u gitlab-ci-token -p "$CI_JOB_TOKEN" "$CI_REGISTRY"44WARNING! Using --password via the CLI is insecure. Use --password-stdin.45WARNING! Your password will be stored unencrypted in /root/.docker/config.json.46Configure a credential helper to remove this warning. See48Login Succeeded49$ if [ "${DISABLE_BUILDX_CLUSTER}" != "true" ]; then50$ docker buildx create --use --driver-opt="image=${BUILDKIT_IMAGE}"51friendly_torvalds52$ fi53$ docker buildx inspect --bootstrap54#1 [internal] booting buildkit55#1 pulling image moby/buildkit:v0.20.056#1 pulling image moby/buildkit:v0.20.0 3.0s done57#1 creating container buildx_buildkit_friendly_torvalds058#1 creating container buildx_buildkit_friendly_torvalds0 3.8s done59#1 DONE 6.8s60Name: friendly_torvalds61Driver: docker-container62Last Activity: 2025-03-04 11:54:41 +0000 UTC63Nodes:64Name: friendly_torvalds065Endpoint: tcp://docker:237566Driver Options: image="moby/buildkit:v0.20.0"67Status: running68Buildkit: v0.20.069Platforms: 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/v670Labels:71 org.mobyproject.buildkit.worker.executor: oci72 org.mobyproject.buildkit.worker.hostname: b3eab59b350773 org.mobyproject.buildkit.worker.network: host74 org.mobyproject.buildkit.worker.oci.process-mode: sandbox75 org.mobyproject.buildkit.worker.selinux.enabled: false76 org.mobyproject.buildkit.worker.snapshotter: overlayfs77GC Policy rule#0:78 All: false79 Filters: type==source.local,type==exec.cachemount,type==source.git.checkout80 Keep Duration: 48h0m0s81GC Policy rule#1:82 All: false83 Keep Duration: 1440h0m0s84 Keep Bytes: 9.313GiB85GC Policy rule#2:86 All: false87 Keep Bytes: 9.313GiB88GC Policy rule#3:89 All: true90 Keep Bytes: 9.313GiB91$ populate_stable_image_vars92DEBIAN_BUILD_ARGS: --build-arg DEBIAN_IMAGE=debian:bookworm-slim@sha256:12c396bd585df7ec21d5679bb6a83d4878bc4415ce926c9e5ea6426d23c60bdc93$ export VERSION_COMPONENTS="$BASE_VERSION$TARGET_VERSION$RUST_VERSION"94$ if force_zstd_build || is_zstd_build; then95$ export CONTAINER_VERSION=($(echo -n "${VERSION_COMPONENTS}" | sha1sum))96$ build_if_needed --build-arg "RUST_VERSION=$RUST_VERSION" $DEBIAN_BUILD_ARGS $UBI_BUILD_ARGS97/builds/gitlab-org/build/CNG-mirror/gitlab-rust /builds/gitlab-org/build/CNG-mirror98/builds/gitlab-org/build/CNG-mirror99NOTICE: only single arch was specified for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-rust:0e2e74ff6250c7ab4ff474e4c602b6abff040dc6100Image exists already and will not be built again.101Image exists - registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-rust:0e2e74ff6250c7ab4ff474e4c602b6abff040dc6@sha256:1ee9827403f2996ad82641db79826fcdccb3632686a710d22f7d22f5c00e7db3102SKIP_IMAGE_SIGNING set. Not signing image.103$ push_tags104Pipeline triggered by upstream 'gitlab-org/gitlab' project105No version specified. Using upstream ref name to tag image106NOTICE: only single arch was specified for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-rust:0e2e74ff6250c7ab4ff474e4c602b6abff040dc6107SKIP_IMAGE_VERIFICATION set. Not verifying image.108Image information for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-rust:0e2e74ff6250c7ab4ff474e4c602b6abff040dc6:109mediaType: application/vnd.docker.distribution.manifest.v2+json110Compressed image size: 215532721111Copying registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-rust@sha256:1ee9827403f2996ad82641db79826fcdccb3632686a710d22f7d22f5c00e7db3 to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-rust:sha256-1ee9827403f2996ad82641db79826fcdccb3632686a710d22f7d22f5c00e7db3...112Copying registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-rust@sha256:1ee9827403f2996ad82641db79826fcdccb3632686a710d22f7d22f5c00e7db3 to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-rust:ruby-next...113Copied registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-rust:0e2e74ff6250c7ab4ff474e4c602b6abff040dc6 to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-rust:ruby-next114Image information for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-rust:ruby-next:115mediaType: application/vnd.docker.distribution.manifest.v2+json116Compressed image size: 215532721117NOTICE: only single arch was specified for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-rust:ruby-next118SKIP_IMAGE_VERIFICATION set. Not verifying image.119Copied registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-rust:0e2e74ff6250c7ab4ff474e4c602b6abff040dc6 to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-rust:ruby-next120$ echo -n "${CONTAINER_VERSION}" > artifacts/container_versions/gitlab-rust_tag.txt122Running after script...123$ if [[ "${CI_COMMIT_TAG}" == *-ubi || "${CI_COMMIT_REF_NAME}" == *-ubi ]]; then124$ if [ "${FIPS_PIPELINE}" = "true" ]; then125$ source build-scripts/build.sh126$ list_artifacts127==== Artifacts Summary ====1284.0K artifacts/images/gitlab-rust.txt1298.0K artifacts/images1304.0K artifacts/final1314.0K artifacts/container_versions/gitlab-rust_tag.txt1324.0K artifacts/container_versions/debian.txt13312K artifacts/container_versions13428K artifacts/135===========================136$ cleanup_mock_tags138Uploading artifacts...139artifacts/: found 7 matching artifact files and directories 140WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/9305428854/artifacts?artifact_format=zip&artifact_type=archive new-url=https://gitlab.com141WARNING: Retrying... context=artifacts-uploader error=request redirected142Uploading artifacts as "archive" to coordinator... 201 Created id=9305428854 responseStatus=201 Created token=glcbt-66144Job succeeded