gitlab-python
Passed Started
by
@c_fons

Chloe Fons
1Running with gitlab-runner 17.7.0~pre.103.g896916a8 (896916a8)2 on green-3.private.runners-manager.gitlab.com/gitlab.com/gitlab-org QuQPoFsC, system ID: s_fc023362bf2f3 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-quqpofsc-project-7682093-concurrent-0 via runner-quqpofsc-private-1741079072-48383fcd...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 (9305422216)...26Downloading artifacts from coordinator... ok host=storage.googleapis.com id=9305422216 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}"51busy_matsumoto52$ 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 2.8s done57#1 creating container buildx_buildkit_busy_matsumoto058#1 creating container buildx_buildkit_busy_matsumoto0 3.9s done59#1 DONE 6.6s60Name: busy_matsumoto61Driver: docker-container62Last Activity: 2025-03-04 11:53:55 +0000 UTC63Nodes:64Name: busy_matsumoto065Endpoint: 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: 77bbb2e0563f73 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="$TARGET_VERSION$PYTHON_VERSION"94$ if force_zstd_build || is_zstd_build; then95$ export CONTAINER_VERSION=($(echo -n "${VERSION_COMPONENTS}" | sha1sum))96$ build_if_needed --build-arg "PYTHON_VERSION=${PYTHON_VERSION}" $DEBIAN_BUILD_ARGS97/builds/gitlab-org/build/CNG-mirror/gitlab-python /builds/gitlab-org/build/CNG-mirror98/builds/gitlab-org/build/CNG-mirror99Image exists already and will not be built again.100NOTICE: only single arch was specified for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python:eb1c450e6950170ce6e31ba27156c3a5fd58a773101Image exists - registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python:eb1c450e6950170ce6e31ba27156c3a5fd58a773@sha256:e9a466d7e1cd60249b2b339b8eb3b4e6a7d0aa12b440c5ae71d23fc13e6cfd51102SKIP_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-python:eb1c450e6950170ce6e31ba27156c3a5fd58a773107SKIP_IMAGE_VERIFICATION set. Not verifying image.108Image information for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python:eb1c450e6950170ce6e31ba27156c3a5fd58a773:109mediaType: application/vnd.docker.distribution.manifest.v2+json110Compressed image size: 177730908111Copying registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python@sha256:e9a466d7e1cd60249b2b339b8eb3b4e6a7d0aa12b440c5ae71d23fc13e6cfd51 to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python:sha256-e9a466d7e1cd60249b2b339b8eb3b4e6a7d0aa12b440c5ae71d23fc13e6cfd51...112Copying registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python@sha256:e9a466d7e1cd60249b2b339b8eb3b4e6a7d0aa12b440c5ae71d23fc13e6cfd51 to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python:417610-isolating-event-logic-from-replicators...113Copied registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python:eb1c450e6950170ce6e31ba27156c3a5fd58a773 to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python:417610-isolating-event-logic-from-replicators114Image information for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python:417610-isolating-event-logic-from-replicators:115mediaType: application/vnd.docker.distribution.manifest.v2+json116Compressed image size: 177730908117NOTICE: only single arch was specified for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python:417610-isolating-event-logic-from-replicators118SKIP_IMAGE_VERIFICATION set. Not verifying image.119Copied registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python:eb1c450e6950170ce6e31ba27156c3a5fd58a773 to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python:417610-isolating-event-logic-from-replicators120$ push_tags ${PYTHON_VERSION}${IMAGE_TAG_EXT}121Pipeline running against default branch or stable tag. Using specified version as the image tag.122SKIP_IMAGE_VERIFICATION set. Not verifying image.123NOTICE: only single arch was specified for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python:eb1c450e6950170ce6e31ba27156c3a5fd58a773124Image information for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python:eb1c450e6950170ce6e31ba27156c3a5fd58a773:125mediaType: application/vnd.docker.distribution.manifest.v2+json126Compressed image size: 177730908127Copying registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python@sha256:e9a466d7e1cd60249b2b339b8eb3b4e6a7d0aa12b440c5ae71d23fc13e6cfd51 to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python:sha256-e9a466d7e1cd60249b2b339b8eb3b4e6a7d0aa12b440c5ae71d23fc13e6cfd51...128Copying registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python@sha256:e9a466d7e1cd60249b2b339b8eb3b4e6a7d0aa12b440c5ae71d23fc13e6cfd51 to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python:3.9.21...129Copied registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python:eb1c450e6950170ce6e31ba27156c3a5fd58a773 to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python:3.9.21130Image information for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python:3.9.21:131mediaType: application/vnd.docker.distribution.manifest.v2+json132Compressed image size: 177730908133NOTICE: only single arch was specified for registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python:3.9.21134SKIP_IMAGE_VERIFICATION set. Not verifying image.135Copied registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python:eb1c450e6950170ce6e31ba27156c3a5fd58a773 to registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-python:3.9.21136$ echo -n "${CONTAINER_VERSION}" > artifacts/container_versions/gitlab-python_tag.txt138Running after script...139$ if [[ "${CI_COMMIT_TAG}" == *-ubi || "${CI_COMMIT_REF_NAME}" == *-ubi ]]; then140$ if [ "${FIPS_PIPELINE}" = "true" ]; then141$ source build-scripts/build.sh142$ list_artifacts143==== Artifacts Summary ====1444.0K artifacts/images/gitlab-python.txt1458.0K artifacts/images1464.0K artifacts/final1474.0K artifacts/container_versions/gitlab-python_tag.txt1484.0K artifacts/container_versions/debian.txt14912K artifacts/container_versions15028K artifacts/151===========================152$ cleanup_mock_tags154Uploading artifacts...155artifacts/: found 7 matching artifact files and directories 156WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/9305422267/artifacts?artifact_format=zip&artifact_type=archive new-url=https://gitlab.com157WARNING: Retrying... context=artifacts-uploader error=request redirected158Uploading artifacts as "archive" to coordinator... 201 Created id=9305422267 responseStatus=201 Created token=glcbt-66160Job succeeded