Running with gitlab-runner 16.11.1 (535ced5f)
  on subugoe-gitlab-runner-gitlab-runner-b658d565f-z8zkd Xsyufxwy-, system ID: r_GzVDTDKYbmxv
section_start:1727089133:prepare_executor
Preparing the "kubernetes" executor
Using Kubernetes namespace: subugoe-gitlab-runner
Using Kubernetes executor with image gcr.io/kaniko-project/executor:debug ...
Using attach strategy to execute scripts...
section_end:1727089133:prepare_executor
section_start:1727089133:prepare_script
Preparing environment
Using FF_USE_POD_ACTIVE_DEADLINE_SECONDS, the Pod activeDeadlineSeconds will be set to the job timeout: 1h0m0s...
Waiting for pod subugoe-gitlab-runner/runner-xsyufxwy--project-35913-concurrent-0-tddlxm38 to be running, status is Pending
Running on runner-xsyufxwy--project-35913-concurrent-0-tddlxm38 via subugoe-gitlab-runner-gitlab-runner-b658d565f-z8zkd...

section_end:1727089137:prepare_script
section_start:1727089137:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/subugoe/ocr-d/quiver-mongoapi-local/.git/
Created fresh repository.
Checking out cf76e763 as detached HEAD (ref is main)...

Skipping Git submodules setup

section_end:1727089138:get_sources
section_start:1727089138:step_script
Executing "step_script" stage of the job script
$ echo "Pushing image to ${DEST}"
Pushing image to docker.gitlab.gwdg.de/subugoe/ocr-d/quiver-mongoapi-local
$ mkdir -p /kaniko/.docker
$ echo "{\"auths\":{\"${CI_REGISTRY}\":{\"auth\":\"$(printf "%s:%s" "${CI_REGISTRY_USER}" "${CI_REGISTRY_PASSWORD}" | base64 | tr -d '\n')\"}}}" > /kaniko/.docker/config.json
$ /kaniko/executor --context "${CI_PROJECT_DIR}" --dockerfile "${CI_PROJECT_DIR}/Dockerfile" --build-arg build_date=$(date -u +'%Y-%m-%dT%H:%M:%SZ') --destination ${IMAGE_NAME}
INFO[0000] Retrieving image manifest python:3.10-alpine 
INFO[0000] Retrieving image python:3.10-alpine from registry index.docker.io 
INFO[0001] Built cross stage deps: map[]                
INFO[0001] Retrieving image manifest python:3.10-alpine 
INFO[0001] Returning cached image manifest              
INFO[0001] Executing 0 build triggers                   
INFO[0001] Building stage 'python:3.10-alpine' [idx: '0', base-idx: '-1'] 
INFO[0001] Unpacking rootfs as cmd COPY requirements.txt /code/requirements.txt requires it. 
INFO[0003] WORKDIR /code                                
INFO[0003] Cmd: workdir                                 
INFO[0003] Changed working directory to /code           
INFO[0003] Creating directory /code with uid -1 and gid -1 
INFO[0003] Taking snapshot of files...                  
INFO[0003] COPY requirements.txt /code/requirements.txt 
INFO[0003] Taking snapshot of files...                  
INFO[0003] RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt 
INFO[0003] Initializing snapshotter ...                 
INFO[0003] Taking snapshot of full filesystem...        
INFO[0003] Cmd: /bin/sh                                 
INFO[0003] Args: [-c pip install --no-cache-dir --upgrade -r /code/requirements.txt] 
INFO[0003] Running: [/bin/sh -c pip install --no-cache-dir --upgrade -r /code/requirements.txt] 
Collecting uvicorn
  Downloading uvicorn-0.30.6-py3-none-any.whl (62 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 3.3 MB/s eta 0:00:00
Collecting fastapi
  Downloading fastapi-0.115.0-py3-none-any.whl (94 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.6/94.6 kB 8.6 MB/s eta 0:00:00
Collecting pymongo[srv]
  Downloading pymongo-4.9.1.tar.gz (1.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 8.0 MB/s eta 0:00:00
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Collecting pydantic>=2.0.0
  Downloading pydantic-2.9.2-py3-none-any.whl (434 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 434.9/434.9 kB 9.0 MB/s eta 0:00:00
Collecting typing-extensions>=4.0
  Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
Collecting click>=7.0
  Downloading click-8.1.7-py3-none-any.whl (97 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 12.6 MB/s eta 0:00:00
Collecting h11>=0.8
  Downloading h11-0.14.0-py3-none-any.whl (58 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 10.1 MB/s eta 0:00:00
Collecting starlette<0.39.0,>=0.37.2
  Downloading starlette-0.38.6-py3-none-any.whl (71 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.5/71.5 kB 8.2 MB/s eta 0:00:00
WARNING: pymongo 4.9.1 does not provide the extra 'srv'
Collecting dnspython<3.0.0,>=1.16.0
  Downloading dnspython-2.6.1-py3-none-any.whl (307 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.7/307.7 kB 11.5 MB/s eta 0:00:00
Collecting pydantic-core==2.23.4
  Downloading pydantic_core-2.23.4-cp310-cp310-musllinux_1_1_x86_64.whl (2.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 12.9 MB/s eta 0:00:00
Collecting annotated-types>=0.6.0
  Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB)
Collecting anyio<5,>=3.4.0
  Downloading anyio-4.6.0-py3-none-any.whl (89 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.6/89.6 kB 26.3 MB/s eta 0:00:00
Collecting idna>=2.8
  Downloading idna-3.10-py3-none-any.whl (70 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB 60.9 MB/s eta 0:00:00
Collecting sniffio>=1.1
  Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
Collecting exceptiongroup>=1.0.2
  Downloading exceptiongroup-1.2.2-py3-none-any.whl (16 kB)
Building wheels for collected packages: pymongo
  Building wheel for pymongo (pyproject.toml): started
  Building wheel for pymongo (pyproject.toml): finished with status 'done'
  Created wheel for pymongo: filename=pymongo-4.9.1-cp310-cp310-linux_x86_64.whl size=669706 sha256=ab825cc106e13161aa7aa26f28dba4f1742ca358015b981aed971255e42820ea
  Stored in directory: /tmp/pip-ephem-wheel-cache-q5tz3nk2/wheels/10/08/16/52e720c140a99dc5a1e9d96ddba0e42178173e5aff0f545826
Successfully built pymongo
Installing collected packages: typing-extensions, sniffio, idna, h11, exceptiongroup, dnspython, click, annotated-types, uvicorn, pymongo, pydantic-core, anyio, starlette, pydantic, fastapi
Successfully installed annotated-types-0.7.0 anyio-4.6.0 click-8.1.7 dnspython-2.6.1 exceptiongroup-1.2.2 fastapi-0.115.0 h11-0.14.0 idna-3.10 pydantic-2.9.2 pydantic-core-2.23.4 pymongo-4.9.1 sniffio-1.3.1 starlette-0.38.6 typing-extensions-4.12.2 uvicorn-0.30.6
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

[notice] A new release of pip is available: 23.0.1 -> 24.2
[notice] To update, run: pip install --upgrade pip
INFO[0012] Taking snapshot of full filesystem...        
INFO[0013] COPY ./src /code                             
INFO[0013] Taking snapshot of files...                  
INFO[0013] CMD ["uvicorn", "api:app", "--host", "0.0.0.0", "--port", "8084"] 
INFO[0013] Pushing image to docker.gitlab.gwdg.de/subugoe/ocr-d/quiver-mongoapi-local:main-cf76e763 
INFO[0014] Pushed docker.gitlab.gwdg.de/subugoe/ocr-d/quiver-mongoapi-local@sha256:804909078c23c30fba09737a210e67b9d1b45526d934398445b999b01d57c36b 

section_end:1727089153:step_script
section_start:1727089153:cleanup_file_variables
Cleaning up project directory and file based variables

section_end:1727089153:cleanup_file_variables
Job succeeded