postgresql
Passed Started
by
@annabeldunstone
Annabel Dunstone Gray
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on blue-4.private.runners-manager.gitlab.com/gitlab.com/gitlab-org tDjA3Sp33 feature flags: FF_DISABLE_UMASK_FOR_DOCKER_EXECUTOR:true, FF_USE_IMPROVED_URL_MASKING:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-omnibus-builder/ruby_docker:3.1.0 ...7Starting service docker:20.10.15-dind ...8Pulling docker image docker:20.10.15-dind ...9Using docker image sha256:38003cc3a7ba9abd5e2a3f94c797f237f139118df6af1c0838a6d4ea021b0c6f for docker:20.10.15-dind with digest docker@sha256:fb9cc626282893e4c7af33821af0ea7f6f8349d06955fef47efed35d6dbfc518 ...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/ruby_docker:3.1.0 ...13Using docker image sha256:f765af5b7f48834c4182622c50a8b08ef28ace8a1a9d9a3a45b97480fe70ec3e for registry.gitlab.com/gitlab-org/gitlab-omnibus-builder/ruby_docker:3.1.0 with digest registry.gitlab.com/gitlab-org/gitlab-omnibus-builder/ruby_docker@sha256:9d264a1d809eeaea696a8a42b193d32fc88a27a59987623c1b527fe4c99fdb23 ...14Not using umask - FF_DISABLE_UMASK_FOR_DOCKER_EXECUTOR is set!16Running on runner-tdja3sp3-project-7682093-concurrent-0 via runner-tdja3sp3-private-1671040158-60fa5b88...18$ eval "$CI_PRE_CLONE_SCRIPT"19Fetching changes...20Reinitialized existing Git repository in /builds/gitlab-org/build/CNG-mirror/.git/21Checking out 36b8d450 as master...22Removing artifacts/23Skipping Git submodules setup24$ git remote set-url origin "${CI_REPOSITORY_URL}"26Downloading artifacts for debian-stable (3475200027)...27Downloading artifacts from coordinator... ok id=3475200027 responseStatus=200 OK token=DqSHxEyH29Using docker image sha256:f765af5b7f48834c4182622c50a8b08ef28ace8a1a9d9a3a45b97480fe70ec3e for registry.gitlab.com/gitlab-org/gitlab-omnibus-builder/ruby_docker:3.1.0 with digest registry.gitlab.com/gitlab-org/gitlab-omnibus-builder/ruby_docker@sha256:9d264a1d809eeaea696a8a42b193d32fc88a27a59987623c1b527fe4c99fdb23 ...30$ if [[ $CI_COMMIT_TAG =~ $AUTO_DEPLOY_TAG_REGEX ]]; then # collapsed multi-line command31$ mkdir -p artifacts/images artifacts/container_versions artifacts/final32$ source build-scripts/build.sh33$ if [[ "${CI_COMMIT_TAG}" == *-ubi8 || "${CI_COMMIT_REF_NAME}" == *-ubi8 ]]; 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$ populate_stable_image_vars50DEBIAN_BUILD_ARGS: --build-arg DEBIAN_IMAGE=debian:bullseye-slim@sha256:98de137b613dfc97f6b1eaa2f2d0a167eec4c5b72e2a34fd215aa51c3dcc3a8651$ export CONTAINER_VERSION=($(echo -n "$TARGET_VERSION$PG_VERSION" | sha1sum))52$ build_if_needed --build-arg "PG_VERSION=$PG_VERSION" $DEBIAN_BUILD_ARGS53/builds/gitlab-org/build/CNG-mirror/postgresql /builds/gitlab-org/build/CNG-mirror54/builds/gitlab-org/build/CNG-mirror55$ push_tags56No version specified. Using commit ref slug as the image tag.57The push refers to repository [registry.gitlab.com/gitlab-org/build/cng-mirror/postgresql]58df81e79b33a8: Preparing59df81e79b33a8: Layer already exists60master: digest: sha256:470c5d7dea041db02604323e4bc1425dbe182a1249244621c5ef2c3de64f6d92 size: 52861$ push_tags $PG_VERSION${IMAGE_TAG_EXT}62Pipeline running against default branch or stable tag. Using specified version as the image tag.63The push refers to repository [registry.gitlab.com/gitlab-org/build/cng-mirror/postgresql]64df81e79b33a8: Preparing65df81e79b33a8: Layer already exists6615.1: digest: sha256:470c5d7dea041db02604323e4bc1425dbe182a1249244621c5ef2c3de64f6d92 size: 52867$ echo -n "${CONTAINER_VERSION}" > artifacts/container_versions/postgresql_tag.txt69Uploading artifacts...70artifacts/: found 7 matching files and directories 71WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3475200035/artifacts?artifact_format=zip&artifact_type=archive new-url=https://gitlab.com72WARNING: Retrying... context=artifacts-uploader error=request redirected73Uploading artifacts as "archive" to coordinator... 201 Created id=3475200035 responseStatus=201 Created token=DqSHxEyH75Job succeeded