Running with gitlab-runner 13.12.0 (7a6612da)  on dsop-shared-gitlab-runner-5fcd8977b8-m6qmr JrExJ6yx  feature flags: FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY:false section_start:1630944324:resolve_secrets Resolving secrets section_end:1630944324:resolve_secrets section_start:1630944324:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runner-ironbank-dsop Using Kubernetes executor with image registry1.dso.mil/ironbank/ironbank-pipelines/rootless-podman:0.2 ... Using attach strategy to execute scripts... section_end:1630944324:prepare_executor section_start:1630944324:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-jrexj6yx-project-178-concurrent-09mrdp to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-jrexj6yx-project-178-concurrent-09mrdp to be running, status is Pending ContainersNotInitialized: "containers with incomplete status: [istio-init]" ContainersNotReady: "containers with unready status: [build helper istio-proxy]" ContainersNotReady: "containers with unready status: [build helper istio-proxy]" Running on runner-jrexj6yx-project-178-concurrent-09mrdp via dsop-shared-gitlab-runner-5fcd8977b8-m6qmr... section_end:1630944330:prepare_script section_start:1630944330:get_sources Getting source from Git repository $ until [ $(curl --fail --silent --output /dev/stderr --write-out "%{http_code}" localhost:15020/healthz/ready) -eq 200 ]; do echo Waiting for Sidecar; sleep 3 ; done ; echo Sidecar available; Sidecar available Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/JrExJ6yx/0/dsop/atlassian/jira-data-center/jira-node/.git/ Created fresh repository. Checking out 6630432a as master... Skipping Git submodules setup section_end:1630944332:get_sources section_start:1630944332:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (6276117)... Downloading artifacts from coordinator... ok  id=6276117 responseStatus=200 OK token=eyFwXUyP WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (6276119)... Downloading artifacts from coordinator... ok  id=6276119 responseStatus=200 OK token=dsg8A8KX WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (6276114)... Downloading artifacts from coordinator... ok  id=6276114 responseStatus=200 OK token=gzhFr2yf WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (6276118)... Downloading artifacts from coordinator... ok  id=6276118 responseStatus=200 OK token=FoP6yu9s WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1630944338:download_artifacts section_start:1630944338: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/atlassian-jira-software-8.18.1.tar.gz' -> './atlassian-jira-software-8.18.1.tar.gz' 'ci-artifacts/import-artifacts/external-resources/dumb-init-1.2.2-6.el8.x86_64.rpm' -> './dumb-init-1.2.2-6.el8.x86_64.rpm' 'ci-artifacts/import-artifacts/external-resources/jira-servicedesk-application-4.18.1.obr' -> './jira-servicedesk-application-4.18.1.obr' 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/openjdk/openjdk11:1.11 Trying to pull registry1.dso.mil/ironbank/redhat/openjdk/openjdk11:1.11... Getting image source signatures Copying blob sha256:db2f50b75fc09a20e8d9c497d96ad384fbeacf7e77df71e4c7b578d4c07fccce Copying blob sha256:361ab352f363f6ec6a580e3cfcf5dca838fb183986a9850dba165161b137d3bb Copying blob sha256:96476a77b28db43fcb170401c287700d91d95cdff9c06e5ea7b48289d40a8e57 Copying blob sha256:95ae4d3d4bf1734b58d0e2618f554a0c941f3b145232acae8337110989ca55c8 Copying config sha256:28a773cb2c9ca0b1c26c6fc9ec03d65e6b8c9358e52f8924d730d769c58c4a5d Writing manifest to image destination Storing signatures STEP 2: ENV RUN_USER jira STEP 3: ENV RUN_GROUP jira STEP 4: ENV RUN_UID 2001 STEP 5: ENV RUN_GID 2001 STEP 6: ENV JIRA_HOME /var/atlassian/application-data/jira STEP 7: ENV JIRA_INSTALL_DIR /opt/atlassian/jira STEP 8: WORKDIR $JIRA_HOME STEP 9: EXPOSE 8080 STEP 10: EXPOSE 40001 STEP 11: CMD ["/entrypoint.py"] STEP 12: ENTRYPOINT ["/usr/bin/tini", "--"] STEP 13: USER root STEP 14: COPY dumb-init-1.2.2-6.el8.x86_64.rpm /opt/ STEP 15: RUN dnf -y update && dnf -y upgrade && dnf -y install fontconfig python3 python3-jinja2 unzip && rpm -Uvh /opt/dumb-init-1.2.2-6.el8.x86_64.rpm Red Hat Universal Base Image 8 (RPMs) - BaseOS 79 kB/s | 790 kB 00:10 Red Hat Universal Base Image 8 (RPMs) - AppStre 247 kB/s | 2.4 MB 00:09 Red Hat Universal Base Image 8 (RPMs) - CodeRea 1.5 kB/s | 14 kB 00:09 Dependencies resolved. Nothing to do. Complete! Last metadata expiration check: 0:00:01 ago on Mon Sep 6 16:06:45 2021. Dependencies resolved. Nothing to do. Complete! Last metadata expiration check: 0:00:02 ago on Mon Sep 6 16:06:45 2021. Package fontconfig-2.13.1-3.el8.x86_64 is already installed. Dependencies resolved. ========================================================================================== Package Arch Version Repository Size ========================================================================================== Installing: python3-jinja2 noarch 2.10.1-2.el8_0 ubi-8-appstream 538 k python36 x86_64 3.6.8-2.module+el8.1.0+3334+5cb623d7 ubi-8-appstream 19 k unzip x86_64 6.0-45.el8_4 ubi-8-baseos 195 k Installing dependencies: platform-python-pip noarch 9.0.3-19.el8 ubi-8-baseos 1.7 M python3-babel noarch 2.5.1-5.el8 ubi-8-appstream 4.8 M python3-markupsafe x86_64 0.23-19.el8 ubi-8-appstream 39 k python3-pip noarch 9.0.3-19.el8 ubi-8-appstream 20 k python3-pytz noarch 2017.2-9.el8 ubi-8-appstream 54 k python3-setuptools noarch 39.2.0-6.el8 ubi-8-baseos 163 k Enabling module streams: python36 3.6 Transaction Summary ========================================================================================== Install 9 Packages Total download size: 7.5 M Installed size: 31 M Downloading Packages: [MIRROR] python3-setuptools-39.2.0-6.el8.noarch.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/python3-setuptools-39.2.0-6.el8.noarch.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] [MIRROR] platform-python-pip-9.0.3-19.el8.noarch.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/platform-python-pip-9.0.3-19.el8.noarch.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] [MIRROR] unzip-6.0-45.el8_4.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/u/unzip-6.0-45.el8_4.x86_64.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] (1/9): python3-setuptools-39.2.0-6.el8.noarch.r 32 kB/s | 163 kB 00:05 (2/9): unzip-6.0-45.el8_4.x86_64.rpm 39 kB/s | 195 kB 00:05 (3/9): platform-python-pip-9.0.3-19.el8.noarch. 345 kB/s | 1.7 MB 00:05 [MIRROR] python3-babel-2.5.1-5.el8.noarch.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/appstream/os/Packages/p/python3-babel-2.5.1-5.el8.noarch.rpm [Operation timed out after 5001 milliseconds with 0 out of 0 bytes received] [MIRROR] python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_64.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/appstream/os/Packages/p/python36-3.6.8-2.module%2bel8.1.0%2b3334%2b5cb623d7.x86_64.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] (4/9): python36-3.6.8-2.module+el8.1.0+3334+5cb 3.8 kB/s | 19 kB 00:05 [MIRROR] python3-markupsafe-0.23-19.el8.x86_64.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/appstream/os/Packages/p/python3-markupsafe-0.23-19.el8.x86_64.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] (5/9): python3-jinja2-2.10.1-2.el8_0.noarch.rpm 47 MB/s | 538 kB 00:00 (6/9): python3-markupsafe-0.23-19.el8.x86_64.rp 7.7 kB/s | 39 kB 00:05 (7/9): python3-pip-9.0.3-19.el8.noarch.rpm 8.6 MB/s | 20 kB 00:00 (8/9): python3-pytz-2017.2-9.el8.noarch.rpm 23 MB/s | 54 kB 00:00 (9/9): python3-babel-2.5.1-5.el8.noarch.rpm 971 kB/s | 4.8 MB 00:05 -------------------------------------------------------------------------------- Total 762 kB/s | 7.5 MB 00:10 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : python3-pytz-2017.2-9.el8.noarch 1/9 Installing : python3-babel-2.5.1-5.el8.noarch 2/9 Installing : python3-markupsafe-0.23-19.el8.x86_64 3/9 Installing : platform-python-pip-9.0.3-19.el8.noarch 4/9 Installing : python3-setuptools-39.2.0-6.el8.noarch 5/9 Installing : python3-pip-9.0.3-19.el8.noarch 6/9 Installing : python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_64 7/9 Running scriptlet: python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_64 7/9 Installing : python3-jinja2-2.10.1-2.el8_0.noarch 8/9 Installing : unzip-6.0-45.el8_4.x86_64 9/9 Running scriptlet: unzip-6.0-45.el8_4.x86_64 9/9 Verifying : python3-setuptools-39.2.0-6.el8.noarch 1/9 Verifying : platform-python-pip-9.0.3-19.el8.noarch 2/9 Verifying : unzip-6.0-45.el8_4.x86_64 3/9 Verifying : python3-babel-2.5.1-5.el8.noarch 4/9 Verifying : python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_64 5/9 Verifying : python3-markupsafe-0.23-19.el8.x86_64 6/9 Verifying : python3-jinja2-2.10.1-2.el8_0.noarch 7/9 Verifying : python3-pip-9.0.3-19.el8.noarch 8/9 Verifying : python3-pytz-2017.2-9.el8.noarch 9/9 Installed products updated. Installed: platform-python-pip-9.0.3-19.el8.noarch python3-babel-2.5.1-5.el8.noarch python3-jinja2-2.10.1-2.el8_0.noarch python3-markupsafe-0.23-19.el8.x86_64 python3-pip-9.0.3-19.el8.noarch python3-pytz-2017.2-9.el8.noarch python3-setuptools-39.2.0-6.el8.noarch python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_64 unzip-6.0-45.el8_4.x86_64 Complete! Verifying... ######################################## Preparing... ######################################## Updating / installing... dumb-init-1.2.2-6.el8 ######################################## STEP 16: ARG JIRA_VERSION=8.18.1 STEP 17: ARG JSM_VERSION=4.18.1 STEP 18: ARG ARTEFACT_NAME=atlassian-jira-software STEP 19: COPY atlassian-jira-software-${JIRA_VERSION}.tar.gz /opt/ STEP 20: COPY jira-servicedesk-application-${JSM_VERSION}.obr /opt/ STEP 21: RUN groupadd --gid ${RUN_GID} ${RUN_GROUP} && useradd --uid ${RUN_UID} --gid ${RUN_GID} --home-dir ${JIRA_HOME} --shell /bin/bash ${RUN_USER} && echo PATH=$PATH > /etc/environment && mkdir -p ${JIRA_INSTALL_DIR} && tar -xzf /opt/atlassian-jira-software-${JIRA_VERSION}.tar.gz --strip-components 1 -C /opt/atlassian/jira/ && chmod -R "u=rwX,g=rX,o=rX" ${JIRA_INSTALL_DIR}/ && chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && sed -i -e 's/^JVM_SUPPORT_RECOMMENDED_ARGS=""$/: \${JVM_SUPPORT_RECOMMENDED_ARGS:=""}/g' ${JIRA_INSTALL_DIR}/bin/setenv.sh && sed -i -e 's/^JVM_\(.*\)_MEMORY="\(.*\)"$/: \${JVM_\1_MEMORY:=\2}/g' ${JIRA_INSTALL_DIR}/bin/setenv.sh && sed -i -e 's/-XX:ReservedCodeCacheSize=\([0-9]\+[kmg]\)/-XX:ReservedCodeCacheSize=${JVM_RESERVED_CODE_CACHE_SIZE:=\1}/g' ${JIRA_INSTALL_DIR}/bin/setenv.sh useradd: warning: the home directory already exists. Not copying any file from skel directory into it. STEP 22: RUN unzip /opt/jira-servicedesk-application-${JSM_VERSION}.obr -d /opt/jsm && ls /opt/jsm/dependencies/*.jar 1> /dev/null 2>&1 && mkdir -p ${JIRA_HOME}/plugins/installed-plugins/ && cp /opt/jsm/dependencies/*.jar ${JIRA_HOME}/plugins/installed-plugins/ && cp /opt/jsm/*.jar ${JIRA_HOME}/plugins/installed-plugins/ Archive: /opt/jira-servicedesk-application-4.18.1.obr inflating: /opt/jsm/META-INF/MANIFEST.MF creating: /opt/jsm/dependencies/ inflating: /opt/jsm/obr.xml inflating: /opt/jsm/jira-servicedesk-application-4.18.1.jar inflating: /opt/jsm/dependencies/atlassian-chaperone-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/servicedesk-reports-plugin-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/servicedesk-search-plugin-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/servicedesk-lingo-integration-plugin-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/servicedesk-automation-plugin-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/servicedesk-project-ui-plugin-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/querydsl-4.1.4-provider-plugin-1.0.jar inflating: /opt/jsm/dependencies/servicedesk-approvals-plugin-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/insight-9.0.12.jar inflating: /opt/jsm/dependencies/atlassian-frontend-runtime-plugin-0.2.0.jar inflating: /opt/jsm/dependencies/servicedesk-automation-modules-plugin-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/atlassian-timed-promise-plugin-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/jwt-plugin-3.2.0.jar inflating: /opt/jsm/dependencies/servicedesk-variable-substitution-plugin-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/servicedesk-internal-base-plugin-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/atlassian-client-resource-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/servicedesk-frontend-plugin-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/servicedesk-core-ui-plugin-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/jira-assets-plugin-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/jira-servicedesk-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/incident-management-plugin-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/servicedesk-notifications-plugin-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/servicedesk-automation-then-webhook-plugin-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/atlassian-pocketknife-api-commons-plugin-1.0.7.jar inflating: /opt/jsm/dependencies/servicedesk-canned-responses-plugin-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/servicedesk-lingo-plugin-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/jira-workinghours-plugin-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/servicedesk-knowledge-base-plugin-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/jira-email-processor-plugin-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/psmq-plugin-4.18.1-REL-0013.jar inflating: /opt/jsm/dependencies/jira-servicedesk-public-rest-api-plugin-4.18.1-REL-0013.jar STEP 23: RUN touch /etc/container_id && chown ${RUN_USER}:${RUN_GROUP} /etc/container_id && chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_HOME} STEP 24: VOLUME ["${JIRA_HOME}"] # Must be declared after setting perms STEP 25: COPY scripts/entrypoint.py scripts/entrypoint_helpers.py / STEP 26: COPY scripts/shared-components/support /opt/atlassian/support STEP 27: COPY config/* /opt/atlassian/etc/ STEP 28: RUN rm -rf /opt/dumb-init-1.2.2-6.el8.x86_64.rpm && dnf clean all && rm -rf /opt/${ARTEFACT_NAME}-${JIRA_VERSION}.tar.gz 25 files removed STEP 29: RUN rm -rf /opt/jira-servicedesk-application-{$JSM_VERSION}.obr && rm -rf /opt/jsm && dnf -y remove unzip Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Removing: unzip x86_64 6.0-45.el8_4 @ubi-8-baseos 414 k Transaction Summary ================================================================================ Remove 1 Package Freed space: 414 k Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Erasing : unzip-6.0-45.el8_4.x86_64 1/1 Running scriptlet: unzip-6.0-45.el8_4.x86_64 1/1 Verifying : unzip-6.0-45.el8_4.x86_64 1/1 Installed products updated. Removed: unzip-6.0-45.el8_4.x86_64 Complete! STEP 30: HEALTHCHECK --start-period=5m --interval=3m --timeout=3s CMD curl -f http://localhost:8080/ || exit 1 STEP 31: USER ${RUN_USER} STEP 32: ENTRYPOINT ["/entrypoint.py"] STEP 33: CMD ["${JIRA_INSTALL_DIR}/bin/catalina.sh", "run"] STEP 34: COMMIT registry1.dso.mil/ironbank-staging/atlassian/jira-data-center/jira-node Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:a7289086c95c733fa09dcfd84e354b7c88469dc5dc470dc53a2dfa9e83cae53b Copying blob sha256:87ccde955963aad1769099dcfebfab9d686d4337f405d562b310af028930ccaf Copying blob sha256:8048161d54531c9ffa526fda9670d2ff381b3518be9f8eb023d1b9f67ed19c7f Copying config sha256:7a252bd68edb11fb61aa2a36973117445393cef6bbe2dc303fbaf8f21741a09c Writing manifest to image destination Storing signatures --> 7a252bd68ed Successfully tagged registry1.dso.mil/ironbank-staging/atlassian/jira-data-center/jira-node:latest 7a252bd68edb11fb61aa2a36973117445393cef6bbe2dc303fbaf8f21741a09c + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/atlassian/jira-data-center/jira-node registry1.dso.mil/ironbank-staging/atlassian/jira-data-center/jira-node:ibci-463321 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/atlassian/jira-data-center/jira-node:ibci-463321 Getting image source signatures Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:87ccde955963aad1769099dcfebfab9d686d4337f405d562b310af028930ccaf Copying blob sha256:a7289086c95c733fa09dcfd84e354b7c88469dc5dc470dc53a2dfa9e83cae53b Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:8048161d54531c9ffa526fda9670d2ff381b3518be9f8eb023d1b9f67ed19c7f Copying config sha256:7a252bd68edb11fb61aa2a36973117445393cef6bbe2dc303fbaf8f21741a09c Writing manifest to image destination Storing signatures + echo 'Read the tags' 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/atlassian/jira-data-center/jira-node registry1.dso.mil/ironbank-staging/atlassian/jira-data-center/jira-node:8.18.1 + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/atlassian/jira-data-center/jira-node:8.18.1 Getting image source signatures Copying blob sha256:87ccde955963aad1769099dcfebfab9d686d4337f405d562b310af028930ccaf Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:8048161d54531c9ffa526fda9670d2ff381b3518be9f8eb023d1b9f67ed19c7f Copying blob sha256:a7289086c95c733fa09dcfd84e354b7c88469dc5dc470dc53a2dfa9e83cae53b Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying config sha256:7a252bd68edb11fb61aa2a36973117445393cef6bbe2dc303fbaf8f21741a09c Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/atlassian/jira-data-center/jira-node registry1.dso.mil/ironbank-staging/atlassian/jira-data-center/jira-node:latest + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/atlassian/jira-data-center/jira-node:latest Getting image source signatures Copying blob sha256:a7289086c95c733fa09dcfd84e354b7c88469dc5dc470dc53a2dfa9e83cae53b Copying blob sha256:87ccde955963aad1769099dcfebfab9d686d4337f405d562b310af028930ccaf Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:8048161d54531c9ffa526fda9670d2ff381b3518be9f8eb023d1b9f67ed19c7f Copying config sha256:7a252bd68edb11fb61aa2a36973117445393cef6bbe2dc303fbaf8f21741a09c Writing manifest to image destination Storing signatures + IFS= + read -r tag ++ podman inspect --storage-driver=vfs registry1.dso.mil/ironbank-staging/atlassian/jira-data-center/jira-node --format '{{.Id}}' + IMAGE_ID=sha256:7a252bd68edb11fb61aa2a36973117445393cef6bbe2dc303fbaf8f21741a09c + echo IMAGE_ID=sha256:7a252bd68edb11fb61aa2a36973117445393cef6bbe2dc303fbaf8f21741a09c + IMAGE_PODMAN_SHA=sha256:b2a2a7fba66d0de29f97a5a568dcb27af1740b11a3de53ec805c495ecc2d3e2f + echo IMAGE_PODMAN_SHA=sha256:b2a2a7fba66d0de29f97a5a568dcb27af1740b11a3de53ec805c495ecc2d3e2f + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/atlassian/jira-data-center/jira-node:ibci-463321 + echo IMAGE_NAME=atlassian/jira-data-center/jira-node + branches=("master" "development") + [[ master development =~ master ]] + msg='A tarball of the built image can be retrieved from the documentation job artifacts.' + echo 'A tarball of the built image can be retrieved from the documentation job artifacts.' A tarball of the built image can be retrieved from the documentation job artifacts. section_end:1630944803:step_script section_start:1630944803: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=6276121 responseStatus=201 Created token=1zmyeD2V Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=6276121 responseStatus=201 Created token=1zmyeD2V section_end:1630944805:upload_artifacts_on_success section_start:1630944805:cleanup_file_variables Cleaning up file based variables section_end:1630944806:cleanup_file_variables Job succeeded