Running with gitlab-runner 13.10.0 (54944146)  on 46f8988f404a ZxrVoZ3b section_start:1649328633:prepare_executor Preparing the "docker" executor Using Docker executor with image python:latest ... Pulling docker image python:latest ... Using docker image sha256:4dd615d90c9da26a8137ab95596c80093e7a36e92f2303af96236a5503f26e42 for python:latest with digest python@sha256:4cd576f6b6e51835b97de6486e312198f6e5dcc4089592b21831b3be3827508b ... section_end:1649328635:prepare_executor section_start:1649328635:prepare_script Preparing environment Running on runner-zxrvoz3b-project-16-concurrent-0 via 46f8988f404a... section_end:1649328636:prepare_script section_start:1649328636:get_sources Getting source from Git repository Fetching changes with git depth set to 20... Reinitialized existing Git repository in /builds/gitlab/FObersteiner/icartt-dev/.git/ Checking out 26c10427 as dev... Removing poetry.lock Removing public/ Removing src/icartt/__pycache__/ Skipping Git submodules setup section_end:1649328637:get_sources section_start:1649328637:step_script Executing "step_script" stage of the job script Using docker image sha256:4dd615d90c9da26a8137ab95596c80093e7a36e92f2303af96236a5503f26e42 for python:latest with digest python@sha256:4cd576f6b6e51835b97de6486e312198f6e5dcc4089592b21831b3be3827508b ... $ 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.1.13) Installing Poetry (1.1.13): Creating environment Installing Poetry (1.1.13): Installing Poetry Installing Poetry (1.1.13): Creating script Installing Poetry (1.1.13): Done Poetry (1.1.13) 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.1.13 $ poetry build Creating virtualenv icartt--ncFKk7U-py3.10 in /root/.cache/pypoetry/virtualenvs Building icartt (2.0.0-rc1) - Building sdist - Built icartt-2.0.0rc1.tar.gz - Building wheel - Built icartt-2.0.0rc1-py3-none-any.whl section_end:1649328651:step_script section_start:1649328651:cleanup_file_variables Cleaning up file based variables section_end:1649328651:cleanup_file_variables Job succeeded