Running with gitlab-runner 13.2.0 (353dd94e)  on global-shared-gitlab-runner-8dd6b4777-87gcx dPJcxnQf section_start:1601420642:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runner Using Kubernetes executor with image ${GITLAB_INTERNAL_REGISTRY}/ironbank-tools/ironbank-pipeline/all-in-one-fedora:1.0 ... section_end:1601420642:prepare_executor section_start:1601420642:prepare_script Preparing environment Waiting for pod gitlab-runner/runner-dpjcxnqf-project-701-concurrent-0vpr4f to be running, status is Pending Running on runner-dpjcxnqf-project-701-concurrent-0vpr4f via global-shared-gitlab-runner-8dd6b4777-87gcx... section_end:1601420646:prepare_script section_start:1601420646:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/dsop/coder-enterprise/coder-enterprise/timescale/.git/ Created fresh repository. Checking out 0ebbd133 as development... Skipping Git submodules setup section_end:1601420646:get_sources section_start:1601420646:download_artifacts Downloading artifacts Downloading artifacts for build (340711)... Dialing: tcp gitlab-webservice.gitlab.svc.cluster.local:8181 ... Downloading artifacts from coordinator... ok  id=340711 responseStatus=200 OK token=oRfc9vPo Downloading artifacts for load scripts (340705)... Dialing: tcp gitlab-webservice.gitlab.svc.cluster.local:8181 ... Downloading artifacts from coordinator... ok  id=340705 responseStatus=200 OK token=N1hQkL92 section_end:1601420650:download_artifacts section_start:1601420650:step_script Executing "step_script" stage of the job script $ podman load -i ${ARTIFACT_STORAGE}/build/${IMAGE_FILE}.tar ${STAGING_REGISTRY_URL}/${IM_NAME}:${IMG_VERSION} Getting image source signatures Copying blob sha256:a3105f1571e9a5c5802b34a6e62c5a9cd09200440072771b84970e81b010213b Copying blob sha256:2acea37b6b28a986fa6df61686e668eba93ba74054611deba8852fcc1875f124 Copying blob sha256:2ef4d19ea8cab9bc9d485ef0db272215dd112b1551022c4fa7ba630e53e47644 Copying blob sha256:25c06b21d6758cbed7c6abac7b9fd6dc707441b51055142403d52042b0243823 Copying config sha256:43c3c64e138035c2a60252ec1aebaa26ab4c5780d3be5b52d165554f78f9b016 Writing manifest to image destination Storing signatures Loaded image(s): @43c3c64e138035c2a60252ec1aebaa26ab4c5780d3be5b52d165554f78f9b016 $ echo ${IB_CONTAINER_GPG_KEY} | base64 -d > key $ mkdir -p tmp_gpg ${ARTIFACT_DIR} $ gpg --homedir ./tmp_gpg --import --batch --passphrase ${IB_CONTAINER_SIG_KEY_PASSPHRASE} key gpg: WARNING: unsafe permissions on homedir '/builds/dsop/coder-enterprise/coder-enterprise/timescale/./tmp_gpg' gpg: keybox '/builds/dsop/coder-enterprise/coder-enterprise/timescale/./tmp_gpg/pubring.kbx' created gpg: /builds/dsop/coder-enterprise/coder-enterprise/timescale/./tmp_gpg/trustdb.gpg: trustdb created gpg: key 554382BE8F44FE1A: public key "Iron Bank " imported $ echo "pinentry-mode loopback" >> ./tmp_gpg/gpg.conf gpg: key 554382BE8F44FE1A: secret key imported gpg: Total number processed: 1$ gpg --detach-sign --homedir ./tmp_gpg -o ${IMAGE_FILE}.sig --armor --yes --batch --passphrase ${IB_CONTAINER_SIG_KEY_PASSPHRASE} ${ARTIFACT_STORAGE}/build/${IMAGE_FILE}.tar gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 gpg: WARNING: unsafe permissions on homedir '/builds/dsop/coder-enterprise/coder-enterprise/timescale/./tmp_gpg' $ mv ${ARTIFACT_STORAGE}/build/${IMAGE_FILE}.tar ${IMAGE_FILE}.sig ${ARTIFACT_DIR} section_end:1601420659:step_script section_start:1601420659:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... ci-artifacts/documentation/reports: found 3 matching files and directories Dialing: tcp gitlab-webservice.gitlab.svc.cluster.local:8181 ... Uploading artifacts as "archive" to coordinator... ok id=340718 responseStatus=201 Created token=aBXMue94 section_end:1601420675:upload_artifacts_on_success Job succeeded