Running with gitlab-runner 13.8.0 (775dd39d)  on dsop-shared-gitlab-runner-5f4b468dff-8vfv5 BsbAJu5w section_start:1622141166:resolve_secrets Resolving secrets section_end:1622141166:resolve_secrets section_start:1622141166:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runner-ironbank-dsop WARNING: Pulling GitLab Runner helper image from Docker Hub. Helper image is migrating to registry.gitlab.com, for more information see https://docs.gitlab.com/runner/configuration/advanced-configuration.html#migrating-helper-image-to-registrygitlabcom Using Kubernetes executor with image registry1.dso.mil/ironbank/ironbank-pipelines/rootless-podman:0.1 ... section_end:1622141166:prepare_executor section_start:1622141166:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-bsbaju5w-project-1873-concurrent-0l9kp7 to be running, status is Pending Running on runner-bsbaju5w-project-1873-concurrent-0l9kp7 via dsop-shared-gitlab-runner-5f4b468dff-8vfv5... section_end:1622141169:prepare_script section_start:1622141169:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/dsop/opensource/apache/couchdb_3/.git/ Created fresh repository. Checking out 1f7439d4 as development... Skipping Git submodules setup section_end:1622141170:get_sources section_start:1622141170:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (3632427)... Downloading artifacts from coordinator... ok  id=3632427 responseStatus=200 OK token=UPtiTEFH Downloading artifacts for import-artifacts (3632429)... Downloading artifacts from coordinator... ok  id=3632429 responseStatus=200 OK token=ykqhuUaP Downloading artifacts for load-scripts (3632424)... Downloading artifacts from coordinator... ok  id=3632424 responseStatus=200 OK token=NRx2HxoD Downloading artifacts for wl-compare-lint (3632428)... Downloading artifacts from coordinator... ok  id=3632428 responseStatus=200 OK token=CwyKu2rn section_end:1622141171:download_artifacts section_start:1622141171:step_script Executing "step_script" stage of the job script $ "${PIPELINE_REPO_DIR}/stages/build/build-run.sh" Determine source registry based on branch Load any images used in Dockerfile build Load HTTP and S3 external resources 'ci-artifacts/import-artifacts/external-resources/couchdb-3.1.1-1.el8.x86_64.rpm' -> './couchdb-3.1.1-1.el8.x86_64.rpm' Converting labels from hardening manifest into command line args Converting build args from hardening manifest into command line args Build the image STEP 1: FROM registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.4 level=warning msg="missing \"RELEASE\" build argument. Try adding \"--build-arg RELEASE=\" to the command line" level=warning msg="missing \"BUILD_DATE\" build argument. Try adding \"--build-arg BUILD_DATE=\" to the command line" Getting image source signatures Copying blob sha256:744b1bdaca1a394a0c090871eaf7817b697004a9530d342d585f4d9e5c259de0 Copying blob sha256:a538c9b9760931040405e4c827d816c820fc4738284b4f51a1bb0c872fb4b45d Copying blob sha256:53732dad4680ae165f569331357b89605c03583057db7193a7a4fabdf312f061 Copying config sha256:150932f4a27ab023614afa05fb4a2499cd22d5b356fdaef684a240875857b049 Writing manifest to image destination Storing signatures STEP 2: ARG RELEASE STEP 3: ARG BUILD_DATE STEP 4: COPY couchdb-3.1.1-1.el8.x86_64.rpm /home/ STEP 5: ENV COUCHDB_VERSION 3.1.1 STEP 6: RUN set -ex; dnf update --disableplugin=subscription-manager -y && rm -rf /var/cache/yum; dnf install -y ca-certificates gnupg findutils shadow-utils; useradd -u 5984 -d /opt/couchdb -g root couchdb; groupadd -g 5984 couchdb; dnf clean all; rm -rf /var/cache/yum + dnf update --disableplugin=subscription-manager -y Red Hat Universal Base Image 8 (RPMs) - BaseOS 79 kB/s | 790 kB 00:10 Red Hat Universal Base Image 8 (RPMs) - AppStre 747 kB/s | 7.4 MB 00:10 Red Hat Universal Base Image 8 (RPMs) - CodeRea 1.4 kB/s | 14 kB 00:10 Dependencies resolved. Nothing to do. Complete! + rm -rf /var/cache/yum + dnf install -y ca-certificates gnupg findutils shadow-utils Last metadata expiration check: 0:00:01 ago on Thu May 27 18:47:03 2021. Package ca-certificates-2020.2.41-80.0.el8_2.noarch is already installed. Package gnupg2-2.2.20-2.el8.x86_64 is already installed. Package findutils-1:4.6.0-20.el8.x86_64 is already installed. Package shadow-utils-2:4.6-12.el8.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! + useradd -u 5984 -d /opt/couchdb -g root couchdb + groupadd -g 5984 couchdb + dnf clean all 25 files removed + rm -rf /var/cache/yum STEP 7: RUN set -xe; dnf install libicu mozjs60 procps -y; rpm -i /home/couchdb-3.1.1-1.el8.x86_64.rpm; rm /opt/couchdb/etc/default.d/10-filelog.ini; find /opt/couchdb \! \( -user couchdb -group 0 \) -exec chown -f couchdb:0 '{}' +; find /opt/couchdb/etc -type d ! -perm 0755 -exec chmod -f 0755 '{}' +; find /opt/couchdb/etc -type f ! -perm 0644 -exec chmod -f 0644 '{}' +; chmod 775 /opt/couchdb/data + dnf install libicu mozjs60 procps -y Red Hat Universal Base Image 8 (RPMs) - BaseOS 79 kB/s | 790 kB 00:10 Red Hat Universal Base Image 8 (RPMs) - AppStre 747 kB/s | 7.4 MB 00:10 Red Hat Universal Base Image 8 (RPMs) - CodeRea 1.4 kB/s | 14 kB 00:10 Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: libicu x86_64 60.3-2.el8_1 ubi-8-baseos 8.8 M mozjs60 x86_64 60.9.0-4.el8 ubi-8-baseos 6.6 M procps-ng x86_64 3.3.15-6.el8 ubi-8-baseos 329 k Transaction Summary ================================================================================ Install 3 Packages Total download size: 16 M Installed size: 56 M Downloading Packages: [MIRROR] procps-ng-3.3.15-6.el8.x86_64.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/p/procps-ng-3.3.15-6.el8.x86_64.rpm [Connection timed out after 5000 milliseconds] [MIRROR] mozjs60-60.9.0-4.el8.x86_64.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/m/mozjs60-60.9.0-4.el8.x86_64.rpm [Connection timed out after 5000 milliseconds] [MIRROR] libicu-60.3-2.el8_1.x86_64.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/l/libicu-60.3-2.el8_1.x86_64.rpm [Connection timed out after 5000 milliseconds] (1/3): procps-ng-3.3.15-6.el8.x86_64.rpm 66 kB/s | 329 kB 00:05 (2/3): mozjs60-60.9.0-4.el8.x86_64.rpm 1.3 MB/s | 6.6 MB 00:05 (3/3): libicu-60.3-2.el8_1.x86_64.rpm 1.7 MB/s | 8.8 MB 00:05 -------------------------------------------------------------------------------- Total 3.1 MB/s | 16 MB 00:05 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libicu-60.3-2.el8_1.x86_64 1/3 Running scriptlet: libicu-60.3-2.el8_1.x86_64 1/3 Installing : mozjs60-60.9.0-4.el8.x86_64 2/3 Installing : procps-ng-3.3.15-6.el8.x86_64 3/3 Running scriptlet: procps-ng-3.3.15-6.el8.x86_64 3/3 Verifying : procps-ng-3.3.15-6.el8.x86_64 1/3 Verifying : mozjs60-60.9.0-4.el8.x86_64 2/3 Verifying : libicu-60.3-2.el8_1.x86_64 3/3 Installed products updated. Installed: libicu-60.3-2.el8_1.x86_64 mozjs60-60.9.0-4.el8.x86_64 procps-ng-3.3.15-6.el8.x86_64 Complete! + rpm -i /home/couchdb-3.1.1-1.el8.x86_64.rpm + rm /opt/couchdb/etc/default.d/10-filelog.ini + find /opt/couchdb '!' '(' -user couchdb -group 0 ')' -exec chown -f couchdb:0 '{}' + + find /opt/couchdb/etc -type d '!' -perm 0755 -exec chmod -f 0755 '{}' + + find /opt/couchdb/etc -type f '!' -perm 0644 -exec chmod -f 0644 '{}' + + chmod 775 /opt/couchdb/data STEP 8: COPY licenses /licenses STEP 9: COPY --chown=couchdb:0 scripts/10-docker-default.ini /opt/couchdb/etc/default.d/ STEP 10: COPY --chown=couchdb:0 scripts/vm.args /opt/couchdb/etc/ STEP 11: COPY scripts/docker-entrypoint.sh /usr/local/bin STEP 12: COPY scripts/run /etc/service/couchdb/ STEP 13: RUN chmod -R 775 /etc/service/couchdb; chmod 775 /usr/local/bin/docker-entrypoint.sh; ln -s usr/local/bin/docker-entrypoint.sh /docker-entrypoint.sh STEP 14: USER couchdb STEP 15: ENTRYPOINT ["/docker-entrypoint.sh"] STEP 16: VOLUME /opt/couchdb/data STEP 17: EXPOSE 5984 4369 9100 STEP 18: CMD ["/opt/couchdb/bin/couchdb"] STEP 19: HEALTHCHECK --timeout=3s CMD curl -f http://localhost:5984/ || exit 1 STEP 20: COMMIT registry1.dso.mil/ironbank-staging/opensource/apache/couchdb_3 Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:d2e2466cad6cb0fe1b4985f4fa540783019ad3dad4c07b09707620422159f75a Copying blob sha256:e1a2ef455bdad3bd64035076b28cfc6b58bba13baf6f8664fc2d09c332fe2fba Copying config sha256:f00e5e36411dc2e418d7f8f8d6429a19490d33c231596075d06153ecdf41fe44 Writing manifest to image destination Storing signatures --> f00e5e36411 f00e5e36411dc2e418d7f8f8d6429a19490d33c231596075d06153ecdf41fe44 + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/apache/couchdb_3 registry1.dso.mil/ironbank-staging/opensource/apache/couchdb_3:281424 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/opensource/apache/couchdb_3:281424 Getting image source signatures Copying blob sha256:e1a2ef455bdad3bd64035076b28cfc6b58bba13baf6f8664fc2d09c332fe2fba Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:d2e2466cad6cb0fe1b4985f4fa540783019ad3dad4c07b09707620422159f75a Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:f00e5e36411dc2e418d7f8f8d6429a19490d33c231596075d06153ecdf41fe44 Writing manifest to image destination Storing signatures Read the tags + echo 'Read the tags' + tags_file=ci-artifacts/preflight/tags.txt + test -f ci-artifacts/preflight/tags.txt + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/apache/couchdb_3 registry1.dso.mil/ironbank-staging/opensource/apache/couchdb_3:3.1.1 + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/apache/couchdb_3:3.1.1 Getting image source signatures Copying blob sha256:d2e2466cad6cb0fe1b4985f4fa540783019ad3dad4c07b09707620422159f75a Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:e1a2ef455bdad3bd64035076b28cfc6b58bba13baf6f8664fc2d09c332fe2fba Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying config sha256:f00e5e36411dc2e418d7f8f8d6429a19490d33c231596075d06153ecdf41fe44 Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/apache/couchdb_3 registry1.dso.mil/ironbank-staging/opensource/apache/couchdb_3:latest + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/apache/couchdb_3:latest Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:e1a2ef455bdad3bd64035076b28cfc6b58bba13baf6f8664fc2d09c332fe2fba Copying blob sha256:d2e2466cad6cb0fe1b4985f4fa540783019ad3dad4c07b09707620422159f75a Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying config sha256:f00e5e36411dc2e418d7f8f8d6429a19490d33c231596075d06153ecdf41fe44 Writing manifest to image destination Storing signatures + IFS= + read -r tag ++ podman inspect --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/apache/couchdb_3 --format '{{.Id}}' time="2021-05-27T18:48:22Z" level=warning msg="Failed to detect the owner for the current cgroup: stat /sys/fs/cgroup/systemd/kubepods/burstable/podde7bddd3-6125-4df3-8b52-a6ae4c526626/0fd9a8363f602219af42877b1553253d12b0b5253b58dcadf0acca1941c2f95b: no such file or directory" + IMAGE_ID=sha256:f00e5e36411dc2e418d7f8f8d6429a19490d33c231596075d06153ecdf41fe44 + echo IMAGE_ID=sha256:f00e5e36411dc2e418d7f8f8d6429a19490d33c231596075d06153ecdf41fe44 + IMAGE_PODMAN_SHA=sha256:402767821927ae83c6ba8d7fd29f263c9b64dabd0e83df5a5746d2b93405f75e + echo IMAGE_PODMAN_SHA=sha256:402767821927ae83c6ba8d7fd29f263c9b64dabd0e83df5a5746d2b93405f75e + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/opensource/apache/couchdb_3:281424 + echo IMAGE_NAME=opensource/apache/couchdb_3 section_end:1622141302:step_script section_start:1622141302:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... ci-artifacts/build/: found 2 matching files and directories Uploading artifacts as "archive" to coordinator... ok id=3632431 responseStatus=201 Created token=uG-EM74S Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=3632431 responseStatus=201 Created token=uG-EM74S section_end:1622141303:upload_artifacts_on_success section_start:1622141303:cleanup_file_variables Cleaning up file based variables section_end:1622141304:cleanup_file_variables Job succeeded