Running with gitlab-runner 16.3.0 (8ec04662)  on ns4.shore.co.il Z5_U7unN, system ID: r_LqTOTPD7fUkT section_start:1702736208: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:22f65e8b8869b07705400cc019554160679eb673ec8ef479c6a819c9048acdf2 for registry.shore.co.il/ci-images:docker with digest registry.shore.co.il/ci-images@sha256:477fe50eb02ee1f58d9e714f0fdd56f35891827e44b655dff03eb9ffef6b77be ... section_end:1702736210:prepare_executor section_start:1702736210:prepare_script Preparing environment Running on runner-z5u7unn-project-30-concurrent-0 via e73759fe298a... section_end:1702736211:prepare_script section_start:1702736211: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 3fadd8b9 as detached HEAD (ref is master)... Removing .cache/ Skipping Git submodules setup section_end:1702736213:get_sources section_start:1702736213:step_script Executing "step_script" stage of the job script Using docker image sha256:22f65e8b8869b07705400cc019554160679eb673ec8ef479c6a819c9048acdf2 for registry.shore.co.il/ci-images:docker with digest registry.shore.co.il/ci-images@sha256:477fe50eb02ee1f58d9e714f0fdd56f35891827e44b655dff03eb9ffef6b77be ... $ 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:b907c3a803589c229196e519e3442be175857acaec40d590df6e4fd74d9cd95a 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/python3 (3.11.2) to create virtualenv... created virtual environment CPython3.11.2.final.0-64 in 414ms 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==23.3.1, setuptools==69.0.2, wheel==0.42.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator ✔ Successfully created virtual environment! Virtualenv location: /root/.local/share/virtualenvs/blog-K74EX7Mn Installing dependencies from Pipfile.lock (74dd72)... To activate this project's virtualenv, run pipenv shell. Alternatively, run a command inside the virtualenv with pipenv run. + pipenv run clean + pipenv run build [14:17:14] CRITICAL ModuleNotFoundError: No module named __init__.py:666 'seafoam' section_end:1702736236:step_script section_start:1702736236:cleanup_file_variables Cleaning up project directory and file based variables section_end:1702736237:cleanup_file_variables ERROR: Job failed: exit code 1