Running with gitlab-runner 13.6.0 (8fa89735)  on p1-public-apps-runner-gitlab-runner-567cb455cd-927j7 9syAnSNW section_start:1619636823:resolve_secrets Resolving secrets section_end:1619636823:resolve_secrets section_start:1619636823: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:1619636823:prepare_executor section_start:1619636823:prepare_script Preparing environment Waiting for pod public-gitlab-runner/runner-9syansnw-project-2327-concurrent-1q8vvk to be running, status is Pending Running on runner-9syansnw-project-2327-concurrent-1q8vvk via p1-public-apps-runner-gitlab-runner-567cb455cd-927j7... section_end:1619636826:prepare_script section_start:1619636826: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 4303f0ed as private-reg-change... Skipping Git submodules setup section_end:1619636827:get_sources section_start:1619636827: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:4303f0ed 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} E0428 19:07:10.765626 16 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 INFO[0004] Retrieving image manifest registry.access.redhat.com/ubi8/ubi-minimal:8.3 INFO[0004] Retrieving image registry.access.redhat.com/ubi8/ubi-minimal:8.3 INFO[0004] Built cross stage deps: map[] INFO[0004] Retrieving image manifest registry.access.redhat.com/ubi8/ubi-minimal:8.3 INFO[0004] Retrieving image registry.access.redhat.com/ubi8/ubi-minimal:8.3 INFO[0004] Retrieving image manifest registry.access.redhat.com/ubi8/ubi-minimal:8.3 INFO[0004] Retrieving image registry.access.redhat.com/ubi8/ubi-minimal:8.3 INFO[0005] Executing 0 build triggers INFO[0005] 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[0008] Using files from context: [] INFO[0008] ADD https://github.com/janeczku/go-dnsmasq/releases/download/1.0.7/go-dnsmasq-min_linux-amd64 /go-dnsmasq INFO[0008] Adding remote URL https://github.com/janeczku/go-dnsmasq/releases/download/1.0.7/go-dnsmasq-min_linux-amd64 to /go-dnsmasq INFO[0008] Taking snapshot of files... INFO[0008] RUN chmod +x /go-dnsmasq INFO[0008] Taking snapshot of full filesystem... INFO[0010] cmd: /bin/sh INFO[0010] args: [-c chmod +x /go-dnsmasq] INFO[0010] Running: [/bin/sh -c chmod +x /go-dnsmasq] INFO[0010] Taking snapshot of full filesystem... INFO[0010] ENV DNSMASQ_LISTEN=0.0.0.0 INFO[0010] EXPOSE 53 53/udp INFO[0010] cmd: EXPOSE INFO[0010] Adding exposed port: 53/tcp INFO[0010] Adding exposed port: 53/udp INFO[0010] ENTRYPOINT ["/go-dnsmasq"] section_end:1619636839:step_script section_start:1619636839:cleanup_file_variables Cleaning up file based variables section_end:1619636839:cleanup_file_variables Job succeeded