Running with gitlab-runner 16.8.0 (c72a09b6)  on mbees-glr-0001-r4 1Ex7uFbY, system ID: s_6f18c7e4f2df section_start:1712856789:prepare_executor Preparing the "docker" executor Using Docker executor with image python:latest ... Pulling docker image python:latest ... Using docker image sha256:099bf23b94d964410e2782137f32fa313512da95a5eaff6d2d2460f31ff94aba for python:latest with digest python@sha256:e0e2713ebf0f7b114b8bf9fbcaba9a69ef80e996b9bb3fa5837e42c779dcdc0f ... section_end:1712856792:prepare_executor section_start:1712856792:prepare_script Preparing environment Running on runner-1ex7ufby-project-32-concurrent-0 via mbees-glr-0001... section_end:1712856792:prepare_script section_start:1712856792:get_sources Getting source from Git repository Fetching changes with git depth set to 20... Reinitialized existing Git repository in /builds/gitlab/zssherman/icartt_pypackage/.git/ Checking out 5445f79b as detached HEAD (ref is update_datetime)... Removing .cache/ Removing .venv/ Removing dist/ Skipping Git submodules setup section_end:1712856793:get_sources section_start:1712856793:restore_cache Restoring cache Checking cache for default-non_protected... No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. Successfully extracted cache section_end:1712856793:restore_cache section_start:1712856793:step_script Executing "step_script" stage of the job script Using docker image sha256:099bf23b94d964410e2782137f32fa313512da95a5eaff6d2d2460f31ff94aba for python:latest with digest python@sha256:e0e2713ebf0f7b114b8bf9fbcaba9a69ef80e996b9bb3fa5837e42c779dcdc0f ... $ curl -sSL https://install.python-poetry.org | python3 - Retrieving Poetry metadata # Welcome to Poetry! This will download and install the latest version of Poetry, a dependency and package manager for Python. It will add the `poetry` command to Poetry's bin directory, located at: /root/.local/bin You can uninstall at any time by executing this script with the --uninstall option, and these changes will be reverted. Installing Poetry (1.8.2) Installing Poetry (1.8.2): Creating environment Installing Poetry (1.8.2): Installing Poetry Installing Poetry (1.8.2): Creating script Installing Poetry (1.8.2): Done Poetry (1.8.2) is installed now. Great! To get started you need Poetry's bin directory (/root/.local/bin) in your `PATH` environment variable. Add `export PATH="/root/.local/bin:$PATH"` to your shell configuration file. Alternatively, you can call Poetry explicitly with `/root/.local/bin/poetry`. You can test that everything is set up by executing: `poetry --version` $ export PATH="/root/.local/bin:$PATH" $ poetry --version Poetry (version 1.8.2) $ poetry config virtualenvs.in-project true $ poetry update Updating dependencies Resolving dependencies... Package docutils (0.21.post1) not found. section_end:1712856812:step_script section_start:1712856812:cleanup_file_variables Cleaning up project directory and file based variables section_end:1712856813:cleanup_file_variables ERROR: Job failed: exit code 1