Running with gitlab-runner 13.10.0 (54944146)  on 46f8988f404a ZxrVoZ3b section_start:1649328849: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:1649328851:prepare_executor section_start:1649328851:prepare_script Preparing environment Running on runner-zxrvoz3b-project-16-concurrent-0 via 46f8988f404a... section_end:1649328852:prepare_script section_start:1649328852: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 poetry.lock Removing public/ Removing src/icartt/__pycache__/ Skipping Git submodules setup section_end:1649328853:get_sources section_start:1649328853: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 update 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 packaging (21.3) • Installing imagesize (1.3.0) • Installing pygments (2.11.2) • Installing natsort (8.1.0) • 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 beautifulsoup4 (4.10.0) • Installing cachecontrol (0.12.10) • Installing autodocsumm (0.2.7) • Installing deprecation-alias (0.3.1) • Installing click (8.1.2) • 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 numpy (1.22.3) • Installing pytest (5.4.3) • Installing sphinx-rtd-theme (1.0.0) • Installing sphinx-toolbox (2.18.0) $ poetry install Installing dependencies from lock file No dependencies to install or update Installing the current project: icartt (2.0.0-rc1) $ poetry run coverage run --source=tests -m unittest discover ............/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Altitude[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name TempK[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_NumDensity[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name TempK_Err[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name AerKlet[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_O3NumDensity[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name O3_MR[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_O3NumDensity_Err[] does not comply with ICARTT standard v2 warnings.warn( ......../builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Altitude[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name TempK[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_NumDensity[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name TempK_Err[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name AerKlet[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_O3NumDensity[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name O3_MR[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_O3NumDensity_Err[] does not comply with ICARTT standard v2 warnings.warn( ./builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Altitude[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name TempK[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_NumDensity[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name TempK_Err[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name AerKlet[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_O3NumDensity[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name O3_MR[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_O3NumDensity_Err[] does not comply with ICARTT standard v2 warnings.warn( ./builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Altitude[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name TempK[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_NumDensity[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name TempK_Err[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name AerKlet[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_O3NumDensity[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name O3_MR[] does not comply with ICARTT standard v2 warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_O3NumDensity_Err[] does not comply with ICARTT standard v2 warnings.warn( ./builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword PI_CONTACT_INFO is missing. warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword PLATFORM is missing. warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword LOCATION is missing. warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword ASSOCIATED_DATA is missing. warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword INSTRUMENT_INFO is missing. warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword DATA_INFO is missing. warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword UNCERTAINTY is missing. warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword ULOD_FLAG is missing. warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword ULOD_VALUE is missing. warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword LLOD_FLAG is missing. warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword LLOD_VALUE is missing. warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword DM_CONTACT_INFO is missing. warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword PROJECT_INFO is missing. warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword STIPULATIONS_ON_USE is missing. warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword OTHER_COMMENTS is missing. warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword REVISION is missing. warnings.warn( /builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:692: UserWarning: Number of header lines suggested in line 1 (25) do not match actual header lines read (41) warnings.warn( ...... ---------------------------------------------------------------------- Ran 29 tests in 3.864s OK $ poetry run coverage report Name Stmts Miss Cover ------------------------------------------ tests/__init__.py 0 0 100% tests/_utils.py 1 0 100% tests/test_1001.py 123 0 100% tests/test_2110.py 136 0 100% tests/test_bulkIO.py 56 1 98% ------------------------------------------ TOTAL 316 1 99% section_end:1649328931:step_script section_start:1649328931:cleanup_file_variables Cleaning up file based variables section_end:1649328931:cleanup_file_variables Job succeeded