Running with gitlab-runner 13.10.0 (54944146)  on 46f8988f404a-shared TD5kecTn section_start:1649328932: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:1649328935:prepare_executor section_start:1649328935:prepare_script Preparing environment Running on runner-td5kectn-project-16-concurrent-0 via 46f8988f404a... section_end:1649328935:prepare_script section_start:1649328935: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 2.0.0-rc1... Removing dist/ Skipping Git submodules setup section_end:1649328936:get_sources section_start:1649328936: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 install Creating virtualenv icartt--ncFKk7U-py3.10 in /root/.cache/pypoetry/virtualenvs Updating dependencies Resolving dependencies... Writing lock file Package operations: 63 installs, 0 updates, 0 removals • Installing certifi (2021.10.8) • Installing charset-normalizer (2.0.12) • Installing idna (3.3) • Installing markupsafe (2.1.1) • Installing pyparsing (3.0.7) • Installing pytz (2022.1) • Installing urllib3 (1.26.9) • Installing alabaster (0.7.12) • Installing babel (2.9.1) • Installing docutils (0.16) • Installing jinja2 (3.1.1) • Installing imagesize (1.3.0) • Installing natsort (8.1.0) • Installing pygments (2.11.2) • Installing packaging (21.3) • Installing requests (2.27.1) • Installing snowballstemmer (2.2.0) • Installing sphinxcontrib-applehelp (1.0.2) • Installing sphinxcontrib-devhelp (1.0.2) • Installing sphinxcontrib-htmlhelp (2.0.0) • Installing sphinxcontrib-jsmath (1.0.1) • Installing sphinxcontrib-qthelp (1.0.3) • Installing sphinxcontrib-serializinghtml (1.1.5) • Installing typing-extensions (4.1.1) • Installing cssutils (2.4.0) • Installing deprecation (2.1.0) • Installing domdf-python-tools (3.2.2.post1) • Installing lockfile (0.12.2) • Installing msgpack (1.0.3) • Installing platformdirs (2.5.1) • Installing ruamel.yaml.clib (0.2.6) • Installing six (1.16.0) • Installing soupsieve (2.3.2) • Installing sphinx (4.5.0) • Installing webencodings (0.5.1) • Installing apeye (1.2.0) • Installing attrs (21.4.0) • Installing autodocsumm (0.2.7) • Installing beautifulsoup4 (4.10.0) • Installing cachecontrol (0.12.10) • Installing click (8.1.2) • Installing deprecation-alias (0.3.1) • Installing dict2css (0.3.0) • Installing html5lib (1.1) • Installing more-itertools (8.12.0) • Installing mypy-extensions (0.4.3) • Installing pathspec (0.9.0) • Installing pluggy (0.13.1) • Installing py (1.11.0) • Installing ruamel.yaml (0.17.21) • Installing sphinx-autodoc-typehints (1.14.1) • Installing sphinx-prompt (1.5.0) • Installing sphinx-tabs (3.2.0) • Installing tabulate (0.8.9) • Installing tomli (2.0.1) • Installing wcwidth (0.2.5) • Installing black (22.3.0) • Installing coverage (6.3.2) • Installing enum-tools (0.9.0.post1) • Installing pytest (5.4.3) • Installing sphinx-rtd-theme (1.0.0) • Installing numpy (1.22.3) • Installing sphinx-toolbox (2.18.0) Installing the current project: icartt (2.0.0-rc1) $ 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:1649329008:step_script section_start:1649329008: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=406 responseStatus=201 Created token=pRPS_SZQ section_end:1649329009:upload_artifacts_on_success section_start:1649329009:cleanup_file_variables Cleaning up file based variables section_end:1649329010:cleanup_file_variables Job succeeded