Running with gitlab-runner 13.10.0 (54944146)  on 46f8988f404a ZxrVoZ3b section_start:1652456875:prepare_executor Preparing the "docker" executor Using Docker executor with image python:latest ... Pulling docker image python:latest ... Using docker image sha256:bda19bf988a7c3723013d80d8f377137630960d73302b119fc1eca0c9f5768c7 for python:latest with digest python@sha256:85f504ba9cad91a636b58fdec377eb4b69ed4f6ca593a6a7ebf84617f39bad49 ... section_end:1652456878:prepare_executor section_start:1652456878:prepare_script Preparing environment Running on runner-zxrvoz3b-project-16-concurrent-0 via 46f8988f404a... section_end:1652456878:prepare_script section_start:1652456878: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 5ab24752 as master... Removing .cache/ Removing .coverage Removing .venv/ Removing poetry.lock Removing src/icartt/__pycache__/ Removing tests/__pycache__/ Skipping Git submodules setup section_end:1652456879:get_sources section_start:1652456879:restore_cache Restoring cache Checking cache for default-protected... No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. WARNING: .venv/bin/python: chmod .venv/bin/python: no such file or directory (suppressing repeats) Successfully extracted cache section_end:1652456883:restore_cache section_start:1652456883:step_script Executing "step_script" stage of the job script Using docker image sha256:bda19bf988a7c3723013d80d8f377137630960d73302b119fc1eca0c9f5768c7 for python:latest with digest python@sha256:85f504ba9cad91a636b58fdec377eb4b69ed4f6ca593a6a7ebf84617f39bad49 ... $ 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 config virtualenvs.in-project true $ poetry install Updating dependencies Resolving dependencies... Writing lock file No dependencies to install or update Installing the current project: icartt (2.0.0) $ cd docs $ poetry run sphinx-build -b html . ../public Running Sphinx v4.5.0 making output directory... done loading intersphinx inventory from https://docs.python.org/3/objects.inv... loading intersphinx inventory from https://numpy.org/doc/stable/objects.inv... building [mo]: targets for 0 po files that are out of date building [html]: targets for 2 source files that are out of date updating environment: [new config] 2 added, 0 changed, 0 removed reading sources... [ 50%] index reading sources... [100%] usage looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 50%] index writing output... [100%] usage generating indices... genindex py-modindex done writing additional pages... search done copying static files... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded. The HTML pages are in ../public. section_end:1652457010:step_script section_start:1652457010:archive_cache Saving cache for successful job Creating cache default-protected... .cache/pip: found 124 matching files and directories .venv: found 9849 matching files and directories  No URL provided, cache will be not uploaded to shared cache server. Cache will be stored only locally. Created cache section_end:1652457020:archive_cache section_start:1652457020:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... public: found 32 matching files and directories  Uploading artifacts as "archive" to coordinator... ok id=518 responseStatus=201 Created token=j44UpKod section_end:1652457021:upload_artifacts_on_success section_start:1652457021:cleanup_file_variables Cleaning up file based variables section_end:1652457021:cleanup_file_variables Job succeeded