Running with gitlab-runner 15.11.0 (436955cb)
  on autoscale-runner 733998c6, system ID: s_45378e8e362f
section_start:1729601720:resolve_secrets
Resolving secrets
section_end:1729601720:resolve_secrets
section_start:1729601720:prepare_executor
Preparing the "docker+machine" executor
Using Docker executor with image docker:latest ...
Starting service docker:dind ...
Pulling docker image docker:dind ...
Using docker image sha256:0af54085b408ccb4fa5f5ffcb932b3b60fca5697f926c0a28df38c52b093bed1 for docker:dind with digest docker@sha256:8d5039800a368057d99fc0a75167d80f345ac8650850509adc7fe25c64cba9dd ...
Waiting for services to be up and running (timeout 30 seconds)...
Pulling docker image docker:latest ...
Using docker image sha256:0af54085b408ccb4fa5f5ffcb932b3b60fca5697f926c0a28df38c52b093bed1 for docker:latest with digest docker@sha256:8d5039800a368057d99fc0a75167d80f345ac8650850509adc7fe25c64cba9dd ...
section_end:1729601754:prepare_executor
section_start:1729601754:prepare_script
Preparing environment
Running on runner-733998c6-project-11122-concurrent-0 via runner-733998c6-auto-scale-1729601640-2552c2fa...
section_end:1729601754:prepare_script
section_start:1729601754:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Initialized empty Git repository in /builds/sr151511/vennemann/.git/
Created fresh repository.
Checking out c1ced7c9 as detached HEAD (ref is main)...

Skipping Git submodules setup
section_end:1729601756:get_sources
section_start:1729601756:step_script
Executing "step_script" stage of the job script
Using docker image sha256:0af54085b408ccb4fa5f5ffcb932b3b60fca5697f926c0a28df38c52b093bed1 for docker:latest with digest docker@sha256:8d5039800a368057d99fc0a75167d80f345ac8650850509adc7fe25c64cba9dd ...
$ docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credential-stores

Login Succeeded
$ docker build --pull -t "$CI_REGISTRY_IMAGE":prodcc4 .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.69kB done
#1 DONE 0.0s

#2 [internal] load metadata for docker.io/jupyter/scipy-notebook:hub-5.2.1
#2 ERROR: docker.io/jupyter/scipy-notebook:hub-5.2.1: not found
------
 > [internal] load metadata for docker.io/jupyter/scipy-notebook:hub-5.2.1:
------
Dockerfile:2
--------------------
   1 |     # Base image
   2 | >>> FROM jupyter/scipy-notebook:hub-5.2.1
   3 |     #FROM jupyter/datascience-notebook:hub-4.0.2
   4 |     #FROM jupyter/tensorflow-notebook:hub-4.0.2
--------------------
ERROR: failed to solve: jupyter/scipy-notebook:hub-5.2.1: failed to resolve source metadata for docker.io/jupyter/scipy-notebook:hub-5.2.1: docker.io/jupyter/scipy-notebook:hub-5.2.1: not found
section_end:1729601757:step_script
section_start:1729601757:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1729601758:cleanup_file_variables
ERROR: Job failed: exit code 1