Running with gitlab-runner 13.11.0 (7f7a4bb0)  on gitlab-runners-bigbang-gitlab-runner-gitlab-runner-797d46cxptjg WntjV97x  feature flags: FF_GITLAB_REGISTRY_HELPER_IMAGE:true section_start:1620914532:resolve_secrets Resolving secrets section_end:1620914532:resolve_secrets section_start:1620914532:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runners Using Kubernetes executor with image registry1.dso.mil/ironbank/opensource/kaniko/kaniko:v1.6.0 ... section_end:1620914532:prepare_executor section_start:1620914532:prepare_script Preparing environment Waiting for pod gitlab-runners/runner-wntjv97x-project-2327-concurrent-1tmx5p to be running, status is Pending Waiting for pod gitlab-runners/runner-wntjv97x-project-2327-concurrent-1tmx5p to be running, status is Pending ContainersNotReady: "containers with unready status: [build helper]" ContainersNotReady: "containers with unready status: [build helper]" Waiting for pod gitlab-runners/runner-wntjv97x-project-2327-concurrent-1tmx5p to be running, status is Pending ContainersNotReady: "containers with unready status: [build helper]" ContainersNotReady: "containers with unready status: [build helper]" Running on runner-wntjv97x-project-2327-concurrent-1tmx5p via gitlab-runners-bigbang-gitlab-runner-gitlab-runner-797d46cxptjg... section_end:1620914541:prepare_script section_start:1620914541:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/platform-one/big-bang/pipeline-templates/pipeline-templates/.git/ Created fresh repository. Checking out 36d5c881 as kaniko-ib-image... Skipping Git submodules setup section_end:1620914542:get_sources section_start:1620914542:step_script Executing "step_script" stage of the job script $ echo "Building ${IMAGE}:${CI_COMMIT_SHORT_SHA} using ${DOCKERFILE_DIR}/${DOCKERFILE_NAME}" Building registry.dso.mil/platform-one/big-bang/pipeline-templates/pipeline-templates/go-dnsmasq:36d5c881 using jobs/go-dnsmasq/Dockerfile $ echo "{\"auths\":{" > /kaniko/.docker/config.json $ echo "\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}," >> /kaniko/.docker/config.json $ echo "\"$REGISTRY1\":{\"username\":\"$REGISTRY1_USER_\",\"password\":\"$REGISTRY1_PASSWORD_\"}" >> /kaniko/.docker/config.json $ echo "}}" >> /kaniko/.docker/config.json $ /kaniko/executor --context ${DOCKERFILE_DIR} --dockerfile ${DOCKERFILE_NAME} --destination ${IMAGE}:${CI_COMMIT_SHORT_SHA} INFO[0003] Retrieving image manifest registry.access.redhat.com/ubi8/ubi-minimal:8.3 INFO[0003] Retrieving image registry.access.redhat.com/ubi8/ubi-minimal:8.3 from registry registry.access.redhat.com INFO[0004] Built cross stage deps: map[] INFO[0004] Retrieving image manifest registry.access.redhat.com/ubi8/ubi-minimal:8.3 INFO[0004] Returning cached image manifest INFO[0004] Executing 0 build triggers INFO[0004] Unpacking rootfs as cmd ADD https://github.com/janeczku/go-dnsmasq/releases/download/1.0.7/go-dnsmasq-min_linux-amd64 /go-dnsmasq requires it. INFO[0007] Using files from context: [] INFO[0007] ADD https://github.com/janeczku/go-dnsmasq/releases/download/1.0.7/go-dnsmasq-min_linux-amd64 /go-dnsmasq INFO[0007] Adding remote URL https://github.com/janeczku/go-dnsmasq/releases/download/1.0.7/go-dnsmasq-min_linux-amd64 to /go-dnsmasq INFO[0007] Taking snapshot of files... INFO[0007] RUN chmod +x /go-dnsmasq INFO[0007] Taking snapshot of full filesystem... INFO[0008] cmd: /bin/sh INFO[0008] args: [-c chmod +x /go-dnsmasq] INFO[0008] Running: [/bin/sh -c chmod +x /go-dnsmasq] INFO[0008] Taking snapshot of full filesystem... INFO[0008] ENV DNSMASQ_LISTEN=0.0.0.0 INFO[0008] EXPOSE 53 53/udp INFO[0008] cmd: EXPOSE INFO[0008] Adding exposed port: 53/tcp INFO[0008] Adding exposed port: 53/udp INFO[0008] ENTRYPOINT ["/go-dnsmasq"] INFO[0008] Pushing image to registry.dso.mil/platform-one/big-bang/pipeline-templates/pipeline-templates/go-dnsmasq:36d5c881 INFO[0009] Pushed image to 1 destinations section_end:1620914552:step_script section_start:1620914552:cleanup_file_variables Cleaning up file based variables section_end:1620914552:cleanup_file_variables Job succeeded