build_image
Passed Started
by
@mrodzis

Michelle Weidling
1Running with gitlab-runner 17.3.1 (66269445)2 on gitlab_shared-runner2 Nj6kwp9Y, system ID: s_11f0af0ea9054Using Docker executor with image gcr.io/kaniko-project/executor:debug ...5Pulling docker image gcr.io/kaniko-project/executor:debug ...6Using docker image sha256:16b383e1c3b259d59f75a2720a45ccf15b3a716cef44c6a5c521ceb471117168 for gcr.io/kaniko-project/executor:debug with digest gcr.io/kaniko-project/executor@sha256:c3109d5926a997b100c4343944e06c6b30a6804b2f9abe0994d3de6ef92b028e ...8Running on runner-nj6kwp9y-project-35913-concurrent-0 via gitlab-shared-runner2...10Fetching changes with git depth set to 20...11Reinitialized existing Git repository in /builds/subugoe/ocr-d/quiver-mongoapi-local/.git/12Checking out 76df4ec6 as detached HEAD (ref is filter-cpu)...13Skipping Git submodules setup15Using docker image sha256:16b383e1c3b259d59f75a2720a45ccf15b3a716cef44c6a5c521ceb471117168 for gcr.io/kaniko-project/executor:debug with digest gcr.io/kaniko-project/executor@sha256:c3109d5926a997b100c4343944e06c6b30a6804b2f9abe0994d3de6ef92b028e ...16$ echo "Pushing image to ${DEST}"17Pushing image to docker.gitlab.gwdg.de/subugoe/ocr-d/quiver-mongoapi-local18$ mkdir -p /kaniko/.docker19$ echo "{\"auths\":{\"${CI_REGISTRY}\":{\"auth\":\"$(printf "%s:%s" "${CI_REGISTRY_USER}" "${CI_REGISTRY_PASSWORD}" | base64 | tr -d '\n')\"}}}" > /kaniko/.docker/config.json20$ /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}21INFO[0000] Retrieving image manifest python:3.10-alpine 22INFO[0000] Retrieving image python:3.10-alpine from registry index.docker.io 23INFO[0001] Built cross stage deps: map[] 24INFO[0001] Retrieving image manifest python:3.10-alpine 25INFO[0001] Returning cached image manifest 26INFO[0001] Executing 0 build triggers 27INFO[0001] Building stage 'python:3.10-alpine' [idx: '0', base-idx: '-1'] 28INFO[0001] Unpacking rootfs as cmd COPY requirements.txt /code/requirements.txt requires it. 29INFO[0002] WORKDIR /code 30INFO[0002] Cmd: workdir 31INFO[0002] Changed working directory to /code 32INFO[0002] Creating directory /code with uid -1 and gid -1 33INFO[0002] Taking snapshot of files... 34INFO[0002] COPY requirements.txt /code/requirements.txt 35INFO[0002] Taking snapshot of files... 36INFO[0002] RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt 37INFO[0002] Initializing snapshotter ... 38INFO[0002] Taking snapshot of full filesystem... 39INFO[0004] Cmd: /bin/sh 40INFO[0004] Args: [-c pip install --no-cache-dir --upgrade -r /code/requirements.txt] 41INFO[0004] Running: [/bin/sh -c pip install --no-cache-dir --upgrade -r /code/requirements.txt] 42Collecting uvicorn43 Downloading uvicorn-0.30.6-py3-none-any.whl (62 kB)44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 5.9 MB/s eta 0:00:0045Collecting fastapi46 Downloading fastapi-0.115.0-py3-none-any.whl (94 kB)47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.6/94.6 kB 10.3 MB/s eta 0:00:0048Collecting pymongo[srv]49 Downloading pymongo-4.9.1.tar.gz (1.9 MB)50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 26.1 MB/s eta 0:00:0051 Installing build dependencies: started52 Installing build dependencies: finished with status 'done'53 Getting requirements to build wheel: started54 Getting requirements to build wheel: finished with status 'done'55 Preparing metadata (pyproject.toml): started56 Preparing metadata (pyproject.toml): finished with status 'done'57Collecting pydantic>=2.0.058 Downloading pydantic-2.9.2-py3-none-any.whl (434 kB)59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 434.9/434.9 kB 43.6 MB/s eta 0:00:0060Collecting typing-extensions>=4.061 Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)62Collecting click>=7.063 Downloading click-8.1.7-py3-none-any.whl (97 kB)64 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 269.2 MB/s eta 0:00:0065Collecting h11>=0.866 Downloading h11-0.14.0-py3-none-any.whl (58 kB)67 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 152.9 MB/s eta 0:00:0068Collecting starlette<0.39.0,>=0.37.269 Downloading starlette-0.38.6-py3-none-any.whl (71 kB)70 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.5/71.5 kB 206.1 MB/s eta 0:00:0071WARNING: pymongo 4.9.1 does not provide the extra 'srv'72Collecting dnspython<3.0.0,>=1.16.073 Downloading dnspython-2.6.1-py3-none-any.whl (307 kB)74 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.7/307.7 kB 53.4 MB/s eta 0:00:0075Collecting annotated-types>=0.6.076 Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB)77Collecting pydantic-core==2.23.478 Downloading pydantic_core-2.23.4-cp310-cp310-musllinux_1_1_x86_64.whl (2.1 MB)79 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 51.7 MB/s eta 0:00:0080Collecting anyio<5,>=3.4.081 Downloading anyio-4.6.0-py3-none-any.whl (89 kB)82 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.6/89.6 kB 179.9 MB/s eta 0:00:0083Collecting idna>=2.884 Downloading idna-3.10-py3-none-any.whl (70 kB)85 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB 228.3 MB/s eta 0:00:0086Collecting sniffio>=1.187 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)88Collecting exceptiongroup>=1.0.289 Downloading exceptiongroup-1.2.2-py3-none-any.whl (16 kB)90Building wheels for collected packages: pymongo91 Building wheel for pymongo (pyproject.toml): started92 Building wheel for pymongo (pyproject.toml): finished with status 'done'93 Created wheel for pymongo: filename=pymongo-4.9.1-cp310-cp310-linux_x86_64.whl size=669706 sha256=ab825cc106e13161aa7aa26f28dba4f1742ca358015b981aed971255e42820ea94 Stored in directory: /tmp/pip-ephem-wheel-cache-tm3rsv_i/wheels/10/08/16/52e720c140a99dc5a1e9d96ddba0e42178173e5aff0f54582695Successfully built pymongo96Installing collected packages: typing-extensions, sniffio, idna, h11, exceptiongroup, dnspython, click, annotated-types, uvicorn, pymongo, pydantic-core, anyio, starlette, pydantic, fastapi97Successfully 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.698WARNING: 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/venv99[notice] A new release of pip is available: 23.0.1 -> 24.2100[notice] To update, run: pip install --upgrade pip101INFO[0014] Taking snapshot of full filesystem... 102INFO[0015] COPY ./src /code 103INFO[0015] Taking snapshot of files... 104INFO[0015] CMD ["uvicorn", "api:app", "--host", "0.0.0.0", "--port", "8084"] 105INFO[0015] Pushing image to docker.gitlab.gwdg.de/subugoe/ocr-d/quiver-mongoapi-local:filter-cpu-76df4ec6 106INFO[0016] Pushed docker.gitlab.gwdg.de/subugoe/ocr-d/quiver-mongoapi-local@sha256:30d2583aa3ebac49782e6dfc440d5070e3ad05fb24de66e5a0904b3113adada4 108Job succeeded