Running with gitlab-runner 13.6.0 (8fa89735)  on p1-public-apps-runner-gitlab-runner-567cb455cd-927j7 9syAnSNW section_start:1620322647:resolve_secrets Resolving secrets section_end:1620322647:resolve_secrets section_start:1620322647:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: public-gitlab-runner Using Kubernetes executor with image gcr.io/kaniko-project/executor:debug ... section_end:1620322647:prepare_executor section_start:1620322647:prepare_script Preparing environment Waiting for pod public-gitlab-runner/runner-9syansnw-project-2327-concurrent-1mz68l to be running, status is Pending Running on runner-9syansnw-project-2327-concurrent-1mz68l via p1-public-apps-runner-gitlab-runner-567cb455cd-927j7... section_end:1620322650:prepare_script section_start:1620322650: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 c314f798 as chart-test-lib... Skipping Git submodules setup section_end:1620322651:get_sources section_start:1620322651: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:c314f798 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} E0506 17:37:34.645636 17 aws_credentials.go:77] while getting AWS credentials NoCredentialProviders: no valid providers in chain. Deprecated. For verbose messaging see aws.Config.CredentialsChainVerboseErrors 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[0006] Using files from context: [] INFO[0006] ADD https://github.com/janeczku/go-dnsmasq/releases/download/1.0.7/go-dnsmasq-min_linux-amd64 /go-dnsmasq INFO[0006] Adding remote URL https://github.com/janeczku/go-dnsmasq/releases/download/1.0.7/go-dnsmasq-min_linux-amd64 to /go-dnsmasq INFO[0006] Taking snapshot of files... INFO[0006] RUN chmod +x /go-dnsmasq INFO[0006] 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:c314f798 INFO[0010] Pushed image to 1 destinations section_end:1620322661:step_script section_start:1620322661:cleanup_file_variables Cleaning up file based variables section_end:1620322661:cleanup_file_variables Job succeeded