test
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:bda19bf988a7c3723013d80d8f377137630960d73302b119fc1eca0c9f5768c7 for python:latest with digest python@sha256:85f504ba9cad91a636b58fdec377eb4b69ed4f6ca593a6a7ebf84617f39bad49 ...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 5ab24752 as master...13Removing poetry.lock14Removing public/15Removing src/icartt/__pycache__/16Skipping Git submodules setup18Checking cache for default-protected...19No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 20Successfully extracted cache22Using docker image sha256:bda19bf988a7c3723013d80d8f377137630960d73302b119fc1eca0c9f5768c7 for python:latest with digest python@sha256:85f504ba9cad91a636b58fdec377eb4b69ed4f6ca593a6a7ebf84617f39bad49 ...23$ curl -sSL https://install.python-poetry.org | python3 -24Retrieving Poetry metadata25# Welcome to Poetry!26This will download and install the latest version of Poetry,27a dependency and package manager for Python.28It will add the `poetry` command to Poetry's bin directory, located at:29/root/.local/bin30You can uninstall at any time by executing this script with the --uninstall option,31and these changes will be reverted.32Installing Poetry (1.1.13)33Installing Poetry (1.1.13): Creating environment34Installing Poetry (1.1.13): Installing Poetry35Installing Poetry (1.1.13): Creating script36Installing Poetry (1.1.13): Done37Poetry (1.1.13) is installed now. Great!38To get started you need Poetry's bin directory (/root/.local/bin) in your `PATH`39environment variable.40Add `export PATH="/root/.local/bin:$PATH"` to your shell configuration file.41Alternatively, you can call Poetry explicitly with `/root/.local/bin/poetry`.42You can test that everything is set up by executing:43`poetry --version`44$ export PATH="/root/.local/bin:$PATH"45$ poetry --version46Poetry version 1.1.1347$ poetry config virtualenvs.in-project true48$ poetry update49Creating virtualenv icartt in /builds/gitlab/FObersteiner/icartt-dev/.venv50Updating dependencies51Resolving dependencies...52Writing lock file53Package operations: 62 installs, 0 updates, 0 removals54 • Installing certifi (2021.10.8)55 • Installing charset-normalizer (2.0.12)56 • Installing idna (3.3)57 • Installing markupsafe (2.1.1)58 • Installing pyparsing (3.0.9)59 • Installing pytz (2022.1)60 • Installing urllib3 (1.26.9)61 • Installing alabaster (0.7.12)62 • Installing babel (2.10.1)63 • Installing docutils (0.17.1)64 • Installing imagesize (1.3.0)65 • Installing jinja2 (3.1.2)66 • Installing natsort (8.1.0)67 • Installing packaging (21.3)68 • Installing pygments (2.12.0)69 • Installing requests (2.27.1)70 • Installing snowballstemmer (2.2.0)71 • Installing sphinxcontrib-applehelp (1.0.2)72 • Installing sphinxcontrib-devhelp (1.0.2)73 • Installing sphinxcontrib-htmlhelp (2.0.0)74 • Installing sphinxcontrib-jsmath (1.0.1)75 • Installing sphinxcontrib-qthelp (1.0.3)76 • Installing sphinxcontrib-serializinghtml (1.1.5)77 • Installing typing-extensions (4.2.0)78 • Installing cssutils (2.4.0)79 • Installing domdf-python-tools (3.3.0)80 • Installing lockfile (0.12.2)81 • Installing platformdirs (2.5.2)82 • Installing ruamel.yaml.clib (0.2.6)83 • Installing six (1.16.0)84 • Installing soupsieve (2.3.2.post1)85 • Installing msgpack (1.0.3)86 • Installing sphinx (4.5.0)87 • Installing webencodings (0.5.1)88 • Installing apeye (1.2.0)89 • Installing attrs (21.4.0)90 • Installing autodocsumm (0.2.8)91 • Installing beautifulsoup4 (4.11.1)92 • Installing cachecontrol (0.12.11)93 • Installing click (8.1.3)94 • Installing dict2css (0.3.0)95 • Installing html5lib (1.1)96 • Installing more-itertools (8.13.0)97 • Installing mypy-extensions (0.4.3)98 • Installing pathspec (0.9.0)99 • Installing pluggy (0.13.1)100 • Installing py (1.11.0)101 • Installing ruamel.yaml (0.17.21)102 • Installing sphinx-autodoc-typehints (1.14.1)103 • Installing sphinx-jinja2-compat (0.1.2)104 • Installing sphinx-prompt (1.5.0)105 • Installing sphinx-tabs (3.3.1)106 • Installing tabulate (0.8.9)107 • Installing tomli (2.0.1)108 • Installing wcwidth (0.2.5)109 • Installing black (22.3.0)110 • Installing coverage (6.3.3)111 • Installing enum-tools (0.9.0.post1)112 • Installing numpy (1.21.1)113 • Installing pytest (5.4.3)114 • Installing sphinx-rtd-theme (1.0.0)115 • Installing sphinx-toolbox (3.0.0)116$ poetry install117Installing dependencies from lock file118No dependencies to install or update119Installing the current project: icartt (2.0.0)120$ poetry run coverage run --source=tests -m unittest discover121............/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Altitude[] does not comply with ICARTT standard v2122 warnings.warn(123/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name TempK[] does not comply with ICARTT standard v2124 warnings.warn(125/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_NumDensity[] does not comply with ICARTT standard v2126 warnings.warn(127/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name TempK_Err[] does not comply with ICARTT standard v2128 warnings.warn(129/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name AerKlet[] does not comply with ICARTT standard v2130 warnings.warn(131/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_O3NumDensity[] does not comply with ICARTT standard v2132 warnings.warn(133/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name O3_MR[] does not comply with ICARTT standard v2134 warnings.warn(135/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_O3NumDensity_Err[] does not comply with ICARTT standard v2136 warnings.warn(137......../builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Altitude[] does not comply with ICARTT standard v2138 warnings.warn(139/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name TempK[] does not comply with ICARTT standard v2140 warnings.warn(141/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_NumDensity[] does not comply with ICARTT standard v2142 warnings.warn(143/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name TempK_Err[] does not comply with ICARTT standard v2144 warnings.warn(145/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name AerKlet[] does not comply with ICARTT standard v2146 warnings.warn(147/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_O3NumDensity[] does not comply with ICARTT standard v2148 warnings.warn(149/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name O3_MR[] does not comply with ICARTT standard v2150 warnings.warn(151/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_O3NumDensity_Err[] does not comply with ICARTT standard v2152 warnings.warn(153./builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Altitude[] does not comply with ICARTT standard v2154 warnings.warn(155/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name TempK[] does not comply with ICARTT standard v2156 warnings.warn(157/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_NumDensity[] does not comply with ICARTT standard v2158 warnings.warn(159/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name TempK_Err[] does not comply with ICARTT standard v2160 warnings.warn(161/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name AerKlet[] does not comply with ICARTT standard v2162 warnings.warn(163/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_O3NumDensity[] does not comply with ICARTT standard v2164 warnings.warn(165/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name O3_MR[] does not comply with ICARTT standard v2166 warnings.warn(167/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_O3NumDensity_Err[] does not comply with ICARTT standard v2168 warnings.warn(169./builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Altitude[] does not comply with ICARTT standard v2170 warnings.warn(171/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name TempK[] does not comply with ICARTT standard v2172 warnings.warn(173/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_NumDensity[] does not comply with ICARTT standard v2174 warnings.warn(175/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name TempK_Err[] does not comply with ICARTT standard v2176 warnings.warn(177/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name AerKlet[] does not comply with ICARTT standard v2178 warnings.warn(179/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_O3NumDensity[] does not comply with ICARTT standard v2180 warnings.warn(181/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name O3_MR[] does not comply with ICARTT standard v2182 warnings.warn(183/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:392: UserWarning: Variable short name Log10_O3NumDensity_Err[] does not comply with ICARTT standard v2184 warnings.warn(185./builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword PI_CONTACT_INFO is missing.186 warnings.warn(187/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword PLATFORM is missing.188 warnings.warn(189/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword LOCATION is missing.190 warnings.warn(191/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword ASSOCIATED_DATA is missing.192 warnings.warn(193/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword INSTRUMENT_INFO is missing.194 warnings.warn(195/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword DATA_INFO is missing.196 warnings.warn(197/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword UNCERTAINTY is missing.198 warnings.warn(199/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword ULOD_FLAG is missing.200 warnings.warn(201/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword ULOD_VALUE is missing.202 warnings.warn(203/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword LLOD_FLAG is missing.204 warnings.warn(205/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword LLOD_VALUE is missing.206 warnings.warn(207/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword DM_CONTACT_INFO is missing.208 warnings.warn(209/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword PROJECT_INFO is missing.210 warnings.warn(211/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword STIPULATIONS_ON_USE is missing.212 warnings.warn(213/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword OTHER_COMMENTS is missing.214 warnings.warn(215/builds/gitlab/FObersteiner/icartt-dev/src/icartt/dataset.py:290: UserWarning: Normal comments: required keyword REVISION is missing.216 warnings.warn(217/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)218 warnings.warn(219......220----------------------------------------------------------------------221Ran 29 tests in 4.044s222OK223$ poetry run coverage report224Name Stmts Miss Cover225------------------------------------------226tests/__init__.py 0 0 100%227tests/_utils.py 1 0 100%228tests/test_1001.py 123 0 100%229tests/test_2110.py 136 0 100%230tests/test_bulkIO.py 60 1 98%231------------------------------------------232TOTAL 320 1 99%234Creating cache default-protected...235.cache/pip: found 110 matching files and directories 236.venv: found 9849 matching files and directories 237No URL provided, cache will be not uploaded to shared cache server. Cache will be stored only locally. 238Created cache240Job succeeded