Running with gitlab-runner 17.5.0 (66a723c3)  on ns4.shore.co.il Z5_U7unN, system ID: r_LqTOTPD7fUkT section_start:1732915846: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:bb797abcbd71d4597c9274dd09958d885a3c666117d46c7a4abdce1ff8b6255c for registry.shore.co.il/ci-images:docker with digest registry.shore.co.il/ci-images@sha256:f8570752f163965fe4e4ecd948fa5edc25f8f05073d6200cbf2cfcb77ddb32e8 ... section_end:1732915849:prepare_executor section_start:1732915849:prepare_script Preparing environment Running on runner-z5u7unn-project-30-concurrent-0 via efdc203efabe... section_end:1732915850:prepare_script section_start:1732915850:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/nimrod/blog/.git/ Checking out 9ad908a3 as detached HEAD (ref is master)... Removing .cache/ Skipping Git submodules setup section_end:1732915853:get_sources section_start:1732915853:step_script Executing "step_script" stage of the job script Using docker image sha256:bb797abcbd71d4597c9274dd09958d885a3c666117d46c7a4abdce1ff8b6255c for registry.shore.co.il/ci-images:docker with digest registry.shore.co.il/ci-images@sha256:f8570752f163965fe4e4ecd948fa5edc25f8f05073d6200cbf2cfcb77ddb32e8 ... $ cid="$(basename "$(dirname "$(awk '/hostname/ {print $4}' /proc/1/mountinfo)")")" $ docker pull registry.shore.co.il/ci-images:python3 python3: Pulling from ci-images Digest: sha256:e4ad2f270adf311c6a698409bec521b743f08764ed819289b5e20e2d57bb6046 Status: Image is up to date for registry.shore.co.il/ci-images:python3 registry.shore.co.il/ci-images:python3 $ docker run --rm --env "LANG=C.UTF-8" --volumes-from "$cid" --volume "/var/www/www.shore.co.il/blog:/builds/nimrod/blog/output" --workdir "$PWD" registry.shore.co.il/ci-images:python3 /bin/sh -xc "pipenv --python=python3 install && pipenv run clean && pipenv run build" + pipenv --python=python3 install Creating a virtualenv for this project Pipfile: /builds/nimrod/blog/Pipfile Using /usr/bin/python33.11.2 to create virtualenv... created virtual environment CPython3.11.2.final.0-64 in 417ms creator CPython3Posix(dest=/root/.local/share/virtualenvs/blog-K74EX7Mn, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/root/.local/share/virtualenv) added seed packages: pip==24.3.1, setuptools==75.2.0, wheel==0.44.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator ,PythonActivator ✔ Successfully created virtual environment! Virtualenv location: /root/.local/share/virtualenvs/blog-K74EX7Mn To activate this project's virtualenv, run pipenv shell. Alternatively, run a command inside the virtualenv with pipenv run. Installing dependencies from Pipfile.lock (74dd72)... + pipenv run clean + pipenv run build Done: Processed 40 articles, 1 draft, 0 hidden articles, 1 page, 1 hidden page and 0 draft pages in 3.65 seconds. section_end:1732915882:step_script section_start:1732915882:cleanup_file_variables Cleaning up project directory and file based variables section_end:1732915882:cleanup_file_variables Job succeeded