Running with gitlab-runner 16.8.0 (c72a09b6)  on mbees-glr-0001-r4 1Ex7uFbY, system ID: s_6f18c7e4f2df section_start:1712861485: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:1712861488:prepare_executor section_start:1712861488:prepare_script Preparing environment Running on runner-1ex7ufby-project-32-concurrent-0 via mbees-glr-0001... section_end:1712861489:prepare_script section_start:1712861489: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 1d2eacf4 as detached HEAD (ref is update_datetime)... Removing .cache/ Removing .venv/ Skipping Git submodules setup section_end:1712861489:get_sources section_start:1712861489: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:1712861490:restore_cache section_start:1712861490: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 build Building icartt (2.0.0) - Building sdist - Built icartt-2.0.0.tar.gz - Building wheel - Built icartt-2.0.0-py3-none-any.whl section_end:1712861502:step_script section_start:1712861502:archive_cache Saving cache for successful job Creating cache default-non_protected... .cache/pip: found 681 matching artifact files and directories .venv: found 610 matching artifact files and directories No URL provided, cache will not be uploaded to shared cache server. Cache will be stored only locally. Created cache section_end:1712861503:archive_cache section_start:1712861503:cleanup_file_variables Cleaning up project directory and file based variables section_end:1712861503:cleanup_file_variables Job succeeded