cfssl-self-sign
Passed Started
by
@c_fons

Chloe Fons
1Running with gitlab-runner 17.7.0~pre.103.g896916a8 (896916a8)2 on green-7.private.runners-manager.gitlab.com/gitlab.com/gitlab-org t2__PsGT_, system ID: s_361e5610a10e3 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-t2psgt-project-7682093-concurrent-0 via runner-t2psgt-private-1741084462-357e789c...18Fetching changes...19Reinitialized existing Git repository in /builds/gitlab-org/build/CNG-mirror/.git/20Checking out a92931cf as detached HEAD (ref is master)...21Removing artifacts/22Removing gitlab-toolbox/shared/23Skipping Git submodules setup24$ git remote set-url origin "${CI_REPOSITORY_URL}"26Downloading artifacts for alpine-stable (9305422214)...27Downloading artifacts from coordinator... ok host=storage.googleapis.com id=9305422214 responseStatus=200 OK token=glcbt-6629Using 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 ...30$ if [[ $CI_COMMIT_TAG =~ $AUTO_DEPLOY_TAG_REGEX ]] && [[ "${AUTO_DEPLOY_COMPILE_ASSETS}" == "true" ]]; then # collapsed multi-line command31$ IFS="," read -ra _archs <<< "${PLATFORMS}"32$ mkdir -p artifacts/images artifacts/container_versions artifacts/final33$ source build-scripts/build.sh34$ if [[ "${CI_COMMIT_TAG}" == *-ubi || "${CI_COMMIT_REF_NAME}" == *-ubi ]]; then35$ if [ "${FIPS_PIPELINE}" = "true" ]; then36$ export {CONTAINER_VERSION,BASE_VERSION}=$(get_version gitlab-base)37$ export TARGET_VERSION=$(get_target_version)38$ docker login -u "$CI_DEPENDENCY_PROXY_USER" -p "$CI_DEPENDENCY_PROXY_PASSWORD" "$CI_DEPENDENCY_PROXY_SERVER"39WARNING! Using --password via the CLI is insecure. Use --password-stdin.40Login Succeeded41WARNING! Your password will be stored unencrypted in /root/.docker/config.json.42Configure a credential helper to remove this warning. See44$ docker login -u gitlab-ci-token -p "$CI_JOB_TOKEN" "$CI_REGISTRY"45WARNING! Using --password via the CLI is insecure. Use --password-stdin.46WARNING! Your password will be stored unencrypted in /root/.docker/config.json.47Configure a credential helper to remove this warning. See49Login Succeeded50$ if [ "${DISABLE_BUILDX_CLUSTER}" != "true" ]; then51$ docker buildx create --use --driver-opt="image=${BUILDKIT_IMAGE}"52romantic_keller53$ fi54$ docker buildx inspect --bootstrap55#1 [internal] booting buildkit56#1 pulling image moby/buildkit:v0.20.057#1 pulling image moby/buildkit:v0.20.0 3.0s done58#1 creating container buildx_buildkit_romantic_keller059#1 creating container buildx_buildkit_romantic_keller0 3.5s done60#1 DONE 6.5s61Name: romantic_keller62Driver: docker-container63Last Activity: 2025-03-04 11:52:02 +0000 UTC64Nodes:65Name: romantic_keller066Endpoint: tcp://docker:237567Driver Options: image="moby/buildkit:v0.20.0"68Status: running69Buildkit: v0.20.070Platforms: 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/v671Labels:72 org.mobyproject.buildkit.worker.executor: oci73 org.mobyproject.buildkit.worker.hostname: bfd18ccfdc3c74 org.mobyproject.buildkit.worker.network: host75 org.mobyproject.buildkit.worker.oci.process-mode: sandbox76 org.mobyproject.buildkit.worker.selinux.enabled: false77 org.mobyproject.buildkit.worker.snapshotter: overlayfs78GC Policy rule#0:79 All: false80 Filters: type==source.local,type==exec.cachemount,type==source.git.checkout81 Keep Duration: 48h0m0s82GC Policy rule#1:83 All: false84 Keep Duration: 1440h0m0s85 Keep Bytes: 9.313GiB86GC Policy rule#2:87 All: false88 Keep Bytes: 9.313GiB89GC Policy rule#3:90 All: true91 Keep Bytes: 9.313GiB92$ populate_stable_image_vars93ALPINE_BUILD_ARGS: --build-arg ALPINE_IMAGE=alpine:3.15@sha256:19b4bcc4f60e99dd5ebdca0cbce22c503bbcff197549d7e19dab4f22254dc86494$ export VERSION_COMPONENTS="$TARGET_VERSION$CFSSL_VERSION"95$ if force_zstd_build || is_zstd_build; then96$ export CONTAINER_VERSION=($(echo -n "${VERSION_COMPONENTS}" | sha1sum))97$ build_if_needed --build-arg "CFSSL_VERSION=$CFSSL_VERSION" --build-arg "CFSSL_CHECKSUM_SHA256=$CFSSL_CHECKSUM_SHA256" $ALPINE_BUILD_ARGS $UBI_BUILD_ARGS98/builds/gitlab-org/build/CNG-mirror/cfssl-self-sign /builds/gitlab-org/build/CNG-mirror99/builds/gitlab-org/build/CNG-mirror100NOTICE: only single arch was specified for registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign:3742f7494c22f3971cbed19b3046cf575e031703101Image exists already and will not be built again.102Image exists - registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign:3742f7494c22f3971cbed19b3046cf575e031703@sha256:f2ca15769a944b932c2f3fa09e72e55947d2ff22e8579ce60e34ec5cbcf2d69d103SKIP_IMAGE_SIGNING set. Not signing image.104$ push_tags105Pipeline triggered by upstream 'gitlab-org/gitlab' project106No version specified. Using upstream ref name to tag image107NOTICE: only single arch was specified for registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign:3742f7494c22f3971cbed19b3046cf575e031703108SKIP_IMAGE_VERIFICATION set. Not verifying image.109Image information for registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign:3742f7494c22f3971cbed19b3046cf575e031703:110mediaType: application/vnd.docker.distribution.manifest.v2+json111Compressed image size: 13112761112Copying registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign@sha256:f2ca15769a944b932c2f3fa09e72e55947d2ff22e8579ce60e34ec5cbcf2d69d to registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign:sha256-f2ca15769a944b932c2f3fa09e72e55947d2ff22e8579ce60e34ec5cbcf2d69d...113Copying registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign@sha256:f2ca15769a944b932c2f3fa09e72e55947d2ff22e8579ce60e34ec5cbcf2d69d to registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign:417610-isolating-event-logic-from-replicators...114Copied registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign:3742f7494c22f3971cbed19b3046cf575e031703 to registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign:417610-isolating-event-logic-from-replicators115Image information for registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign:417610-isolating-event-logic-from-replicators:116mediaType: application/vnd.docker.distribution.manifest.v2+json117Compressed image size: 13112761118NOTICE: only single arch was specified for registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign:417610-isolating-event-logic-from-replicators119SKIP_IMAGE_VERIFICATION set. Not verifying image.120Copied registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign:3742f7494c22f3971cbed19b3046cf575e031703 to registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign:417610-isolating-event-logic-from-replicators121$ push_tags "${CFSSL_VERSION}${IMAGE_TAG_EXT}"122Pipeline running against default branch or stable tag. Using specified version as the image tag.123NOTICE: only single arch was specified for registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign:3742f7494c22f3971cbed19b3046cf575e031703124SKIP_IMAGE_VERIFICATION set. Not verifying image.125Image information for registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign:3742f7494c22f3971cbed19b3046cf575e031703:126mediaType: application/vnd.docker.distribution.manifest.v2+json127Compressed image size: 13112761128Copying registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign@sha256:f2ca15769a944b932c2f3fa09e72e55947d2ff22e8579ce60e34ec5cbcf2d69d to registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign:sha256-f2ca15769a944b932c2f3fa09e72e55947d2ff22e8579ce60e34ec5cbcf2d69d...129Copying registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign@sha256:f2ca15769a944b932c2f3fa09e72e55947d2ff22e8579ce60e34ec5cbcf2d69d to registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign:1.6.1...130Copied registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign:3742f7494c22f3971cbed19b3046cf575e031703 to registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign:1.6.1131Image information for registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign:1.6.1:132mediaType: application/vnd.docker.distribution.manifest.v2+json133Compressed image size: 13112761134NOTICE: only single arch was specified for registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign:1.6.1135SKIP_IMAGE_VERIFICATION set. Not verifying image.136Copied registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign:3742f7494c22f3971cbed19b3046cf575e031703 to registry.gitlab.com/gitlab-org/build/cng-mirror/cfssl-self-sign:1.6.1138Running 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/cfssl-self-sign.txt1458.0K artifacts/images1464.0K artifacts/final/cfssl-self-sign.txt1478.0K artifacts/final1484.0K artifacts/container_versions/alpine.txt1498.0K 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/9305422248/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=9305422248 responseStatus=201 Created token=glcbt-66160Job succeeded