Running with gitlab-runner 13.8.0 (775dd39d)  on ns4.shore.co.il PBtBuDJs section_start:1611532814:prepare_executor Preparing the "docker" executor Using Docker executor with image registry.shore.co.il/ci-images:docker ... Pulling docker image registry.shore.co.il/ci-images:docker ... Using docker image sha256:a4a731f8ba9f700890c3aab671a46bb3deb148807c73ac46acf56fe8d7245000 for registry.shore.co.il/ci-images:docker with digest registry.shore.co.il/ci-images@sha256:7006598d3311eeba81772742fd2823c9561fb76868ea1328e58227e670f6b6f5 ... section_end:1611532816:prepare_executor section_start:1611532816:prepare_script Preparing environment Running on runner-pbtbudjs-project-88-concurrent-0 via b1ad4f68f815... section_end:1611532818:prepare_script section_start:1611532818:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/nimrod/cron-docker/.git/ Checking out 2a979970 as master... Removing .cache/ Skipping Git submodules setup section_end:1611532822:get_sources section_start:1611532822:step_script Executing "step_script" stage of the job script $ if [ -n "${CI_COMMIT_TAG:-}" ] # collapsed multi-line command TAG=latest $ CI_PROJECT_NAME_SLUG="$(echo $CI_PROJECT_NAME|awk '{print tolower($0)}')" # collapsed multi-line command IMAGE=cron $ docker build --pull --no-cache --tag "$DOCKER_REGISTRY/$IMAGE:$TAG" ./ #1 [internal] load .dockerignore #1 sha256:8177ffd53e8b47683a3c1b55aaf25053e2f4e967cc31a50481674fb73937b669 #1 transferring context: #1 transferring context: 42B done #1 DONE 0.1s #2 [internal] load build definition from Dockerfile #2 sha256:5366f1dfda13938001444579083abc28086c553e5553f3d1e0a52106e5a75acb #2 transferring dockerfile: 728B done #2 DONE 0.2s #3 [internal] load metadata for docker.io/library/alpine:3.13 #3 sha256:5ecd52757bf8256597d3bd40d120a58086e4bc5517721ddf15a4b534c85228a0 #3 DONE 0.8s #5 [stage-1 1/4] FROM docker.io/library/alpine:3.13@sha256:d9a7354e3845ea8466bb00b22224d9116b183e594527fb5b6c3d30bc01a20378 #5 sha256:35c9b29b2f715a75e5b3d90a77b7a6c5cde5ab79f080c467797021942d3631cb #5 CACHED #4 [internal] helper image for file operations #4 sha256:e4c43493b1bb2320466c52248e886014710025b273f224bb96a23b8fb7a1d193 #4 CACHED #6 [downloader 2/2] RUN wget https://github.com/aptible/supercronic/releases/download/v0.1.12/supercronic-linux-amd64 && echo "048b95b48b708983effb2e5c935a1ef8483d9e3e supercronic-linux-amd64" > sha1.sum && sha1sum -c sha1.sum && install -m 755 supercronic-linux-amd64 /usr/local/bin/supersonic && touch /crontab #6 sha256:729d7cfdca11b8727196b70a24c75465962906d900677a3fb8751b106cd8df5d #6 0.712 Connecting to github.com (140.82.121.3:443) #6 0.986 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.178.171:443) #6 1.409 saving to 'supercronic-linux-amd64' #6 1.879 supercronic-linux-am 6% |** | 952k 0:00:14 ETA #6 2.872 supercronic-linux-am 73% |*********************** | 10.4M 0:00:00 ETA #6 3.291 supercronic-linux-am 100% |********************************| 14.1M 0:00:00 ETA #6 3.291 'supercronic-linux-amd64' saved #6 3.412 supercronic-linux-amd64: OK #6 DONE 3.5s #7 [stage-1 2/4] COPY --from=downloader /usr/local/bin/supersonic /usr/local/bin/supersonic #7 sha256:7f437e17fb8852bf18b7ebcbb3428455bfb99c349cb28ca939c140ab629fc0bf #7 DONE 0.6s #8 [stage-1 3/4] COPY --from=downloader /crontab /crontab #8 sha256:cc0aa43fc65070e91122bae70197140152cb328a1ab8797c18e2886f24adf862 #8 DONE 0.6s #9 [stage-1 4/4] RUN supersonic -test /crontab #9 sha256:fb20572fef854fcbe58c5cd6b34c48bbabf2f852514e5c8525b9896383e65407 #9 0.674 time="2021-01-25T00:00:29Z" level=info msg="read crontab: /crontab" #9 0.674 time="2021-01-25T00:00:29Z" level=info msg="crontab is valid" #9 DONE 0.7s #10 exporting to image #10 sha256:461af8eb20f79bc95e8e0fb14e227cff74aeb1cc590fcd1ba985a2a0ff1abe6b #10 exporting layers #10 exporting layers 0.7s done #10 writing image sha256:6f975dd8e2cb553ccbc5c2e2011094318ffec5c7eff93fc057a852d8740bd6fb done #10 naming to registry.shore.co.il/cron:latest done #10 DONE 0.7s section_end:1611532830:step_script section_start:1611532830:after_script Running after_script Running after script... $ rm docker.env $ if [ -n "${CI_COMMIT_TAG:-}" ] # collapsed multi-line command TAG=latest $ CI_PROJECT_NAME_SLUG="$(echo $CI_PROJECT_NAME|awk '{print tolower($0)}')" # collapsed multi-line command IMAGE=cron $ echo "DOCKER_REGISTRY=${DOCKER_REGISTRY:-not defined}" | tee -a docker.env DOCKER_REGISTRY=registry.shore.co.il $ FULL_IMAGE="$DOCKER_REGISTRY/$IMAGE:$TAG" # collapsed multi-line command FULL_IMAGE=registry.shore.co.il/cron:latest $ BUILD_HASH="$(docker image inspect --format '{{ .ID }}' "$FULL_IMAGE")" # collapsed multi-line command BUILD_HASH=sha256:6f975dd8e2cb553ccbc5c2e2011094318ffec5c7eff93fc057a852d8740bd6fb $ FULL_HASH="$DOCKER_REGISTRY/$IMAGE@$BUILD_HASH" # collapsed multi-line command FULL_HASH=registry.shore.co.il/cron@sha256:6f975dd8e2cb553ccbc5c2e2011094318ffec5c7eff93fc057a852d8740bd6fb section_end:1611532831:after_script section_start:1611532831:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... docker.env: found 1 matching files and directories Uploading artifacts as "dotenv" to coordinator... ok id=2143 responseStatus=201 Created token=1E75TG7q section_end:1611532834:upload_artifacts_on_success section_start:1611532834:cleanup_file_variables Cleaning up file based variables section_end:1611532835:cleanup_file_variables Job succeeded