Running with gitlab-runner 13.2.0 (353dd94e)  on global-shared-gitlab-runner-8dd6b4777-87gcx dPJcxnQf section_start:1601420643: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:1601420643:prepare_executor section_start:1601420643:prepare_script Preparing environment Waiting for pod gitlab-runner/runner-dpjcxnqf-project-701-concurrent-1nkrtf to be running, status is Pending Running on runner-dpjcxnqf-project-701-concurrent-1nkrtf 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:1601420651:download_artifacts section_start:1601420651: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_VERSION=$(gpg --version | grep '(?<=gpg .GnuPG.)([^0-9]+)([0-9]+[.][0-9]+[.][0-9]+)' -oP | sed -E 's/ //g') $ IMAGE_TAR_SHA=$(sha256sum ${ARTIFACT_STORAGE}/build/${IMAGE_FILE}.tar | grep -E '^[a-zA-Z0-9]+' -o) $ IMAGE_PODMAN_SHA=$(podman inspect --format {{'.Digest'}} ${STAGING_REGISTRY_URL}/${IM_NAME}:${IMG_VERSION}) $ cat < manifest.json # collapsed multi-line command $ cat manifest.json { "critical": { "type": "atomic container signature", "image": { "podman-manifest-digest": "sha256:6ee69271836c739d6126563bd2c63966caadd974dedd248f6fd74085e2770519", "image-tar-sha256-checksum": "7d59204e4f408faf0256bf95fdb35f32a3e7611fc98fac3811b49aa336790067" }, "identity": { "podman-reference": "[MASKED]/coder-enterprise/coder-enterprise/timescale:1.11.0" } }, "optional": { "creator": "2.2.20" } } $ rm -rf tmp_gpg/* $ 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' $ echo "pinentry-mode loopback" >> ./tmp_gpg/gpg.conf $ gpg --detach-sign --homedir ./tmp_gpg -o ${SIG_FILE}.sig --armor --yes --batch --passphrase ${IB_CONTAINER_SIG_KEY_PASSPHRASE} manifest.json 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 gpg: key 554382BE8F44FE1A: secret key imported gpg: Total number processed: 1 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 manifest.json ${SIG_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=340719 responseStatus=201 Created token=eMAyWMpM section_end:1601420660:upload_artifacts_on_success Job succeeded