Running with gitlab-runner 13.10.0 (54944146)  on 46f8988f404a-shared TD5kecTn section_start:1652457022: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:1652457025:prepare_executor section_start:1652457025:prepare_script Preparing environment Running on runner-td5kectn-project-16-concurrent-0 via 46f8988f404a... section_end:1652457025:prepare_script section_start:1652457025: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 dev... Removing .venv/ Removing dist/ Skipping Git submodules setup section_end:1652457026:get_sources section_start:1652457026:restore_cache Restoring cache Checking cache for default-non_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:1652457027:restore_cache section_start:1652457027: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 update Updating dependencies Resolving dependencies... Writing lock file Package operations: 62 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.9) • Installing pytz (2022.1) • Installing urllib3 (1.26.9) • Installing alabaster (0.7.12) • Installing babel (2.10.1) • Installing imagesize (1.3.0) • Installing docutils (0.17.1) • Installing natsort (8.1.0) • Installing pygments (2.12.0) • Installing packaging (21.3) • Installing jinja2 (3.1.2) • 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.2.0) • Installing cssutils (2.4.0) • Installing domdf-python-tools (3.3.0) • Installing lockfile (0.12.2) • Installing msgpack (1.0.3) • Installing platformdirs (2.5.2) • Installing ruamel.yaml.clib (0.2.6) • Installing six (1.16.0) • Installing soupsieve (2.3.2.post1) • Installing sphinx (4.5.0) • Installing webencodings (0.5.1) • Installing apeye (1.2.0) • Installing attrs (21.4.0) • Installing autodocsumm (0.2.8) • Installing beautifulsoup4 (4.11.1) • Installing cachecontrol (0.12.11) • Installing click (8.1.3) • Installing dict2css (0.3.0) • Installing html5lib (1.1) • Installing more-itertools (8.13.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-jinja2-compat (0.1.2) • Installing sphinx-prompt (1.5.0) • Installing sphinx-tabs (3.3.1) • Installing tabulate (0.8.9) • Installing tomli (2.0.1) • Installing wcwidth (0.2.5) • Installing black (22.3.0) • Installing coverage (6.3.3) • Installing enum-tools (0.9.0.post1) • Installing numpy (1.21.1) • Installing pytest (5.4.3) • Installing sphinx-rtd-theme (1.0.0) • Installing sphinx-toolbox (3.0.0) $ poetry install Installing dependencies from lock file No dependencies to install or update Installing the current project: icartt (2.0.0) $ 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.718s 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 60 1 98% ------------------------------------------ TOTAL 320 1 99% section_end:1652457405:step_script section_start:1652457405:archive_cache Saving cache for successful job Creating cache default-non_protected... .cache/pip: found 110 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:1652457416:archive_cache section_start:1652457416:cleanup_file_variables Cleaning up file based variables section_end:1652457416:cleanup_file_variables Job succeeded