[0KRunning with gitlab-runner 17.3.1 (66269445)[0;m [0K on gitlab_shared-runner1 xzGxptBo, system ID: s_7aa531fbc489[0;m section_start:1727174317:prepare_executor [0K[0K[36;1mPreparing the "docker" executor[0;m[0;m [0KUsing Docker executor with image gcr.io/kaniko-project/executor:debug ...[0;m [0KPulling docker image gcr.io/kaniko-project/executor:debug ...[0;m [0KUsing docker image sha256:16b383e1c3b259d59f75a2720a45ccf15b3a716cef44c6a5c521ceb471117168 for gcr.io/kaniko-project/executor:debug with digest gcr.io/kaniko-project/executor@sha256:c3109d5926a997b100c4343944e06c6b30a6804b2f9abe0994d3de6ef92b028e ...[0;m section_end:1727174323:prepare_executor [0Ksection_start:1727174323:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m Running on runner-xzgxptbo-project-35913-concurrent-0 via gitlab-shared-runner1... section_end:1727174325:prepare_script [0Ksection_start:1727174325:get_sources [0K[0K[36;1mGetting source from Git repository[0;m[0;m [32;1mFetching changes with git depth set to 20...[0;m Reinitialized existing Git repository in /builds/subugoe/ocr-d/quiver-mongoapi-local/.git/ [32;1mChecking out 640c636a as detached HEAD (ref is filter-cpu)...[0;m Removing gl-sast-report.json Removing semgrep.sarif [32;1mSkipping Git submodules setup[0;m section_end:1727174326:get_sources [0Ksection_start:1727174326:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [0KUsing docker image sha256:16b383e1c3b259d59f75a2720a45ccf15b3a716cef44c6a5c521ceb471117168 for gcr.io/kaniko-project/executor:debug with digest gcr.io/kaniko-project/executor@sha256:c3109d5926a997b100c4343944e06c6b30a6804b2f9abe0994d3de6ef92b028e ...[0;m [32;1m$ echo "Pushing image to ${DEST}"[0;m Pushing image to docker.gitlab.gwdg.de/subugoe/ocr-d/quiver-mongoapi-local [32;1m$ mkdir -p /kaniko/.docker[0;m [32;1m$ echo "{\"auths\":{\"${CI_REGISTRY}\":{\"auth\":\"$(printf "%s:%s" "${CI_REGISTRY_USER}" "${CI_REGISTRY_PASSWORD}" | base64 | tr -d '\n')\"}}}" > /kaniko/.docker/config.json[0;m [32;1m$ /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}[0;m [36mINFO[0m[0000] Retrieving image manifest python:3.10-alpine [36mINFO[0m[0000] Retrieving image python:3.10-alpine from registry index.docker.io [36mINFO[0m[0001] Built cross stage deps: map[] [36mINFO[0m[0001] Retrieving image manifest python:3.10-alpine [36mINFO[0m[0001] Returning cached image manifest [36mINFO[0m[0001] Executing 0 build triggers [36mINFO[0m[0001] Building stage 'python:3.10-alpine' [idx: '0', base-idx: '-1'] [36mINFO[0m[0001] Unpacking rootfs as cmd COPY requirements.txt /code/requirements.txt requires it. [36mINFO[0m[0002] WORKDIR /code [36mINFO[0m[0002] Cmd: workdir [36mINFO[0m[0002] Changed working directory to /code [36mINFO[0m[0002] Creating directory /code with uid -1 and gid -1 [36mINFO[0m[0002] Taking snapshot of files... [36mINFO[0m[0002] COPY requirements.txt /code/requirements.txt [36mINFO[0m[0002] Taking snapshot of files... [36mINFO[0m[0002] RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt [36mINFO[0m[0002] Initializing snapshotter ... [36mINFO[0m[0002] Taking snapshot of full filesystem... [36mINFO[0m[0004] Cmd: /bin/sh [36mINFO[0m[0004] Args: [-c pip install --no-cache-dir --upgrade -r /code/requirements.txt] [36mINFO[0m[0004] 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 8.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 52.0 MB/s eta 0:00:00 Collecting pymongo[srv] Downloading pymongo-4.9.1.tar.gz (1.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 112.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 108.4 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 110.6 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 225.0 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 244.5 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 182.1 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 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 116.4 MB/s eta 0:00:00 Collecting anyio<5,>=3.4.0 Downloading anyio-4.6.0-py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.6/89.6 kB 201.7 MB/s eta 0:00:00 Collecting sniffio>=1.1 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) Collecting idna>=2.8 Downloading idna-3.10-py3-none-any.whl (70 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB 213.3 MB/s eta 0:00:00 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-yifxwtf6/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 [36mINFO[0m[0015] Taking snapshot of full filesystem... [36mINFO[0m[0017] COPY ./src /code [36mINFO[0m[0017] Taking snapshot of files... [36mINFO[0m[0017] CMD ["uvicorn", "api:app", "--host", "0.0.0.0", "--port", "8084"] [36mINFO[0m[0018] Pushing image to docker.gitlab.gwdg.de/subugoe/ocr-d/quiver-mongoapi-local:filter-cpu-640c636a [36mINFO[0m[0018] Pushed docker.gitlab.gwdg.de/subugoe/ocr-d/quiver-mongoapi-local@sha256:75223b22387006c88483267736ae8efa361ebf75f9995998392f50229f451289 section_end:1727174346:step_script [0Ksection_start:1727174346:cleanup_file_variables [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m section_end:1727174347:cleanup_file_variables [0K[32;1mJob succeeded[0;m