create_docs
Passed Started
by
@FObersteiner

Florian Obersteiner
1Running with gitlab-runner 13.10.0 (54944146)2 on 46f8988f404a ZxrVoZ3b4Using Docker executor with image python:latest ...5Pulling docker image python:latest ...6Using docker image sha256:4dd615d90c9da26a8137ab95596c80093e7a36e92f2303af96236a5503f26e42 for python:latest with digest python@sha256:4cd576f6b6e51835b97de6486e312198f6e5dcc4089592b21831b3be3827508b ...8Running on runner-zxrvoz3b-project-16-concurrent-0 via 46f8988f404a...10Fetching changes with git depth set to 20...11Reinitialized existing Git repository in /builds/gitlab/FObersteiner/icartt-dev/.git/12Checking out 96da4f77 as dev...13Removing dist/14Skipping Git submodules setup16Using docker image sha256:4dd615d90c9da26a8137ab95596c80093e7a36e92f2303af96236a5503f26e42 for python:latest with digest python@sha256:4cd576f6b6e51835b97de6486e312198f6e5dcc4089592b21831b3be3827508b ...17$ curl -sSL https://install.python-poetry.org | python3 -18Retrieving Poetry metadata19# Welcome to Poetry!20This will download and install the latest version of Poetry,21a dependency and package manager for Python.22It will add the `poetry` command to Poetry's bin directory, located at:23/root/.local/bin24You can uninstall at any time by executing this script with the --uninstall option,25and these changes will be reverted.26Installing Poetry (1.1.13)27Installing Poetry (1.1.13): Creating environment28Installing Poetry (1.1.13): Installing Poetry29Installing Poetry (1.1.13): Creating script30Installing Poetry (1.1.13): Done31Poetry (1.1.13) is installed now. Great!32To get started you need Poetry's bin directory (/root/.local/bin) in your `PATH`33environment variable.34Add `export PATH="/root/.local/bin:$PATH"` to your shell configuration file.35Alternatively, you can call Poetry explicitly with `/root/.local/bin/poetry`.36You can test that everything is set up by executing:37`poetry --version`38$ export PATH="/root/.local/bin:$PATH"39$ poetry --version40Poetry version 1.1.1341$ poetry install42Creating virtualenv icartt--ncFKk7U-py3.10 in /root/.cache/pypoetry/virtualenvs43Updating dependencies44Resolving dependencies...45Writing lock file46Package operations: 63 installs, 0 updates, 0 removals47 • Installing certifi (2021.10.8)48 • Installing charset-normalizer (2.0.12)49 • Installing idna (3.3)50 • Installing markupsafe (2.1.1)51 • Installing pyparsing (3.0.7)52 • Installing pytz (2022.1)53 • Installing urllib3 (1.26.9)54 • Installing alabaster (0.7.12)55 • Installing babel (2.9.1)56 • Installing imagesize (1.3.0)57 • Installing jinja2 (3.1.1)58 • Installing natsort (8.1.0)59 • Installing docutils (0.16)60 • Installing pygments (2.11.2)61 • Installing packaging (21.3)62 • Installing requests (2.27.1)63 • Installing snowballstemmer (2.2.0)64 • Installing sphinxcontrib-applehelp (1.0.2)65 • Installing sphinxcontrib-devhelp (1.0.2)66 • Installing sphinxcontrib-htmlhelp (2.0.0)67 • Installing sphinxcontrib-jsmath (1.0.1)68 • Installing sphinxcontrib-qthelp (1.0.3)69 • Installing sphinxcontrib-serializinghtml (1.1.5)70 • Installing typing-extensions (4.1.1)71 • Installing cssutils (2.4.0)72 • Installing deprecation (2.1.0)73 • Installing domdf-python-tools (3.2.2.post1)74 • Installing lockfile (0.12.2)75 • Installing msgpack (1.0.3)76 • Installing platformdirs (2.5.1)77 • Installing ruamel.yaml.clib (0.2.6)78 • Installing six (1.16.0)79 • Installing soupsieve (2.3.2)80 • Installing sphinx (4.5.0)81 • Installing webencodings (0.5.1)82 • Installing apeye (1.2.0)83 • Installing attrs (21.4.0)84 • Installing autodocsumm (0.2.7)85 • Installing beautifulsoup4 (4.10.0)86 • Installing cachecontrol (0.12.10)87 • Installing click (8.1.2)88 • Installing deprecation-alias (0.3.1)89 • Installing dict2css (0.3.0)90 • Installing html5lib (1.1)91 • Installing more-itertools (8.12.0)92 • Installing mypy-extensions (0.4.3)93 • Installing pathspec (0.9.0)94 • Installing pluggy (0.13.1)95 • Installing py (1.11.0)96 • Installing ruamel.yaml (0.17.21)97 • Installing sphinx-autodoc-typehints (1.14.1)98 • Installing sphinx-prompt (1.5.0)99 • Installing sphinx-tabs (3.2.0)100 • Installing tabulate (0.8.9)101 • Installing tomli (2.0.1)102 • Installing wcwidth (0.2.5)103 • Installing black (22.3.0)104 • Installing coverage (6.3.2)105 • Installing enum-tools (0.9.0.post1)106 • Installing numpy (1.22.3)107 • Installing pytest (5.4.3)108 • Installing sphinx-rtd-theme (1.0.0)109 • Installing sphinx-toolbox (2.18.0)110Installing the current project: icartt (2.0.0-rc1)111$ cd docs112$ poetry run sphinx-build -b html . ../public113Running Sphinx v4.5.0114making output directory... done115loading intersphinx inventory from https://docs.python.org/3/objects.inv...116loading intersphinx inventory from https://numpy.org/doc/stable/objects.inv...117building [mo]: targets for 0 po files that are out of date118building [html]: targets for 2 source files that are out of date119updating environment: [new config] 2 added, 0 changed, 0 removed120reading sources... [ 50%] index121reading sources... [100%] usage122looking for now-outdated files... none found123pickling environment... done124checking consistency... done125preparing documents... done126writing output... [ 50%] index127writing output... [100%] usage128generating indices... genindex py-modindex done129writing additional pages... search done130copying static files... done131copying extra files... done132dumping search index in English (code: en)... done133dumping object inventory... done134build succeeded.135The HTML pages are in ../public.137Uploading artifacts...138public: found 32 matching files and directories 139Uploading artifacts as "archive" to coordinator... ok id=397 responseStatus=201 Created token=yYY2uo7B141Job succeeded