ESMValGroup / ESMValCore

ESMValCore: A community tool for pre-processing data from Earth system models in CMIP and running analysis scripts.
https://www.esmvaltool.org
Apache License 2.0
42 stars 38 forks source link

Installation of pip dependencies not possible due to PEP 517 #386

Closed BenMGeo closed 4 years ago

BenMGeo commented 4 years ago

I try to reinstall the core based on the standard workflow (for developers).

I get an Error:

ERROR: Could not build wheels for cartopy which use PEP 517 and cannot be installed directly

when I run the pip install -e '.[develop]' command.

It seems to raise an issue for cartopy and iris.

This is new and I have no idea how to solve in another way than editing setup.py, but I do not want to mess with that.

BenMGeo commented 4 years ago

@bascrezee FYI

valeriupredoi commented 4 years ago

what iris and cartopy do you have in the environment? conda list iris && conda list cartopy

valeriupredoi commented 4 years ago

have just repeated the install steps from scratch:

conda env create -n esmvaltool -f environment.yml
conda activate esmvaltool
pip install -e '.[develop]'

and had no issues. Note that iris=3 fails to install correctly via pip with cartopy throwing exactly that error that you mention so careful what iris+cartopy combination you have, in a purely dev env that doesn't follow the tool's specs tho

BenMGeo commented 4 years ago

V, here is the output from the listing:

# packages in environment at /home/bmueller/anaconda3/envs/esmvaltool:
#
# Name                    Version                   Build  Channel
iris                      2.2.1                    py38_0    conda-forge
# packages in environment at /home/bmueller/anaconda3/envs/esmvaltool:
#
# Name                    Version                   Build  Channel
cartopy                   0.17.0          py38h423102d_1009    conda-forge

I did not change anything in the setup.py or environment.yml, so I'm rather puzzled that we have differences...

I show you the pip response here:

LOG Obtaining file:///media/bmueller/Work/GIT/ESMValCore Collecting cf-units (from ESMValCore==2.0.0b2) Requirement already satisfied: dask[array] in /home/bmueller/anaconda3/lib/python3.7/site-packages (from ESMValCore==2.0.0b2) (2.1.0) Collecting fiona (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/59/59/f9970d95121d238399824ee542dc4b8c51cc4d897a5519281e942def369d/Fiona-1.8.11-cp37-cp37m-manylinux1_x86_64.whl Collecting nc-time-axis (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/47/2b/4a0681fd7178caa106f5f480217b9381ba77f8f7c8c1e63e91b0fd2cc427/nc_time_axis-1.2.0-py3-none-any.whl Collecting netCDF4 (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/bf/da/79d6762e0ef66f913249684122d567bddfada6b83cdf9e96c82550fd2d14/netCDF4-1.5.3-cp37-cp37m-manylinux1_x86_64.whl Requirement already satisfied: numba in /home/bmueller/anaconda3/lib/python3.7/site-packages (from ESMValCore==2.0.0b2) (0.44.1) Requirement already satisfied: numpy in /home/bmueller/anaconda3/lib/python3.7/site-packages (from ESMValCore==2.0.0b2) (1.16.4) Collecting prov[dot] (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/aa/f1/85f277cf15ce2fed6f189b220ff14d7b33b21cc7beb95ae48f1255672e74/prov-1.5.3-py2.py3-none-any.whl Requirement already satisfied: psutil in /home/bmueller/anaconda3/lib/python3.7/site-packages (from ESMValCore==2.0.0b2) (5.6.3) Requirement already satisfied: pyyaml in /home/bmueller/anaconda3/lib/python3.7/site-packages (from ESMValCore==2.0.0b2) (5.1.1) Collecting scitools-iris>=2.2 (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/2c/82/f2e5ae4838294def0b4ff0605ea6a9f7ab182ebea50fbdd6e9e59da5e8a4/scitools-iris-2.2.0.tar.gz Collecting shapely[vectorized] (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/97/36/1af447160f713d72f35dd7e749788367b7a13285c4af2fbd675128aa4e99/Shapely-1.6.4.post2-cp37-cp37m-manylinux1_x86_64.whl Collecting stratify (from ESMValCore==2.0.0b2) Collecting yamale (from ESMValCore==2.0.0b2) Requirement already satisfied: isort in /home/bmueller/anaconda3/lib/python3.7/site-packages (from ESMValCore==2.0.0b2) (4.3.21) Collecting prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4 (from ESMValCore==2.0.0b2) Requirement already satisfied: sphinx in /home/bmueller/anaconda3/lib/python3.7/site-packages (from ESMValCore==2.0.0b2) (2.1.2) Collecting sphinx_rtd_theme (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/60/b4/4df37087a1d36755e3a3bfd2a30263f358d2dea21938240fa02313d45f51/sphinx_rtd_theme-0.4.3-py2.py3-none-any.whl Collecting vmprof (from ESMValCore==2.0.0b2) Collecting yamllint (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/f2/5b/d178ef4ecb7ed3db90b80dae846c7b0c18849fe1de319ad97c31e99c9142/yamllint-1.19.0-py2.py3-none-any.whl Collecting yapf (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/7c/21/534d143afd3df9cae9b21674fcc32207cb80cfb3de56b89ef7a37c746cca/yapf-0.29.0-py2.py3-none-any.whl Collecting easytest (from ESMValCore==2.0.0b2) Requirement already satisfied: mock in /home/bmueller/anaconda3/lib/python3.7/site-packages (from ESMValCore==2.0.0b2) (3.0.5) Requirement already satisfied: nose in /home/bmueller/anaconda3/lib/python3.7/site-packages (from ESMValCore==2.0.0b2) (1.3.7) Requirement already satisfied: pytest>=3.9 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from ESMValCore==2.0.0b2) (5.0.1) Collecting pytest-cov (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/b9/54/3673ee8be482f81527678ac894276223b9814bb7262e4f730469bb7bf70e/pytest_cov-2.8.1-py2.py3-none-any.whl Collecting pytest-env (from ESMValCore==2.0.0b2) Collecting pytest-flake8 (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/4b/99/a6e993c0927665522602058e1f2ea61ba1c8c51a60e3006f1eb1153b37e2/pytest_flake8-1.0.4-py2.py3-none-any.whl Collecting pytest-html (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/f9/8d/c79a92919ada2986f6dab1bc7cf7ba86160c513cb8aa254ad0e2f940f96a/pytest_html-2.0.1-py2.py3-none-any.whl Collecting pytest-metadata>=1.5.1 (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/ce/8f/d0542e1aa0e23d902ce6acce2790736473da94453a36bdc7829f25734199/pytest_metadata-1.8.0-py2.py3-none-any.whl Requirement already satisfied: cython in /home/bmueller/anaconda3/lib/python3.7/site-packages (from cf-units->ESMValCore==2.0.0b2) (0.29.12) Collecting cftime!=1.0.2.1 (from cf-units->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/30/5d/f1dedbe4e3d956e36f5342e7999c9b288ec49f7cb460ce232f3a57a7ee35/cftime-1.0.4.2-cp37-cp37m-manylinux1_x86_64.whl Requirement already satisfied: six in /home/bmueller/anaconda3/lib/python3.7/site-packages (from cf-units->ESMValCore==2.0.0b2) (1.12.0) Collecting antlr4-python3-runtime==4.7.2; python_version >= "3" (from cf-units->ESMValCore==2.0.0b2) Requirement already satisfied: toolz>=0.7.3; extra == "array" in /home/bmueller/anaconda3/lib/python3.7/site-packages (from dask[array]->ESMValCore==2.0.0b2) (0.10.0) Collecting click-plugins>=1.0 (from fiona->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/e9/da/824b92d9942f4e472702488857914bdd50f73021efea15b4cad9aca8ecef/click_plugins-1.1.1-py2.py3-none-any.whl Requirement already satisfied: attrs>=17 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from fiona->ESMValCore==2.0.0b2) (19.1.0) Collecting cligj>=0.5 (from fiona->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/e4/be/30a58b4b0733850280d01f8bd132591b4668ed5c7046761098d665ac2174/cligj-0.5.0-py3-none-any.whl Collecting munch (from fiona->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/cc/ab/85d8da5c9a45e072301beb37ad7f833cd344e04c817d97e0cc75681d248f/munch-2.5.0-py2.py3-none-any.whl Requirement already satisfied: click<8,>=4.0 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from fiona->ESMValCore==2.0.0b2) (7.0) Requirement already satisfied: matplotlib in /home/bmueller/anaconda3/lib/python3.7/site-packages (from nc-time-axis->ESMValCore==2.0.0b2) (3.1.0) Requirement already satisfied: llvmlite>=0.29.0 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from numba->ESMValCore==2.0.0b2) (0.29.0) Collecting rdflib>=4.2.1 (from prov[dot]->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/3c/fe/630bacb652680f6d481b9febbb3e2c3869194a1a5fc3401a4a41195a2f8f/rdflib-4.2.2-py3-none-any.whl Requirement already satisfied: lxml>=3.3.5 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from prov[dot]->ESMValCore==2.0.0b2) (4.3.4) Requirement already satisfied: python-dateutil>=2.2 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from prov[dot]->ESMValCore==2.0.0b2) (2.8.0) Requirement already satisfied: networkx>=2.0 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from prov[dot]->ESMValCore==2.0.0b2) (2.3) Collecting pydot>=1.2.0; extra == "dot" (from prov[dot]->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/33/d1/b1479a770f66d962f545c2101630ce1d5592d90cb4f083d38862e93d16d2/pydot-1.4.1-py2.py3-none-any.whl Requirement already satisfied: setuptools in /home/bmueller/anaconda3/lib/python3.7/site-packages (from scitools-iris>=2.2->ESMValCore==2.0.0b2) (41.0.1) Collecting cartopy (from scitools-iris>=2.2->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/e5/92/fe8838fa8158931906dfc4f16c5c1436b3dd2daf83592645b179581403ad/Cartopy-0.17.0.tar.gz Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Requirement already satisfied: scipy in /home/bmueller/anaconda3/lib/python3.7/site-packages (from scitools-iris>=2.2->ESMValCore==2.0.0b2) (1.3.0) Requirement already satisfied: pylint==2.3.1 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) (2.3.1) Collecting dodgy>=0.1.9 (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Collecting pylint-flask==0.6 (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Collecting pyflakes<2.0.0,>=0.8.1 (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/d7/40/733bcc64da3161ae4122c11e88269f276358ca29335468005cb0ee538665/pyflakes-1.6.0-py2.py3-none-any.whl Requirement already satisfied: astroid==2.2.5 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) (2.2.5) Collecting requirements-detector>=0.6 (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Collecting setoptconf>=0.2.0 (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Collecting pylint-plugin-utils>=0.2.6 (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/f2/72/ed6a263988ea68a4236591205340630d34621f60dbfc661543d3b4216b5e/pylint_plugin_utils-0.6-py3-none-any.whl Collecting pylint-celery==0.3 (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Requirement already satisfied: mccabe>=0.5.0 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) (0.6.1) Collecting pylint-django==2.0.10 (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/da/fb/0591fabae68a5f4b24652053a232ead9e0e3e18b77260d087e8afabb7ccc/pylint_django-2.0.10-py3-none-any.whl Collecting pydocstyle>=2.0.0 (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/4b/17/5a4834af38d2afd796ec33b809a570966a8173dacabc44cbc30e75001b4f/pydocstyle-4.0.1-py3-none-any.whl Collecting pycodestyle<=2.4.0,>=2.0.0 (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl Collecting pep8-naming<=0.4.1,>=0.3.3 (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/01/81/1bfdc498b7b24661f64502c99adeb7c4c8d86d61eba0e110dbadc5bf1142/pep8_naming-0.4.1-py2.py3-none-any.whl Collecting pyroma>=2.4; extra == "with_pyroma" (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/74/67/9f162a493011a3235761ea980a5ead7de189fb40c955da7555e7c82e2b20/pyroma-2.6-py2.py3-none-any.whl Requirement already satisfied: imagesize in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (1.1.0) Requirement already satisfied: sphinxcontrib-htmlhelp in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (1.0.2) Requirement already satisfied: sphinxcontrib-qthelp in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (1.0.2) Requirement already satisfied: sphinxcontrib-devhelp in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (1.0.1) Requirement already satisfied: packaging in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (19.0) Requirement already satisfied: docutils>=0.12 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (0.14) Requirement already satisfied: Jinja2>=2.3 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (2.10.1) Requirement already satisfied: sphinxcontrib-applehelp in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (1.0.1) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (0.7.12) Requirement already satisfied: requests>=2.5.0 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (2.22.0) Requirement already satisfied: Pygments>=2.0 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (2.4.2) Requirement already satisfied: sphinxcontrib-serializinghtml in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (1.1.3) Requirement already satisfied: snowballstemmer>=1.1 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (1.9.0) Requirement already satisfied: babel!=2.0,>=1.3 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (2.7.0) Requirement already satisfied: sphinxcontrib-jsmath in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (1.0.1) Requirement already satisfied: colorama in /home/bmueller/anaconda3/lib/python3.7/site-packages (from vmprof->ESMValCore==2.0.0b2) (0.4.1) Requirement already satisfied: pytz in /home/bmueller/anaconda3/lib/python3.7/site-packages (from vmprof->ESMValCore==2.0.0b2) (2019.1) Collecting pathspec>=0.5.3 (from yamllint->ESMValCore==2.0.0b2) Requirement already satisfied: py>=1.5.0 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from pytest>=3.9->ESMValCore==2.0.0b2) (1.8.0) Requirement already satisfied: more-itertools>=4.0.0 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from pytest>=3.9->ESMValCore==2.0.0b2) (7.0.0) Requirement already satisfied: atomicwrites>=1.0 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from pytest>=3.9->ESMValCore==2.0.0b2) (1.3.0) Requirement already satisfied: pluggy<1.0,>=0.12 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from pytest>=3.9->ESMValCore==2.0.0b2) (0.12.0) Requirement already satisfied: importlib-metadata>=0.12 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from pytest>=3.9->ESMValCore==2.0.0b2) (0.17) Requirement already satisfied: wcwidth in /home/bmueller/anaconda3/lib/python3.7/site-packages (from pytest>=3.9->ESMValCore==2.0.0b2) (0.1.7) Collecting coverage>=4.4 (from pytest-cov->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/82/8f/a2a687fa00059360858023c5cb74e94b8afaf318726e9a256934066a9d90/coverage-4.5.4-cp37-cp37m-manylinux1_x86_64.whl Collecting flake8>=3.5 (from pytest-flake8->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/f8/1f/7ea40d1e4146ea55dbab41cda1376db092a75794914169aabd7e8d7a7def/flake8-3.7.9-py2.py3-none-any.whl Requirement already satisfied: cycler>=0.10 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from matplotlib->nc-time-axis->ESMValCore==2.0.0b2) (0.10.0) Requirement already satisfied: kiwisolver>=1.0.1 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from matplotlib->nc-time-axis->ESMValCore==2.0.0b2) (1.1.0) Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from matplotlib->nc-time-axis->ESMValCore==2.0.0b2) (2.4.0) Collecting isodate (from rdflib>=4.2.1->prov[dot]->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/9b/9f/b36f7774ff5ea8e428fdcfc4bb332c39ee5b9362ddd3d40d9516a55221b2/isodate-0.6.0-py2.py3-none-any.whl Requirement already satisfied: decorator>=4.3.0 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from networkx>=2.0->prov[dot]->ESMValCore==2.0.0b2) (4.4.0) Collecting pyshp>=1.1.4 (from cartopy->scitools-iris>=2.2->ESMValCore==2.0.0b2) Requirement already satisfied: wrapt in /home/bmueller/anaconda3/lib/python3.7/site-packages (from astroid==2.2.5->prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) (1.11.2) Collecting typed-ast>=1.3.0; implementation_name == "cpython" (from astroid==2.2.5->prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/fb/56/dd4e168a0009da85c78c6cfe91f5b2df2c7bbed60f3ba778c4a71289e6fb/typed_ast-1.4.0-cp37-cp37m-manylinux1_x86_64.whl Requirement already satisfied: lazy-object-proxy in /home/bmueller/anaconda3/lib/python3.7/site-packages (from astroid==2.2.5->prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) (1.4.1) Requirement already satisfied: MarkupSafe>=0.23 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from Jinja2>=2.3->sphinx->ESMValCore==2.0.0b2) (1.1.1) Requirement already satisfied: idna<2.9,>=2.5 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from requests>=2.5.0->sphinx->ESMValCore==2.0.0b2) (2.8) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from requests>=2.5.0->sphinx->ESMValCore==2.0.0b2) (1.24.2) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from requests>=2.5.0->sphinx->ESMValCore==2.0.0b2) (3.0.4) Requirement already satisfied: certifi>=2017.4.17 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from requests>=2.5.0->sphinx->ESMValCore==2.0.0b2) (2019.6.16) Requirement already satisfied: zipp>=0.5 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from importlib-metadata>=0.12->pytest>=3.9->ESMValCore==2.0.0b2) (0.5.1) Requirement already satisfied: entrypoints<0.4.0,>=0.3.0 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from flake8>=3.5->pytest-flake8->ESMValCore==2.0.0b2) (0.3) Building wheels for collected packages: cartopy Building wheel for cartopy (PEP 517): started Building wheel for cartopy (PEP 517): finished with status 'error' Running setup.py clean for cartopy Failed to build cartopy Building wheels for collected packages: scitools-iris Building wheel for scitools-iris (setup.py): started Building wheel for scitools-iris (setup.py): finished with status 'error' Running setup.py clean for scitools-iris Failed to build scitools-iris Obtaining file:///media/bmueller/Work/GIT/ESMValCore Collecting cf-units (from ESMValCore==2.0.0b2) Requirement already satisfied: dask[array] in /home/bmueller/anaconda3/lib/python3.7/site-packages (from ESMValCore==2.0.0b2) (2.1.0) Collecting fiona (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/59/59/f9970d95121d238399824ee542dc4b8c51cc4d897a5519281e942def369d/Fiona-1.8.11-cp37-cp37m-manylinux1_x86_64.whl Collecting nc-time-axis (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/47/2b/4a0681fd7178caa106f5f480217b9381ba77f8f7c8c1e63e91b0fd2cc427/nc_time_axis-1.2.0-py3-none-any.whl Collecting netCDF4 (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/bf/da/79d6762e0ef66f913249684122d567bddfada6b83cdf9e96c82550fd2d14/netCDF4-1.5.3-cp37-cp37m-manylinux1_x86_64.whl Requirement already satisfied: numba in /home/bmueller/anaconda3/lib/python3.7/site-packages (from ESMValCore==2.0.0b2) (0.44.1) Requirement already satisfied: numpy in /home/bmueller/anaconda3/lib/python3.7/site-packages (from ESMValCore==2.0.0b2) (1.16.4) Collecting prov[dot] (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/aa/f1/85f277cf15ce2fed6f189b220ff14d7b33b21cc7beb95ae48f1255672e74/prov-1.5.3-py2.py3-none-any.whl Requirement already satisfied: psutil in /home/bmueller/anaconda3/lib/python3.7/site-packages (from ESMValCore==2.0.0b2) (5.6.3) Requirement already satisfied: pyyaml in /home/bmueller/anaconda3/lib/python3.7/site-packages (from ESMValCore==2.0.0b2) (5.1.1) Collecting scitools-iris>=2.2 (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/2c/82/f2e5ae4838294def0b4ff0605ea6a9f7ab182ebea50fbdd6e9e59da5e8a4/scitools-iris-2.2.0.tar.gz Collecting shapely[vectorized] (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/97/36/1af447160f713d72f35dd7e749788367b7a13285c4af2fbd675128aa4e99/Shapely-1.6.4.post2-cp37-cp37m-manylinux1_x86_64.whl Collecting stratify (from ESMValCore==2.0.0b2) Collecting yamale (from ESMValCore==2.0.0b2) Requirement already satisfied: isort in /home/bmueller/anaconda3/lib/python3.7/site-packages (from ESMValCore==2.0.0b2) (4.3.21) Collecting prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4 (from ESMValCore==2.0.0b2) Requirement already satisfied: sphinx in /home/bmueller/anaconda3/lib/python3.7/site-packages (from ESMValCore==2.0.0b2) (2.1.2) Collecting sphinx_rtd_theme (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/60/b4/4df37087a1d36755e3a3bfd2a30263f358d2dea21938240fa02313d45f51/sphinx_rtd_theme-0.4.3-py2.py3-none-any.whl Collecting vmprof (from ESMValCore==2.0.0b2) Collecting yamllint (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/f2/5b/d178ef4ecb7ed3db90b80dae846c7b0c18849fe1de319ad97c31e99c9142/yamllint-1.19.0-py2.py3-none-any.whl Collecting yapf (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/7c/21/534d143afd3df9cae9b21674fcc32207cb80cfb3de56b89ef7a37c746cca/yapf-0.29.0-py2.py3-none-any.whl Collecting easytest (from ESMValCore==2.0.0b2) Requirement already satisfied: mock in /home/bmueller/anaconda3/lib/python3.7/site-packages (from ESMValCore==2.0.0b2) (3.0.5) Requirement already satisfied: nose in /home/bmueller/anaconda3/lib/python3.7/site-packages (from ESMValCore==2.0.0b2) (1.3.7) Requirement already satisfied: pytest>=3.9 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from ESMValCore==2.0.0b2) (5.0.1) Collecting pytest-cov (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/b9/54/3673ee8be482f81527678ac894276223b9814bb7262e4f730469bb7bf70e/pytest_cov-2.8.1-py2.py3-none-any.whl Collecting pytest-env (from ESMValCore==2.0.0b2) Collecting pytest-flake8 (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/4b/99/a6e993c0927665522602058e1f2ea61ba1c8c51a60e3006f1eb1153b37e2/pytest_flake8-1.0.4-py2.py3-none-any.whl Collecting pytest-html (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/f9/8d/c79a92919ada2986f6dab1bc7cf7ba86160c513cb8aa254ad0e2f940f96a/pytest_html-2.0.1-py2.py3-none-any.whl Collecting pytest-metadata>=1.5.1 (from ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/ce/8f/d0542e1aa0e23d902ce6acce2790736473da94453a36bdc7829f25734199/pytest_metadata-1.8.0-py2.py3-none-any.whl Collecting cftime!=1.0.2.1 (from cf-units->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/30/5d/f1dedbe4e3d956e36f5342e7999c9b288ec49f7cb460ce232f3a57a7ee35/cftime-1.0.4.2-cp37-cp37m-manylinux1_x86_64.whl Collecting antlr4-python3-runtime==4.7.2; python_version >= "3" (from cf-units->ESMValCore==2.0.0b2) Requirement already satisfied: six in /home/bmueller/anaconda3/lib/python3.7/site-packages (from cf-units->ESMValCore==2.0.0b2) (1.12.0) Requirement already satisfied: cython in /home/bmueller/anaconda3/lib/python3.7/site-packages (from cf-units->ESMValCore==2.0.0b2) (0.29.12) Requirement already satisfied: toolz>=0.7.3; extra == "array" in /home/bmueller/anaconda3/lib/python3.7/site-packages (from dask[array]->ESMValCore==2.0.0b2) (0.10.0) Collecting munch (from fiona->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/cc/ab/85d8da5c9a45e072301beb37ad7f833cd344e04c817d97e0cc75681d248f/munch-2.5.0-py2.py3-none-any.whl Collecting cligj>=0.5 (from fiona->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/e4/be/30a58b4b0733850280d01f8bd132591b4668ed5c7046761098d665ac2174/cligj-0.5.0-py3-none-any.whl Requirement already satisfied: attrs>=17 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from fiona->ESMValCore==2.0.0b2) (19.1.0) Collecting click-plugins>=1.0 (from fiona->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/e9/da/824b92d9942f4e472702488857914bdd50f73021efea15b4cad9aca8ecef/click_plugins-1.1.1-py2.py3-none-any.whl Requirement already satisfied: click<8,>=4.0 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from fiona->ESMValCore==2.0.0b2) (7.0) Requirement already satisfied: matplotlib in /home/bmueller/anaconda3/lib/python3.7/site-packages (from nc-time-axis->ESMValCore==2.0.0b2) (3.1.0) Requirement already satisfied: llvmlite>=0.29.0 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from numba->ESMValCore==2.0.0b2) (0.29.0) Requirement already satisfied: python-dateutil>=2.2 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from prov[dot]->ESMValCore==2.0.0b2) (2.8.0) Collecting rdflib>=4.2.1 (from prov[dot]->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/3c/fe/630bacb652680f6d481b9febbb3e2c3869194a1a5fc3401a4a41195a2f8f/rdflib-4.2.2-py3-none-any.whl Requirement already satisfied: lxml>=3.3.5 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from prov[dot]->ESMValCore==2.0.0b2) (4.3.4) Requirement already satisfied: networkx>=2.0 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from prov[dot]->ESMValCore==2.0.0b2) (2.3) Collecting pydot>=1.2.0; extra == "dot" (from prov[dot]->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/33/d1/b1479a770f66d962f545c2101630ce1d5592d90cb4f083d38862e93d16d2/pydot-1.4.1-py2.py3-none-any.whl Requirement already satisfied: setuptools in /home/bmueller/anaconda3/lib/python3.7/site-packages (from scitools-iris>=2.2->ESMValCore==2.0.0b2) (41.0.1) Collecting cartopy (from scitools-iris>=2.2->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/e5/92/fe8838fa8158931906dfc4f16c5c1436b3dd2daf83592645b179581403ad/Cartopy-0.17.0.tar.gz Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Requirement already satisfied: scipy in /home/bmueller/anaconda3/lib/python3.7/site-packages (from scitools-iris>=2.2->ESMValCore==2.0.0b2) (1.3.0) Collecting pyflakes<2.0.0,>=0.8.1 (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/d7/40/733bcc64da3161ae4122c11e88269f276358ca29335468005cb0ee538665/pyflakes-1.6.0-py2.py3-none-any.whl Requirement already satisfied: pylint==2.3.1 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) (2.3.1) Collecting dodgy>=0.1.9 (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Collecting pylint-plugin-utils>=0.2.6 (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/f2/72/ed6a263988ea68a4236591205340630d34621f60dbfc661543d3b4216b5e/pylint_plugin_utils-0.6-py3-none-any.whl Collecting pycodestyle<=2.4.0,>=2.0.0 (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl Collecting setoptconf>=0.2.0 (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Collecting pylint-celery==0.3 (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Collecting pep8-naming<=0.4.1,>=0.3.3 (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/01/81/1bfdc498b7b24661f64502c99adeb7c4c8d86d61eba0e110dbadc5bf1142/pep8_naming-0.4.1-py2.py3-none-any.whl Collecting pydocstyle>=2.0.0 (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/4b/17/5a4834af38d2afd796ec33b809a570966a8173dacabc44cbc30e75001b4f/pydocstyle-4.0.1-py3-none-any.whl Collecting pylint-flask==0.6 (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Collecting pylint-django==2.0.10 (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/da/fb/0591fabae68a5f4b24652053a232ead9e0e3e18b77260d087e8afabb7ccc/pylint_django-2.0.10-py3-none-any.whl Collecting requirements-detector>=0.6 (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Requirement already satisfied: mccabe>=0.5.0 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) (0.6.1) Requirement already satisfied: astroid==2.2.5 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) (2.2.5) Collecting pyroma>=2.4; extra == "with_pyroma" (from prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/74/67/9f162a493011a3235761ea980a5ead7de189fb40c955da7555e7c82e2b20/pyroma-2.6-py2.py3-none-any.whl Requirement already satisfied: Pygments>=2.0 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (2.4.2) Requirement already satisfied: sphinxcontrib-devhelp in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (1.0.1) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (0.7.12) Requirement already satisfied: sphinxcontrib-jsmath in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (1.0.1) Requirement already satisfied: sphinxcontrib-htmlhelp in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (1.0.2) Requirement already satisfied: sphinxcontrib-qthelp in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (1.0.2) Requirement already satisfied: docutils>=0.12 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (0.14) Requirement already satisfied: snowballstemmer>=1.1 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (1.9.0) Requirement already satisfied: babel!=2.0,>=1.3 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (2.7.0) Requirement already satisfied: imagesize in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (1.1.0) Requirement already satisfied: sphinxcontrib-serializinghtml in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (1.1.3) Requirement already satisfied: requests>=2.5.0 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (2.22.0) Requirement already satisfied: packaging in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (19.0) Requirement already satisfied: sphinxcontrib-applehelp in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (1.0.1) Requirement already satisfied: Jinja2>=2.3 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from sphinx->ESMValCore==2.0.0b2) (2.10.1) Requirement already satisfied: pytz in /home/bmueller/anaconda3/lib/python3.7/site-packages (from vmprof->ESMValCore==2.0.0b2) (2019.1) Requirement already satisfied: colorama in /home/bmueller/anaconda3/lib/python3.7/site-packages (from vmprof->ESMValCore==2.0.0b2) (0.4.1) Collecting pathspec>=0.5.3 (from yamllint->ESMValCore==2.0.0b2) Requirement already satisfied: py>=1.5.0 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from pytest>=3.9->ESMValCore==2.0.0b2) (1.8.0) Requirement already satisfied: more-itertools>=4.0.0 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from pytest>=3.9->ESMValCore==2.0.0b2) (7.0.0) Requirement already satisfied: atomicwrites>=1.0 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from pytest>=3.9->ESMValCore==2.0.0b2) (1.3.0) Requirement already satisfied: pluggy<1.0,>=0.12 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from pytest>=3.9->ESMValCore==2.0.0b2) (0.12.0) Requirement already satisfied: importlib-metadata>=0.12 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from pytest>=3.9->ESMValCore==2.0.0b2) (0.17) Requirement already satisfied: wcwidth in /home/bmueller/anaconda3/lib/python3.7/site-packages (from pytest>=3.9->ESMValCore==2.0.0b2) (0.1.7) Collecting coverage>=4.4 (from pytest-cov->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/82/8f/a2a687fa00059360858023c5cb74e94b8afaf318726e9a256934066a9d90/coverage-4.5.4-cp37-cp37m-manylinux1_x86_64.whl Collecting flake8>=3.5 (from pytest-flake8->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/f8/1f/7ea40d1e4146ea55dbab41cda1376db092a75794914169aabd7e8d7a7def/flake8-3.7.9-py2.py3-none-any.whl Requirement already satisfied: cycler>=0.10 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from matplotlib->nc-time-axis->ESMValCore==2.0.0b2) (0.10.0) Requirement already satisfied: kiwisolver>=1.0.1 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from matplotlib->nc-time-axis->ESMValCore==2.0.0b2) (1.1.0) Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from matplotlib->nc-time-axis->ESMValCore==2.0.0b2) (2.4.0) Collecting isodate (from rdflib>=4.2.1->prov[dot]->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/9b/9f/b36f7774ff5ea8e428fdcfc4bb332c39ee5b9362ddd3d40d9516a55221b2/isodate-0.6.0-py2.py3-none-any.whl Requirement already satisfied: decorator>=4.3.0 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from networkx>=2.0->prov[dot]->ESMValCore==2.0.0b2) (4.4.0) Collecting pyshp>=1.1.4 (from cartopy->scitools-iris>=2.2->ESMValCore==2.0.0b2) Requirement already satisfied: lazy-object-proxy in /home/bmueller/anaconda3/lib/python3.7/site-packages (from astroid==2.2.5->prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) (1.4.1) Requirement already satisfied: wrapt in /home/bmueller/anaconda3/lib/python3.7/site-packages (from astroid==2.2.5->prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) (1.11.2) Collecting typed-ast>=1.3.0; implementation_name == "cpython" (from astroid==2.2.5->prospector[with_pyroma]!=1.1.6.3,!=1.1.6.4->ESMValCore==2.0.0b2) Using cached https://files.pythonhosted.org/packages/fb/56/dd4e168a0009da85c78c6cfe91f5b2df2c7bbed60f3ba778c4a71289e6fb/typed_ast-1.4.0-cp37-cp37m-manylinux1_x86_64.whl Requirement already satisfied: certifi>=2017.4.17 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from requests>=2.5.0->sphinx->ESMValCore==2.0.0b2) (2019.6.16) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from requests>=2.5.0->sphinx->ESMValCore==2.0.0b2) (3.0.4) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from requests>=2.5.0->sphinx->ESMValCore==2.0.0b2) (1.24.2) Requirement already satisfied: idna<2.9,>=2.5 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from requests>=2.5.0->sphinx->ESMValCore==2.0.0b2) (2.8) Requirement already satisfied: MarkupSafe>=0.23 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from Jinja2>=2.3->sphinx->ESMValCore==2.0.0b2) (1.1.1) Requirement already satisfied: zipp>=0.5 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from importlib-metadata>=0.12->pytest>=3.9->ESMValCore==2.0.0b2) (0.5.1) Requirement already satisfied: entrypoints<0.4.0,>=0.3.0 in /home/bmueller/anaconda3/lib/python3.7/site-packages (from flake8>=3.5->pytest-flake8->ESMValCore==2.0.0b2) (0.3) Building wheels for collected packages: cartopy Building wheel for cartopy (PEP 517): started Building wheel for cartopy (PEP 517): finished with status 'error' ERROR: Complete output from command /home/bmueller/anaconda3/bin/python /home/bmueller/anaconda3/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py build_wheel /tmp/tmpdp_a5do9: ERROR: running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-3.7 creating build/lib.linux-x86_64-3.7/cartopy copying lib/cartopy/vector_transform.py -> build/lib.linux-x86_64-3.7/cartopy copying lib/cartopy/_epsg.py -> build/lib.linux-x86_64-3.7/cartopy copying lib/cartopy/img_transform.py -> build/lib.linux-x86_64-3.7/cartopy copying lib/cartopy/__init__.py -> build/lib.linux-x86_64-3.7/cartopy copying lib/cartopy/util.py -> build/lib.linux-x86_64-3.7/cartopy copying lib/cartopy/_version.py -> build/lib.linux-x86_64-3.7/cartopy copying lib/cartopy/crs.py -> build/lib.linux-x86_64-3.7/cartopy creating build/lib.linux-x86_64-3.7/cartopy/sphinxext copying lib/cartopy/sphinxext/summarise_package.py -> build/lib.linux-x86_64-3.7/cartopy/sphinxext copying lib/cartopy/sphinxext/__init__.py -> build/lib.linux-x86_64-3.7/cartopy/sphinxext creating build/lib.linux-x86_64-3.7/cartopy/feature copying lib/cartopy/feature/__init__.py -> build/lib.linux-x86_64-3.7/cartopy/feature copying lib/cartopy/feature/nightshade.py -> build/lib.linux-x86_64-3.7/cartopy/feature creating build/lib.linux-x86_64-3.7/cartopy/mpl copying lib/cartopy/mpl/gridliner.py -> build/lib.linux-x86_64-3.7/cartopy/mpl copying lib/cartopy/mpl/feature_artist.py -> build/lib.linux-x86_64-3.7/cartopy/mpl copying lib/cartopy/mpl/geoaxes.py -> build/lib.linux-x86_64-3.7/cartopy/mpl copying lib/cartopy/mpl/__init__.py -> build/lib.linux-x86_64-3.7/cartopy/mpl copying lib/cartopy/mpl/patch.py -> build/lib.linux-x86_64-3.7/cartopy/mpl copying lib/cartopy/mpl/slippy_image_artist.py -> build/lib.linux-x86_64-3.7/cartopy/mpl copying lib/cartopy/mpl/clip_path.py -> build/lib.linux-x86_64-3.7/cartopy/mpl copying lib/cartopy/mpl/ticker.py -> build/lib.linux-x86_64-3.7/cartopy/mpl creating build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/eyja_volcano.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/features.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/reprojected_wmts.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/eccentric_ellipse.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/logo.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/hurricane_katrina.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/regridding_arrows.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/wmts.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/image_tiles.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/favicon.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/global_map.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/tick_labels.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/aurora_forecast.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/__init__.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/axes_grid_basic.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/wmts_time.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/waves.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/utm_all_zones.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/feature_creation.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/nightshade.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/wms.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/tube_stations.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/geostationary.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/barbs.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/streamplot.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/arrows.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/always_circular_stereo.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/effects_of_the_ellipse.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/tissot.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/star_shaped_boundary.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/un_flag.py -> build/lib.linux-x86_64-3.7/cartopy/examples copying lib/cartopy/examples/rotated_pole.py -> build/lib.linux-x86_64-3.7/cartopy/examples creating build/lib.linux-x86_64-3.7/cartopy/io copying lib/cartopy/io/ogc_clients.py -> build/lib.linux-x86_64-3.7/cartopy/io copying lib/cartopy/io/img_tiles.py -> build/lib.linux-x86_64-3.7/cartopy/io copying lib/cartopy/io/srtm.py -> build/lib.linux-x86_64-3.7/cartopy/io copying lib/cartopy/io/__init__.py -> build/lib.linux-x86_64-3.7/cartopy/io copying lib/cartopy/io/img_nest.py -> build/lib.linux-x86_64-3.7/cartopy/io copying lib/cartopy/io/shapereader.py -> build/lib.linux-x86_64-3.7/cartopy/io creating build/lib.linux-x86_64-3.7/cartopy/geodesic copying lib/cartopy/geodesic/__init__.py -> build/lib.linux-x86_64-3.7/cartopy/geodesic creating build/lib.linux-x86_64-3.7/cartopy/tests copying lib/cartopy/tests/test_img_tiles.py -> build/lib.linux-x86_64-3.7/cartopy/tests copying lib/cartopy/tests/test_line_string.py -> build/lib.linux-x86_64-3.7/cartopy/tests copying lib/cartopy/tests/test_crs_transform_vectors.py -> build/lib.linux-x86_64-3.7/cartopy/tests copying lib/cartopy/tests/test_img_transform.py -> build/lib.linux-x86_64-3.7/cartopy/tests copying lib/cartopy/tests/__init__.py -> build/lib.linux-x86_64-3.7/cartopy/tests copying lib/cartopy/tests/test_util.py -> build/lib.linux-x86_64-3.7/cartopy/tests copying lib/cartopy/tests/test_features.py -> build/lib.linux-x86_64-3.7/cartopy/tests copying lib/cartopy/tests/test_polygon.py -> build/lib.linux-x86_64-3.7/cartopy/tests copying lib/cartopy/tests/test_shapereader.py -> build/lib.linux-x86_64-3.7/cartopy/tests copying lib/cartopy/tests/test_img_nest.py -> build/lib.linux-x86_64-3.7/cartopy/tests copying lib/cartopy/tests/test_geodesic.py -> build/lib.linux-x86_64-3.7/cartopy/tests copying lib/cartopy/tests/test_linear_ring.py -> build/lib.linux-x86_64-3.7/cartopy/tests copying lib/cartopy/tests/test_coding_standards.py -> build/lib.linux-x86_64-3.7/cartopy/tests copying lib/cartopy/tests/test_coastline.py -> build/lib.linux-x86_64-3.7/cartopy/tests copying lib/cartopy/tests/test_vector_transform.py -> build/lib.linux-x86_64-3.7/cartopy/tests copying lib/cartopy/tests/test_crs.py -> build/lib.linux-x86_64-3.7/cartopy/tests creating build/lib.linux-x86_64-3.7/cartopy/tests/feature copying lib/cartopy/tests/feature/test_nightshade.py -> build/lib.linux-x86_64-3.7/cartopy/tests/feature copying lib/cartopy/tests/feature/__init__.py -> build/lib.linux-x86_64-3.7/cartopy/tests/feature creating build/lib.linux-x86_64-3.7/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_plots.py -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_set_extent.py -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_contour.py -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_images.py -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_caching.py -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_img_transform.py -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_nightshade.py -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_patch.py -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_mpl_integration.py -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_shapely_to_mpl.py -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_gridliner.py -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_feature_artist.py -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl copying lib/cartopy/tests/mpl/__init__.py -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_pseudo_color.py -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_examples.py -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_features.py -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_quiver.py -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_web_services.py -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_ticker.py -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_crs.py -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_axes.py -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_ticks.py -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl creating build/lib.linux-x86_64-3.7/cartopy/tests/io copying lib/cartopy/tests/io/__init__.py -> build/lib.linux-x86_64-3.7/cartopy/tests/io copying lib/cartopy/tests/io/test_downloaders.py -> build/lib.linux-x86_64-3.7/cartopy/tests/io copying lib/cartopy/tests/io/test_srtm.py -> build/lib.linux-x86_64-3.7/cartopy/tests/io copying lib/cartopy/tests/io/test_ogc_clients.py -> build/lib.linux-x86_64-3.7/cartopy/tests/io creating build/lib.linux-x86_64-3.7/cartopy/tests/crs copying lib/cartopy/tests/crs/test_lambert_conformal.py -> build/lib.linux-x86_64-3.7/cartopy/tests/crs copying lib/cartopy/tests/crs/test_geostationary.py -> build/lib.linux-x86_64-3.7/cartopy/tests/crs copying lib/cartopy/tests/crs/test_equal_earth.py -> build/lib.linux-x86_64-3.7/cartopy/tests/crs copying lib/cartopy/tests/crs/test_rotated_pole.py -> build/lib.linux-x86_64-3.7/cartopy/tests/crs copying lib/cartopy/tests/crs/test_stereographic.py -> build/lib.linux-x86_64-3.7/cartopy/tests/crs copying lib/cartopy/tests/crs/test_robinson.py -> build/lib.linux-x86_64-3.7/cartopy/tests/crs copying lib/cartopy/tests/crs/__init__.py -> build/lib.linux-x86_64-3.7/cartopy/tests/crs copying lib/cartopy/tests/crs/test_nearside_perspective.py -> build/lib.linux-x86_64-3.7/cartopy/tests/crs copying lib/cartopy/tests/crs/test_equidistant_conic.py -> build/lib.linux-x86_64-3.7/cartopy/tests/crs copying lib/cartopy/tests/crs/test_miller.py -> build/lib.linux-x86_64-3.7/cartopy/tests/crs copying lib/cartopy/tests/crs/test_rotated_geodetic.py -> build/lib.linux-x86_64-3.7/cartopy/tests/crs copying lib/cartopy/tests/crs/test_lambert_azimuthal_equal_area.py -> build/lib.linux-x86_64-3.7/cartopy/tests/crs copying lib/cartopy/tests/crs/test_gnomonic.py -> build/lib.linux-x86_64-3.7/cartopy/tests/crs copying lib/cartopy/tests/crs/test_transverse_mercator.py -> build/lib.linux-x86_64-3.7/cartopy/tests/crs copying lib/cartopy/tests/crs/test_eckert.py -> build/lib.linux-x86_64-3.7/cartopy/tests/crs copying lib/cartopy/tests/crs/test_mollweide.py -> build/lib.linux-x86_64-3.7/cartopy/tests/crs copying lib/cartopy/tests/crs/test_orthographic.py -> build/lib.linux-x86_64-3.7/cartopy/tests/crs copying lib/cartopy/tests/crs/test_albers_equal_area.py -> build/lib.linux-x86_64-3.7/cartopy/tests/crs copying lib/cartopy/tests/crs/test_mercator.py -> build/lib.linux-x86_64-3.7/cartopy/tests/crs copying lib/cartopy/tests/crs/test_azimuthal_equidistant.py -> build/lib.linux-x86_64-3.7/cartopy/tests/crs copying lib/cartopy/tests/crs/test_sinusoidal.py -> build/lib.linux-x86_64-3.7/cartopy/tests/crs copying lib/cartopy/tests/crs/test_utm.py -> build/lib.linux-x86_64-3.7/cartopy/tests/crs copying lib/cartopy/tests/crs/test_interrupted_goode_homolosine.py -> build/lib.linux-x86_64-3.7/cartopy/tests/crs creating build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images creating build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl creating build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_examples copying lib/cartopy/tests/mpl/baseline_images/mpl/test_examples/global_map.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_examples creating build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/pcolormesh_limited_area_wrap.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/quiver_regrid.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/streamplot_mpl_2.1.0.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/pcolormesh_global_wrap2.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/pcolormesh_global_wrap1.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/global_pcolor_wrap.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/simple_global.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/pcolormesh_goode_wrap.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/barbs_1d.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/streamplot_mpl_1.4.3.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/streamplot_mpl_2.0.0.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/quiver_plate_carree.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/pcolormesh_mercator_wrap.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/quiver_rotated_pole.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/multiple_projections520.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/pcolormesh_global_wrap3.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/pcolormesh_single_column_wrap.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/barbs_1d_transformed.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/streamplot_mpl_3.0.0.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/quiver_regrid_with_extent.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/multiple_projections5.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/barbs_regrid_with_extent.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/global_contour_wrap.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/global_scatter_wrap.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/multiple_projections4.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/global_map.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/natural_earth_interface.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/global_contour_wrap_mpl_pre_3.0.0.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/barbs_regrid.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/global_contourf_wrap.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/barbs_plate_carree.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration creating build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_crs copying lib/cartopy/tests/mpl/baseline_images/mpl/test_crs/mercator_squashed.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_crs copying lib/cartopy/tests/mpl/baseline_images/mpl/test_crs/lambert_conformal_south.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_crs creating build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/gridliner_labels_1.5.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/gridliner1.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/gridliner_labels.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_gridliner creating build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_ticks copying lib/cartopy/tests/mpl/baseline_images/mpl/test_ticks/yticks_no_transform.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_ticks copying lib/cartopy/tests/mpl/baseline_images/mpl/test_ticks/xyticks.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_ticks copying lib/cartopy/tests/mpl/baseline_images/mpl/test_ticks/yticks_cylindrical.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_ticks copying lib/cartopy/tests/mpl/baseline_images/mpl/test_ticks/xticks_cylindrical.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_ticks copying lib/cartopy/tests/mpl/baseline_images/mpl/test_ticks/xticks_no_transform.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_ticks creating build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_img_transform copying lib/cartopy/tests/mpl/baseline_images/mpl/test_img_transform/regrid_image.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_img_transform creating build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_nightshade copying lib/cartopy/tests/mpl/baseline_images/mpl/test_nightshade/nightshade_platecarree.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_nightshade creating build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_images copying lib/cartopy/tests/mpl/baseline_images/mpl/test_images/image_merge.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_images copying lib/cartopy/tests/mpl/baseline_images/mpl/test_images/web_tiles.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_images copying lib/cartopy/tests/mpl/baseline_images/mpl/test_images/imshow_regional_projected.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_images copying lib/cartopy/tests/mpl/baseline_images/mpl/test_images/imshow_natural_earth_ortho.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_images copying lib/cartopy/tests/mpl/baseline_images/mpl/test_images/image_nest.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_images creating build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_shapely_to_mpl copying lib/cartopy/tests/mpl/baseline_images/mpl/test_shapely_to_mpl/contour_with_interiors.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_shapely_to_mpl copying lib/cartopy/tests/mpl/baseline_images/mpl/test_shapely_to_mpl/poly_interiors.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_shapely_to_mpl creating build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_img_tiles2 copying lib/cartopy/tests/mpl/baseline_images/mpl/test_img_tiles2/web_tiles.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_img_tiles2 creating build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_features copying lib/cartopy/tests/mpl/baseline_images/mpl/test_features/wfs.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_features copying lib/cartopy/tests/mpl/baseline_images/mpl/test_features/natural_earth_custom.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_features copying lib/cartopy/tests/mpl/baseline_images/mpl/test_features/gshhs_coastlines.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_features copying lib/cartopy/tests/mpl/baseline_images/mpl/test_features/natural_earth.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_features creating build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_web_services copying lib/cartopy/tests/mpl/baseline_images/mpl/test_web_services/wmts.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_web_services copying lib/cartopy/tests/mpl/baseline_images/mpl/test_web_services/wms.png -> build/lib.linux-x86_64-3.7/cartopy/tests/mpl/baseline_images/mpl/test_web_services creating build/lib.linux-x86_64-3.7/cartopy/data creating build/lib.linux-x86_64-3.7/cartopy/data/raster creating build/lib.linux-x86_64-3.7/cartopy/data/raster/natural_earth copying lib/cartopy/data/raster/natural_earth/50-natural-earth-1-downsampled.png -> build/lib.linux-x86_64-3.7/cartopy/data/raster/natural_earth copying lib/cartopy/data/raster/natural_earth/images.json -> build/lib.linux-x86_64-3.7/cartopy/data/raster/natural_earth creating build/lib.linux-x86_64-3.7/cartopy/data/raster/sample copying lib/cartopy/data/raster/sample/Miriam.A2012270.2050.2km.jpg -> build/lib.linux-x86_64-3.7/cartopy/data/raster/sample copying lib/cartopy/data/raster/sample/Miriam.A2012270.2050.2km.README.txt -> build/lib.linux-x86_64-3.7/cartopy/data/raster/sample creating build/lib.linux-x86_64-3.7/cartopy/data/netcdf copying lib/cartopy/data/netcdf/HadISST1_SST_update.README.txt -> build/lib.linux-x86_64-3.7/cartopy/data/netcdf copying lib/cartopy/data/netcdf/HadISST1_SST_update.nc -> build/lib.linux-x86_64-3.7/cartopy/data/netcdf creating build/lib.linux-x86_64-3.7/cartopy/data/shapefiles creating build/lib.linux-x86_64-3.7/cartopy/data/shapefiles/gshhs copying lib/cartopy/data/shapefiles/gshhs/README.TXT -> build/lib.linux-x86_64-3.7/cartopy/data/shapefiles/gshhs creating build/lib.linux-x86_64-3.7/cartopy/data/shapefiles/gshhs/l copying lib/cartopy/data/shapefiles/gshhs/l/GSHHS_l_L2.dbf -> build/lib.linux-x86_64-3.7/cartopy/data/shapefiles/gshhs/l copying lib/cartopy/data/shapefiles/gshhs/l/GSHHS_l_L2.shx -> build/lib.linux-x86_64-3.7/cartopy/data/shapefiles/gshhs/l copying lib/cartopy/data/shapefiles/gshhs/l/GSHHS_l_L2.shp -> build/lib.linux-x86_64-3.7/cartopy/data/shapefiles/gshhs/l creating build/lib.linux-x86_64-3.7/cartopy/data/shapefiles/gshhs/c copying lib/cartopy/data/shapefiles/gshhs/c/GSHHS_c_L1.dbf -> build/lib.linux-x86_64-3.7/cartopy/data/shapefiles/gshhs/c copying lib/cartopy/data/shapefiles/gshhs/c/GSHHS_c_L1.shp -> build/lib.linux-x86_64-3.7/cartopy/data/shapefiles/gshhs/c copying lib/cartopy/data/shapefiles/gshhs/c/GSHHS_c_L1.shx -> build/lib.linux-x86_64-3.7/cartopy/data/shapefiles/gshhs/c creating build/lib.linux-x86_64-3.7/cartopy/tests/lakes_shapefile copying lib/cartopy/tests/lakes_shapefile/ne_110m_lakes.shp -> build/lib.linux-x86_64-3.7/cartopy/tests/lakes_shapefile copying lib/cartopy/tests/lakes_shapefile/ne_110m_lakes.shx -> build/lib.linux-x86_64-3.7/cartopy/tests/lakes_shapefile copying lib/cartopy/tests/lakes_shapefile/ne_110m_lakes.dbf -> build/lib.linux-x86_64-3.7/cartopy/tests/lakes_shapefile copying lib/cartopy/io/srtm.npz -> build/lib.linux-x86_64-3.7/cartopy/io UPDATING build/lib.linux-x86_64-3.7/cartopy/_version.py set build/lib.linux-x86_64-3.7/cartopy/_version.py to '0.17.0' running build_ext cythoning lib/cartopy/trace.pyx to lib/cartopy/trace.cpp cythoning lib/cartopy/_crs.pyx to lib/cartopy/_crs.c cythoning lib/cartopy/geodesic/_geodesic.pyx to lib/cartopy/geodesic/_geodesic.c building 'cartopy.trace' extension creating build/temp.linux-x86_64-3.7 creating build/temp.linux-x86_64-3.7/lib creating build/temp.linux-x86_64-3.7/lib/cartopy /home/bmueller/anaconda3/envs/esmvaltool/bin/x86_64-conda_cos6-linux-gnu-cc -DNDEBUG -fwrapv -O2 -Wall -Wstrict-prototypes -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/bmueller/anaconda3/envs/esmvaltool/include -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/bmueller/anaconda3/envs/esmvaltool/include -fPIC -I/home/bmueller/anaconda3/include -I./lib/cartopy -I/home/bmueller/anaconda3/envs/esmvaltool/include -I/home/bmueller/anaconda3/include/python3.7m -c lib/cartopy/trace.cpp -o build/temp.linux-x86_64-3.7/lib/cartopy/trace.o x86_64-conda_cos6-linux-gnu-cc: error trying to exec 'cc1plus': execvp: No such file or directory /tmp/pip-build-env-1eej9zvf/overlay/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-ou5fubmw/cartopy/lib/cartopy/trace.pyx tree = Parsing.p_module(s, pxd, full_module_name) /tmp/pip-build-env-1eej9zvf/overlay/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-ou5fubmw/cartopy/lib/cartopy/_crs.pxd tree = Parsing.p_module(s, pxd, full_module_name) warning: lib/cartopy/_crs.pyx:39:4: 'projPJ' redeclared /tmp/pip-build-env-1eej9zvf/overlay/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-ou5fubmw/cartopy/lib/cartopy/geodesic/_geodesic.pyx tree = Parsing.p_module(s, pxd, full_module_name) error: command '/home/bmueller/anaconda3/envs/esmvaltool/bin/x86_64-conda_cos6-linux-gnu-cc' failed with exit status 1 ---------------------------------------- ERROR: Failed building wheel for cartopy Running setup.py clean for cartopy Failed to build cartopy Building wheels for collected packages: scitools-iris Building wheel for scitools-iris (setup.py): started Building wheel for scitools-iris (setup.py): finished with status 'error' ERROR: Complete output from command /home/bmueller/anaconda3/bin/python -u -c 'import setuptools, tokenize;__file__='"'"'/tmp/pip-install-ou5fubmw/scitools-iris/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-8s70ese9 --python-tag cp37: ERROR: running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/iris copying lib/iris/coord_systems.py -> build/lib/iris copying lib/iris/_merge.py -> build/lib/iris copying lib/iris/_lazy_data.py -> build/lib/iris copying lib/iris/__init__.py -> build/lib/iris copying lib/iris/_cube_coord_common.py -> build/lib/iris copying lib/iris/exceptions.py -> build/lib/iris copying lib/iris/util.py -> build/lib/iris copying lib/iris/symbols.py -> build/lib/iris copying lib/iris/aux_factory.py -> build/lib/iris copying lib/iris/quickplot.py -> build/lib/iris copying lib/iris/time.py -> build/lib/iris copying lib/iris/palette.py -> build/lib/iris copying lib/iris/_constraints.py -> build/lib/iris copying lib/iris/pandas.py -> build/lib/iris copying lib/iris/plot.py -> build/lib/iris copying lib/iris/cube.py -> build/lib/iris copying lib/iris/config.py -> build/lib/iris copying lib/iris/_deprecation.py -> build/lib/iris copying lib/iris/std_names.py -> build/lib/iris copying lib/iris/_data_manager.py -> build/lib/iris copying lib/iris/iterate.py -> build/lib/iris copying lib/iris/coords.py -> build/lib/iris copying lib/iris/coord_categorisation.py -> build/lib/iris copying lib/iris/_concatenate.py -> build/lib/iris creating build/lib/iris/io copying lib/iris/io/__init__.py -> build/lib/iris/io copying lib/iris/io/format_picker.py -> build/lib/iris/io creating build/lib/iris/tests copying lib/iris/tests/test_load.py -> build/lib/iris/tests copying lib/iris/tests/test_pp_module.py -> build/lib/iris/tests copying lib/iris/tests/idiff.py -> build/lib/iris/tests copying lib/iris/tests/test_pickling.py -> build/lib/iris/tests copying lib/iris/tests/test_grib_save_rules.py -> build/lib/iris/tests copying lib/iris/tests/test_cdm.py -> build/lib/iris/tests copying lib/iris/tests/test_netcdf.py -> build/lib/iris/tests copying lib/iris/tests/test_plot.py -> build/lib/iris/tests copying lib/iris/tests/test_basic_maths.py -> build/lib/iris/tests copying lib/iris/tests/test_image_json.py -> build/lib/iris/tests copying lib/iris/tests/test_constraints.py -> build/lib/iris/tests copying lib/iris/tests/test_analysis.py -> build/lib/iris/tests copying lib/iris/tests/test_cube.py -> build/lib/iris/tests copying lib/iris/tests/test_merge.py -> build/lib/iris/tests copying lib/iris/tests/test_coord_categorisation.py -> build/lib/iris/tests copying lib/iris/tests/test_cell.py -> build/lib/iris/tests copying lib/iris/tests/test_name.py -> build/lib/iris/tests copying lib/iris/tests/__init__.py -> build/lib/iris/tests copying lib/iris/tests/test_iterate.py -> build/lib/iris/tests copying lib/iris/tests/test_util.py -> build/lib/iris/tests copying lib/iris/tests/test_abf.py -> build/lib/iris/tests copying lib/iris/tests/test_quickplot.py -> build/lib/iris/tests copying lib/iris/tests/test_io_init.py -> build/lib/iris/tests copying lib/iris/tests/test_whatsnew_contributions.py -> build/lib/iris/tests copying lib/iris/tests/test_nimrod.py -> build/lib/iris/tests copying lib/iris/tests/test_cf.py -> build/lib/iris/tests copying lib/iris/tests/test_std_names.py -> build/lib/iris/tests copying lib/iris/tests/test_pp_stash.py -> build/lib/iris/tests copying lib/iris/tests/test_analysis_calculus.py -> build/lib/iris/tests copying lib/iris/tests/test_grib_save.py -> build/lib/iris/tests copying lib/iris/tests/test_aggregate_by.py -> build/lib/iris/tests copying lib/iris/tests/test_coord_api.py -> build/lib/iris/tests copying lib/iris/tests/test_cartography.py -> build/lib/iris/tests copying lib/iris/tests/test_pp_cf.py -> build/lib/iris/tests copying lib/iris/tests/test_hybrid.py -> build/lib/iris/tests copying lib/iris/tests/test_peak.py -> build/lib/iris/tests copying lib/iris/tests/test_coding_standards.py -> build/lib/iris/tests copying lib/iris/tests/test_grib_load_translations.py -> build/lib/iris/tests copying lib/iris/tests/test_pp_to_cube.py -> build/lib/iris/tests copying lib/iris/tests/test_file_load.py -> build/lib/iris/tests copying lib/iris/tests/test_mapping.py -> build/lib/iris/tests copying lib/iris/tests/test_concatenate.py -> build/lib/iris/tests copying lib/iris/tests/test_intersect.py -> build/lib/iris/tests copying lib/iris/tests/test_coordsystem.py -> build/lib/iris/tests copying lib/iris/tests/test_ff.py -> build/lib/iris/tests copying lib/iris/tests/test_cube_to_pp.py -> build/lib/iris/tests copying lib/iris/tests/test_file_save.py -> build/lib/iris/tests copying lib/iris/tests/system_test.py -> build/lib/iris/tests copying lib/iris/tests/test_uri_callback.py -> build/lib/iris/tests copying lib/iris/tests/pp.py -> build/lib/iris/tests copying lib/iris/tests/test_pandas.py -> build/lib/iris/tests creating build/lib/iris/experimental copying lib/iris/experimental/stratify.py -> build/lib/iris/experimental copying lib/iris/experimental/representation.py -> build/lib/iris/experimental copying lib/iris/experimental/raster.py -> build/lib/iris/experimental copying lib/iris/experimental/animate.py -> build/lib/iris/experimental copying lib/iris/experimental/equalise_cubes.py -> build/lib/iris/experimental copying lib/iris/experimental/__init__.py -> build/lib/iris/experimental copying lib/iris/experimental/ugrid.py -> build/lib/iris/experimental copying lib/iris/experimental/concatenate.py -> build/lib/iris/experimental copying lib/iris/experimental/regrid.py -> build/lib/iris/experimental copying lib/iris/experimental/regrid_conservative.py -> build/lib/iris/experimental creating build/lib/iris/fileformats copying lib/iris/fileformats/abf.py -> build/lib/iris/fileformats copying lib/iris/fileformats/name.py -> build/lib/iris/fileformats copying lib/iris/fileformats/_ff.py -> build/lib/iris/fileformats copying lib/iris/fileformats/rules.py -> build/lib/iris/fileformats copying lib/iris/fileformats/um_cf_map.py -> build/lib/iris/fileformats copying lib/iris/fileformats/__init__.py -> build/lib/iris/fileformats copying lib/iris/fileformats/dot.py -> build/lib/iris/fileformats copying lib/iris/fileformats/name_loaders.py -> build/lib/iris/fileformats copying lib/iris/fileformats/cf.py -> build/lib/iris/fileformats copying lib/iris/fileformats/_ff_cross_references.py -> build/lib/iris/fileformats copying lib/iris/fileformats/pp_load_rules.py -> build/lib/iris/fileformats copying lib/iris/fileformats/_pp_lbproc_pairs.py -> build/lib/iris/fileformats copying lib/iris/fileformats/pp_save_rules.py -> build/lib/iris/fileformats copying lib/iris/fileformats/_structured_array_identification.py -> build/lib/iris/fileformats copying lib/iris/fileformats/nimrod_load_rules.py -> build/lib/iris/fileformats copying lib/iris/fileformats/nimrod.py -> build/lib/iris/fileformats copying lib/iris/fileformats/netcdf.py -> build/lib/iris/fileformats copying lib/iris/fileformats/pp.py -> build/lib/iris/fileformats creating build/lib/iris/analysis copying lib/iris/analysis/_grid_angles.py -> build/lib/iris/analysis copying lib/iris/analysis/maths.py -> build/lib/iris/analysis copying lib/iris/analysis/calculus.py -> build/lib/iris/analysis copying lib/iris/analysis/cartography.py -> build/lib/iris/analysis copying lib/iris/analysis/_scipy_interpolate.py -> build/lib/iris/analysis copying lib/iris/analysis/_regrid.py -> build/lib/iris/analysis copying lib/iris/analysis/__init__.py -> build/lib/iris/analysis copying lib/iris/analysis/stats.py -> build/lib/iris/analysis copying lib/iris/analysis/trajectory.py -> build/lib/iris/analysis copying lib/iris/analysis/_area_weighted.py -> build/lib/iris/analysis copying lib/iris/analysis/_interpolation.py -> build/lib/iris/analysis copying lib/iris/analysis/geometry.py -> build/lib/iris/analysis creating build/lib/iris/tests/runner copying lib/iris/tests/runner/_runner.py -> build/lib/iris/tests/runner copying lib/iris/tests/runner/__init__.py -> build/lib/iris/tests/runner copying lib/iris/tests/runner/__main__.py -> build/lib/iris/tests/runner creating build/lib/iris/tests/integration copying lib/iris/tests/integration/test_PartialDateTime.py -> build/lib/iris/tests/integration copying lib/iris/tests/integration/test_pickle.py -> build/lib/iris/tests/integration copying lib/iris/tests/integration/test_netcdf.py -> build/lib/iris/tests/integration copying lib/iris/tests/integration/test_trajectory.py -> build/lib/iris/tests/integration copying lib/iris/tests/integration/test_grib2.py -> build/lib/iris/tests/integration copying lib/iris/tests/integration/test_cube.py -> build/lib/iris/tests/integration copying lib/iris/tests/integration/test_grib_load.py -> build/lib/iris/tests/integration copying lib/iris/tests/integration/test_regrid_equivalence.py -> build/lib/iris/tests/integration copying lib/iris/tests/integration/__init__.py -> build/lib/iris/tests/integration copying lib/iris/tests/integration/test_pp_constrained_load_cubes.py -> build/lib/iris/tests/integration copying lib/iris/tests/integration/test_pp.py -> build/lib/iris/tests/integration copying lib/iris/tests/integration/test_subset.py -> build/lib/iris/tests/integration copying lib/iris/tests/integration/test_ff.py -> build/lib/iris/tests/integration copying lib/iris/tests/integration/test_regridding.py -> build/lib/iris/tests/integration copying lib/iris/tests/integration/test_new_axis.py -> build/lib/iris/tests/integration creating build/lib/iris/tests/stock copying lib/iris/tests/stock/__init__.py -> build/lib/iris/tests/stock copying lib/iris/tests/stock/_stock_2d_latlons.py -> build/lib/iris/tests/stock creating build/lib/iris/tests/experimental copying lib/iris/tests/experimental/__init__.py -> build/lib/iris/tests/experimental copying lib/iris/tests/experimental/test_raster.py -> build/lib/iris/tests/experimental copying lib/iris/tests/experimental/test_animate.py -> build/lib/iris/tests/experimental creating build/lib/iris/tests/unit copying lib/iris/tests/unit/__init__.py -> build/lib/iris/tests/unit copying lib/iris/tests/unit/test_Future.py -> build/lib/iris/tests/unit copying lib/iris/tests/unit/test_sample_data_path.py -> build/lib/iris/tests/unit creating build/lib/iris/tests/integration/aux_factory copying lib/iris/tests/integration/aux_factory/__init__.py -> build/lib/iris/tests/integration/aux_factory copying lib/iris/tests/integration/aux_factory/test_OceanSigmaZFactory.py -> build/lib/iris/tests/integration/aux_factory creating build/lib/iris/tests/integration/um copying lib/iris/tests/integration/um/__init__.py -> build/lib/iris/tests/integration/um copying lib/iris/tests/integration/um/test_fieldsfile.py -> build/lib/iris/tests/integration/um creating build/lib/iris/tests/integration/concatenate copying lib/iris/tests/integration/concatenate/__init__.py -> build/lib/iris/tests/integration/concatenate copying lib/iris/tests/integration/concatenate/test_concatenate.py -> build/lib/iris/tests/integration/concatenate creating build/lib/iris/tests/integration/plot copying lib/iris/tests/integration/plot/test_vector_plots.py -> build/lib/iris/tests/integration/plot copying lib/iris/tests/integration/plot/test_nzdateline.py -> build/lib/iris/tests/integration/plot copying lib/iris/tests/integration/plot/test_plot_2d_coords.py -> build/lib/iris/tests/integration/plot copying lib/iris/tests/integration/plot/__init__.py -> build/lib/iris/tests/integration/plot copying lib/iris/tests/integration/plot/test_colorbar.py -> build/lib/iris/tests/integration/plot copying lib/iris/tests/integration/plot/test_netcdftime.py -> build/lib/iris/tests/integration/plot creating build/lib/iris/tests/integration/experimental copying lib/iris/tests/integration/experimental/test_regrid_ProjectedUnstructured.py -> build/lib/iris/tests/integration/experimental copying lib/iris/tests/integration/experimental/__init__.py -> build/lib/iris/tests/integration/experimental copying lib/iris/tests/integration/experimental/test_CubeRepresentation.py -> build/lib/iris/tests/integration/experimental creating build/lib/iris/tests/integration/fast_load copying lib/iris/tests/integration/fast_load/test_fast_load.py -> build/lib/iris/tests/integration/fast_load copying lib/iris/tests/integration/fast_load/__init__.py -> build/lib/iris/tests/integration/fast_load creating build/lib/iris/tests/integration/format_interop copying lib/iris/tests/integration/format_interop/test_pp_grib.py -> build/lib/iris/tests/integration/format_interop copying lib/iris/tests/integration/format_interop/__init__.py -> build/lib/iris/tests/integration/format_interop copying lib/iris/tests/integration/format_interop/test_name_grib.py -> build/lib/iris/tests/integration/format_interop creating build/lib/iris/tests/experimental/regrid copying lib/iris/tests/experimental/regrid/test_regrid_area_weighted_rectilinear_src_and_grid.py -> build/lib/iris/tests/experimental/regrid copying lib/iris/tests/experimental/regrid/__init__.py -> build/lib/iris/tests/experimental/regrid copying lib/iris/tests/experimental/regrid/test_regrid_conservative_via_esmpy.py -> build/lib/iris/tests/experimental/regrid creating build/lib/iris/tests/experimental/ugrid copying lib/iris/tests/experimental/ugrid/__init__.py -> build/lib/iris/tests/experimental/ugrid copying lib/iris/tests/experimental/ugrid/test_ugrid.py -> build/lib/iris/tests/experimental/ugrid creating build/lib/iris/tests/unit/data_manager copying lib/iris/tests/unit/data_manager/__init__.py -> build/lib/iris/tests/unit/data_manager copying lib/iris/tests/unit/data_manager/test_DataManager.py -> build/lib/iris/tests/unit/data_manager creating build/lib/iris/tests/unit/cube copying lib/iris/tests/unit/cube/__init__.py -> build/lib/iris/tests/unit/cube copying lib/iris/tests/unit/cube/test_Cube.py -> build/lib/iris/tests/unit/cube copying lib/iris/tests/unit/cube/test_Cube__operators.py -> build/lib/iris/tests/unit/cube copying lib/iris/tests/unit/cube/test_CubeList.py -> build/lib/iris/tests/unit/cube creating build/lib/iris/tests/unit/aux_factory copying lib/iris/tests/unit/aux_factory/test_OceanSg1Factory.py -> build/lib/iris/tests/unit/aux_factory copying lib/iris/tests/unit/aux_factory/test_HybridPressureFactory.py -> build/lib/iris/tests/unit/aux_factory copying lib/iris/tests/unit/aux_factory/__init__.py -> build/lib/iris/tests/unit/aux_factory copying lib/iris/tests/unit/aux_factory/test_OceanSigmaFactory.py -> build/lib/iris/tests/unit/aux_factory copying lib/iris/tests/unit/aux_factory/test_OceanSigmaZFactory.py -> build/lib/iris/tests/unit/aux_factory copying lib/iris/tests/unit/aux_factory/test_OceanSg2Factory.py -> build/lib/iris/tests/unit/aux_factory copying lib/iris/tests/unit/aux_factory/test_OceanSFactory.py -> build/lib/iris/tests/unit/aux_factory copying lib/iris/tests/unit/aux_factory/test_AuxCoordFactory.py -> build/lib/iris/tests/unit/aux_factory creating build/lib/iris/tests/unit/config copying lib/iris/tests/unit/config/__init__.py -> build/lib/iris/tests/unit/config copying lib/iris/tests/unit/config/test_NetCDF.py -> build/lib/iris/tests/unit/config creating build/lib/iris/tests/unit/concatenate copying lib/iris/tests/unit/concatenate/__init__.py -> build/lib/iris/tests/unit/concatenate copying lib/iris/tests/unit/concatenate/test__CubeSignature.py -> build/lib/iris/tests/unit/concatenate copying lib/iris/tests/unit/concatenate/test_concatenate.py -> build/lib/iris/tests/unit/concatenate creating build/lib/iris/tests/unit/io copying lib/iris/tests/unit/io/test_expand_filespecs.py -> build/lib/iris/tests/unit/io copying lib/iris/tests/unit/io/__init__.py -> build/lib/iris/tests/unit/io copying lib/iris/tests/unit/io/test_run_callback.py -> build/lib/iris/tests/unit/io creating build/lib/iris/tests/unit/merge copying lib/iris/tests/unit/merge/__init__.py -> build/lib/iris/tests/unit/merge copying lib/iris/tests/unit/merge/test_ProtoCube.py -> build/lib/iris/tests/unit/merge creating build/lib/iris/tests/unit/util copying lib/iris/tests/unit/util/test_mask_cube.py -> build/lib/iris/tests/unit/util copying lib/iris/tests/unit/util/test_array_equal.py -> build/lib/iris/tests/unit/util copying lib/iris/tests/unit/util/test_find_discontiguities.py -> build/lib/iris/tests/unit/util copying lib/iris/tests/unit/util/test__slice_data_with_keys.py -> build/lib/iris/tests/unit/util copying lib/iris/tests/unit/util/test_unify_time_units.py -> build/lib/iris/tests/unit/util copying lib/iris/tests/unit/util/test_broadcast_to_shape.py -> build/lib/iris/tests/unit/util copying lib/iris/tests/unit/util/test_demote_dim_coord_to_aux_coord.py -> build/lib/iris/tests/unit/util copying lib/iris/tests/unit/util/test_column_slices_generator.py -> build/lib/iris/tests/unit/util copying lib/iris/tests/unit/util/__init__.py -> build/lib/iris/tests/unit/util copying lib/iris/tests/unit/util/test_file_is_newer_than.py -> build/lib/iris/tests/unit/util copying lib/iris/tests/unit/util/test_promote_aux_coord_to_dim_coord.py -> build/lib/iris/tests/unit/util copying lib/iris/tests/unit/util/test_rolling_window.py -> build/lib/iris/tests/unit/util copying lib/iris/tests/unit/util/test_squeeze.py -> build/lib/iris/tests/unit/util copying lib/iris/tests/unit/util/test_describe_diff.py -> build/lib/iris/tests/unit/util copying lib/iris/tests/unit/util/test__is_circular.py -> build/lib/iris/tests/unit/util copying lib/iris/tests/unit/util/test__coord_regular.py -> build/lib/iris/tests/unit/util copying lib/iris/tests/unit/util/test_new_axis.py -> build/lib/iris/tests/unit/util copying lib/iris/tests/unit/util/test_reverse.py -> build/lib/iris/tests/unit/util creating build/lib/iris/tests/unit/plot copying lib/iris/tests/unit/plot/test_outline.py -> build/lib/iris/tests/unit/plot copying lib/iris/tests/unit/plot/test_scatter.py -> build/lib/iris/tests/unit/plot copying lib/iris/tests/unit/plot/test_plot.py -> build/lib/iris/tests/unit/plot copying lib/iris/tests/unit/plot/test_contour.py -> build/lib/iris/tests/unit/plot copying lib/iris/tests/unit/plot/test__get_plot_defn.py -> build/lib/iris/tests/unit/plot copying lib/iris/tests/unit/plot/test__get_plot_defn_custom_coords_picked.py -> build/lib/iris/tests/unit/plot copying lib/iris/tests/unit/plot/test__check_bounds_contiguity_and_mask.py -> build/lib/iris/tests/unit/plot copying lib/iris/tests/unit/plot/test_points.py -> build/lib/iris/tests/unit/plot copying lib/iris/tests/unit/plot/__init__.py -> build/lib/iris/tests/unit/plot copying lib/iris/tests/unit/plot/_blockplot_common.py -> build/lib/iris/tests/unit/plot copying lib/iris/tests/unit/plot/test_contourf.py -> build/lib/iris/tests/unit/plot copying lib/iris/tests/unit/plot/test_pcolormesh.py -> build/lib/iris/tests/unit/plot copying lib/iris/tests/unit/plot/test_pcolor.py -> build/lib/iris/tests/unit/plot copying lib/iris/tests/unit/plot/test__fixup_dates.py -> build/lib/iris/tests/unit/plot creating build/lib/iris/tests/unit/tests copying lib/iris/tests/unit/tests/__init__.py -> build/lib/iris/tests/unit/tests copying lib/iris/tests/unit/tests/test_IrisTest.py -> build/lib/iris/tests/unit/tests creating build/lib/iris/tests/unit/coords copying lib/iris/tests/unit/coords/test_Coord.py -> build/lib/iris/tests/unit/coords copying lib/iris/tests/unit/coords/test_Cell.py -> build/lib/iris/tests/unit/coords copying lib/iris/tests/unit/coords/__init__.py -> build/lib/iris/tests/unit/coords copying lib/iris/tests/unit/coords/test_AuxCoord.py -> build/lib/iris/tests/unit/coords copying lib/iris/tests/unit/coords/test_DimCoord.py -> build/lib/iris/tests/unit/coords copying lib/iris/tests/unit/coords/test_CellMeasure.py -> build/lib/iris/tests/unit/coords creating build/lib/iris/tests/unit/experimental copying lib/iris/tests/unit/experimental/__init__.py -> build/lib/iris/tests/unit/experimental creating build/lib/iris/tests/unit/coord_categorisation copying lib/iris/tests/unit/coord_categorisation/test_add_categorised_coord.py -> build/lib/iris/tests/unit/coord_categorisation copying lib/iris/tests/unit/coord_categorisation/__init__.py -> build/lib/iris/tests/unit/coord_categorisation copying lib/iris/tests/unit/coord_categorisation/test_add_hour.py -> build/lib/iris/tests/unit/coord_categorisation creating build/lib/iris/tests/unit/lazy_data copying lib/iris/tests/unit/lazy_data/test_non_lazy.py -> build/lib/iris/tests/unit/lazy_data copying lib/iris/tests/unit/lazy_data/test_as_concrete_data.py -> build/lib/iris/tests/unit/lazy_data copying lib/iris/tests/unit/lazy_data/__init__.py -> build/lib/iris/tests/unit/lazy_data copying lib/iris/tests/unit/lazy_data/test_is_lazy_data.py -> build/lib/iris/tests/unit/lazy_data copying lib/iris/tests/unit/lazy_data/test_co_realise_cubes.py -> build/lib/iris/tests/unit/lazy_data copying lib/iris/tests/unit/lazy_data/test_multidim_lazy_stack.py -> build/lib/iris/tests/unit/lazy_data copying lib/iris/tests/unit/lazy_data/test_lazy_elementwise.py -> build/lib/iris/tests/unit/lazy_data copying lib/iris/tests/unit/lazy_data/test_as_lazy_data.py -> build/lib/iris/tests/unit/lazy_data creating build/lib/iris/tests/unit/fileformats copying lib/iris/tests/unit/fileformats/__init__.py -> build/lib/iris/tests/unit/fileformats copying lib/iris/tests/unit/fileformats/test_rules.py -> build/lib/iris/tests/unit/fileformats creating build/lib/iris/tests/unit/quickplot copying lib/iris/tests/unit/quickplot/test_outline.py -> build/lib/iris/tests/unit/quickplot copying lib/iris/tests/unit/quickplot/test_scatter.py -> build/lib/iris/tests/unit/quickplot copying lib/iris/tests/unit/quickplot/test_plot.py -> build/lib/iris/tests/unit/quickplot copying lib/iris/tests/unit/quickplot/test_contour.py -> build/lib/iris/tests/unit/quickplot copying lib/iris/tests/unit/quickplot/test_points.py -> build/lib/iris/tests/unit/quickplot copying lib/iris/tests/unit/quickplot/__init__.py -> build/lib/iris/tests/unit/quickplot copying lib/iris/tests/unit/quickplot/test_contourf.py -> build/lib/iris/tests/unit/quickplot copying lib/iris/tests/unit/quickplot/test_pcolormesh.py -> build/lib/iris/tests/unit/quickplot copying lib/iris/tests/unit/quickplot/test_pcolor.py -> build/lib/iris/tests/unit/quickplot creating build/lib/iris/tests/unit/coord_systems copying lib/iris/tests/unit/coord_systems/test_LambertAzimuthalEqualArea.py -> build/lib/iris/tests/unit/coord_systems copying lib/iris/tests/unit/coord_systems/test_RotatedPole.py -> build/lib/iris/tests/unit/coord_systems copying lib/iris/tests/unit/coord_systems/test_VerticalPerspective.py -> build/lib/iris/tests/unit/coord_systems copying lib/iris/tests/unit/coord_systems/test_Mercator.py -> build/lib/iris/tests/unit/coord_systems copying lib/iris/tests/unit/coord_systems/__init__.py -> build/lib/iris/tests/unit/coord_systems copying lib/iris/tests/unit/coord_systems/test_AlbersEqualArea.py -> build/lib/iris/tests/unit/coord_systems copying lib/iris/tests/unit/coord_systems/test_Orthographic.py -> build/lib/iris/tests/unit/coord_systems creating build/lib/iris/tests/unit/analysis copying lib/iris/tests/unit/analysis/test_SUM.py -> build/lib/iris/tests/unit/analysis copying lib/iris/tests/unit/analysis/test_VARIANCE.py -> build/lib/iris/tests/unit/analysis copying lib/iris/tests/unit/analysis/test_MIN.py -> build/lib/iris/tests/unit/analysis copying lib/iris/tests/unit/analysis/test_PERCENTILE.py -> build/lib/iris/tests/unit/analysis copying lib/iris/tests/unit/analysis/test_WPERCENTILE.py -> build/lib/iris/tests/unit/analysis copying lib/iris/tests/unit/analysis/test_Aggregator.py -> build/lib/iris/tests/unit/analysis copying lib/iris/tests/unit/analysis/test_PercentileAggregator.py -> build/lib/iris/tests/unit/analysis copying lib/iris/tests/unit/analysis/test_COUNT.py -> build/lib/iris/tests/unit/analysis copying lib/iris/tests/unit/analysis/__init__.py -> build/lib/iris/tests/unit/analysis copying lib/iris/tests/unit/analysis/test_PROPORTION.py -> build/lib/iris/tests/unit/analysis copying lib/iris/tests/unit/analysis/test_STD_DEV.py -> build/lib/iris/tests/unit/analysis copying lib/iris/tests/unit/analysis/test_WeightedPercentileAggregator.py -> build/lib/iris/tests/unit/analysis copying lib/iris/tests/unit/analysis/test_MAX.py -> build/lib/iris/tests/unit/analysis copying lib/iris/tests/unit/analysis/test_MEAN.py -> build/lib/iris/tests/unit/analysis copying lib/iris/tests/unit/analysis/test_Nearest.py -> build/lib/iris/tests/unit/analysis copying lib/iris/tests/unit/analysis/test_AreaWeighted.py -> build/lib/iris/tests/unit/analysis copying lib/iris/tests/unit/analysis/test_Linear.py -> build/lib/iris/tests/unit/analysis copying lib/iris/tests/unit/analysis/test_RMS.py -> build/lib/iris/tests/unit/analysis creating build/lib/iris/tests/unit/experimental/equalise_cubes copying lib/iris/tests/unit/experimental/equalise_cubes/__init__.py -> build/lib/iris/tests/unit/experimental/equalise_cubes copying lib/iris/tests/unit/experimental/equalise_cubes/test_equalise_attributes.py -> build/lib/iris/tests/unit/experimental/equalise_cubes creating build/lib/iris/tests/unit/experimental/stratify copying lib/iris/tests/unit/experimental/stratify/__init__.py -> build/lib/iris/tests/unit/experimental/stratify copying lib/iris/tests/unit/experimental/stratify/test_relevel.py -> build/lib/iris/tests/unit/experimental/stratify creating build/lib/iris/tests/unit/experimental/regrid copying lib/iris/tests/unit/experimental/regrid/test_regrid_area_weighted_rectilinear_src_and_grid.py -> build/lib/iris/tests/unit/experimental/regrid copying lib/iris/tests/unit/experimental/regrid/test_regrid_weighted_curvilinear_to_rectilinear.py -> build/lib/iris/tests/unit/experimental/regrid copying lib/iris/tests/unit/experimental/regrid/test_PointInCell.py -> build/lib/iris/tests/unit/experimental/regrid copying lib/iris/tests/unit/experimental/regrid/__init__.py -> build/lib/iris/tests/unit/experimental/regrid copying lib/iris/tests/unit/experimental/regrid/test__CurvilinearRegridder.py -> build/lib/iris/tests/unit/experimental/regrid creating build/lib/iris/tests/unit/experimental/raster copying lib/iris/tests/unit/experimental/raster/test_export_geotiff.py -> build/lib/iris/tests/unit/experimental/raster copying lib/iris/tests/unit/experimental/raster/__init__.py -> build/lib/iris/tests/unit/experimental/raster creating build/lib/iris/tests/unit/fileformats/rules copying lib/iris/tests/unit/fileformats/rules/__init__.py -> build/lib/iris/tests/unit/fileformats/rules copying lib/iris/tests/unit/fileformats/rules/test_Loader.py -> build/lib/iris/tests/unit/fileformats/rules copying lib/iris/tests/unit/fileformats/rules/test__make_cube.py -> build/lib/iris/tests/unit/fileformats/rules creating build/lib/iris/tests/unit/fileformats/pyke_rules copying lib/iris/tests/unit/fileformats/pyke_rules/__init__.py -> build/lib/iris/tests/unit/fileformats/pyke_rules creating build/lib/iris/tests/unit/fileformats/structured_array_identification copying lib/iris/tests/unit/fileformats/structured_array_identification/test_GroupStructure.py -> build/lib/iris/tests/unit/fileformats/structured_array_identification copying lib/iris/tests/unit/fileformats/structured_array_identification/__init__.py -> build/lib/iris/tests/unit/fileformats/structured_array_identification copying lib/iris/tests/unit/fileformats/structured_array_identification/test_ArrayStructure.py -> build/lib/iris/tests/unit/fileformats/structured_array_identification creating build/lib/iris/tests/unit/fileformats/pp copying lib/iris/tests/unit/fileformats/pp/test_load.py -> build/lib/iris/tests/unit/fileformats/pp copying lib/iris/tests/unit/fileformats/pp/test__field_gen.py -> build/lib/iris/tests/unit/fileformats/pp copying lib/iris/tests/unit/fileformats/pp/test_PPField.py -> build/lib/iris/tests/unit/fileformats/pp copying lib/iris/tests/unit/fileformats/pp/test__interpret_field.py -> build/lib/iris/tests/unit/fileformats/pp copying lib/iris/tests/unit/fileformats/pp/__init__.py -> build/lib/iris/tests/unit/fileformats/pp copying lib/iris/tests/unit/fileformats/pp/test__convert_constraints.py -> build/lib/iris/tests/unit/fileformats/pp copying lib/iris/tests/unit/fileformats/pp/test_save.py -> build/lib/iris/tests/unit/fileformats/pp copying lib/iris/tests/unit/fileformats/pp/test__create_field_data.py -> build/lib/iris/tests/unit/fileformats/pp copying lib/iris/tests/unit/fileformats/pp/test_PPDataProxy.py -> build/lib/iris/tests/unit/fileformats/pp copying lib/iris/tests/unit/fileformats/pp/test__LBProc.py -> build/lib/iris/tests/unit/fileformats/pp copying lib/iris/tests/unit/fileformats/pp/test_as_fields.py -> build/lib/iris/tests/unit/fileformats/pp copying lib/iris/tests/unit/fileformats/pp/test_save_fields.py -> build/lib/iris/tests/unit/fileformats/pp copying lib/iris/tests/unit/fileformats/pp/test__data_bytes_to_shaped_array.py -> build/lib/iris/tests/unit/fileformats/pp copying lib/iris/tests/unit/fileformats/pp/test_save_pairs_from_cube.py -> build/lib/iris/tests/unit/fileformats/pp creating build/lib/iris/tests/unit/fileformats/nimrod_load_rules copying lib/iris/tests/unit/fileformats/nimrod_load_rules/test_tm_meridian_scaling.py -> build/lib/iris/tests/unit/fileformats/nimrod_load_rules copying lib/iris/tests/unit/fileformats/nimrod_load_rules/__init__.py -> build/lib/iris/tests/unit/fileformats/nimrod_load_rules copying lib/iris/tests/unit/fileformats/nimrod_load_rules/test_vertical_coord.py -> build/lib/iris/tests/unit/fileformats/nimrod_load_rules creating build/lib/iris/tests/unit/fileformats/um copying lib/iris/tests/unit/fileformats/um/test_um_to_pp.py -> build/lib/iris/tests/unit/fileformats/um copying lib/iris/tests/unit/fileformats/um/__init__.py -> build/lib/iris/tests/unit/fileformats/um creating build/lib/iris/tests/unit/fileformats/netcdf copying lib/iris/tests/unit/fileformats/netcdf/test_parse_cell_methods.py -> build/lib/iris/tests/unit/fileformats/netcdf copying lib/iris/tests/unit/fileformats/netcdf/test__FillValueMaskCheckAndStoreTarget.py -> build/lib/iris/tests/unit/fileformats/netcdf copying lib/iris/tests/unit/fileformats/netcdf/__init__.py -> build/lib/iris/tests/unit/fileformats/netcdf copying lib/iris/tests/unit/fileformats/netcdf/test_Saver.py -> build/lib/iris/tests/unit/fileformats/netcdf copying lib/iris/tests/unit/fileformats/netcdf/test__load_aux_factory.py -> build/lib/iris/tests/unit/fileformats/netcdf copying lib/iris/tests/unit/fileformats/netcdf/test_save.py -> build/lib/iris/tests/unit/fileformats/netcdf copying lib/iris/tests/unit/fileformats/netcdf/test__load_cube.py -> build/lib/iris/tests/unit/fileformats/netcdf copying lib/iris/tests/unit/fileformats/netcdf/test__get_cf_var_data.py -> build/lib/iris/tests/unit/fileformats/netcdf creating build/lib/iris/tests/unit/fileformats/dot copying lib/iris/tests/unit/fileformats/dot/test__dot_path.py -> build/lib/iris/tests/unit/fileformats/dot copying lib/iris/tests/unit/fileformats/dot/__init__.py -> build/lib/iris/tests/unit/fileformats/dot creating build/lib/iris/tests/unit/fileformats/ff copying lib/iris/tests/unit/fileformats/ff/test_NewDynamics.py -> build/lib/iris/tests/unit/fileformats/ff copying lib/iris/tests/unit/fileformats/ff/test_FFHeader.py -> build/lib/iris/tests/unit/fileformats/ff copying lib/iris/tests/unit/fileformats/ff/test_ArakawaC.py -> build/lib/iris/tests/unit/fileformats/ff copying lib/iris/tests/unit/fileformats/ff/test_FF2PP.py -> build/lib/iris/tests/unit/fileformats/ff copying lib/iris/tests/unit/fileformats/ff/test_Grid.py -> build/lib/iris/tests/unit/fileformats/ff copying lib/iris/tests/unit/fileformats/ff/__init__.py -> build/lib/iris/tests/unit/fileformats/ff copying lib/iris/tests/unit/fileformats/ff/test_ENDGame.py -> build/lib/iris/tests/unit/fileformats/ff creating build/lib/iris/tests/unit/fileformats/abf copying lib/iris/tests/unit/fileformats/abf/test_ABFField.py -> build/lib/iris/tests/unit/fileformats/abf copying lib/iris/tests/unit/fileformats/abf/__init__.py -> build/lib/iris/tests/unit/fileformats/abf creating build/lib/iris/tests/unit/fileformats/name_loaders copying lib/iris/tests/unit/fileformats/name_loaders/test__calc_integration_period.py -> build/lib/iris/tests/unit/fileformats/name_loaders copying lib/iris/tests/unit/fileformats/name_loaders/test__generate_cubes.py -> build/lib/iris/tests/unit/fileformats/name_loaders copying lib/iris/tests/unit/fileformats/name_loaders/test__build_cell_methods.py -> build/lib/iris/tests/unit/fileformats/name_loaders copying lib/iris/tests/unit/fileformats/name_loaders/__init__.py -> build/lib/iris/tests/unit/fileformats/name_loaders copying lib/iris/tests/unit/fileformats/name_loaders/test__cf_height_from_name.py -> build/lib/iris/tests/unit/fileformats/name_loaders creating build/lib/iris/tests/unit/fileformats/cf copying lib/iris/tests/unit/fileformats/cf/test_CFReader.py -> build/lib/iris/tests/unit/fileformats/cf copying lib/iris/tests/unit/fileformats/cf/__init__.py -> build/lib/iris/tests/unit/fileformats/cf creating build/lib/iris/tests/unit/fileformats/pp_load_rules copying lib/iris/tests/unit/fileformats/pp_load_rules/test__convert_scalar_pseudo_level_coords.py -> build/lib/iris/tests/unit/fileformats/pp_load_rules copying lib/iris/tests/unit/fileformats/pp_load_rules/test_convert.py -> build/lib/iris/tests/unit/fileformats/pp_load_rules copying lib/iris/tests/unit/fileformats/pp_load_rules/test__collapse_degenerate_points_and_bounds.py -> build/lib/iris/tests/unit/fileformats/pp_load_rules copying lib/iris/tests/unit/fileformats/pp_load_rules/test__convert_time_coords.py -> build/lib/iris/tests/unit/fileformats/pp_load_rules copying lib/iris/tests/unit/fileformats/pp_load_rules/test__reduced_points_and_bounds.py -> build/lib/iris/tests/unit/fileformats/pp_load_rules copying lib/iris/tests/unit/fileformats/pp_load_rules/__init__.py -> build/lib/iris/tests/unit/fileformats/pp_load_rules copying lib/iris/tests/unit/fileformats/pp_load_rules/test__convert_vertical_coords.py -> build/lib/iris/tests/unit/fileformats/pp_load_rules copying lib/iris/tests/unit/fileformats/pp_load_rules/test__all_other_rules.py -> build/lib/iris/tests/unit/fileformats/pp_load_rules copying lib/iris/tests/unit/fileformats/pp_load_rules/test__reshape_vector_args.py -> build/lib/iris/tests/unit/fileformats/pp_load_rules copying lib/iris/tests/unit/fileformats/pp_load_rules/test__convert_scalar_realization_coords.py -> build/lib/iris/tests/unit/fileformats/pp_load_rules copying lib/iris/tests/unit/fileformats/pp_load_rules/test__dim_or_aux.py -> build/lib/iris/tests/unit/fileformats/pp_load_rules copying lib/iris/tests/unit/fileformats/pp_load_rules/test__model_level_number.py -> build/lib/iris/tests/unit/fileformats/pp_load_rules creating build/lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb copying lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/__init__.py -> build/lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb creating build/lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc copying lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc/test_build_cube_metadata.py -> build/lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc copying lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc/test_reorder_bounds_data.py -> build/lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc copying lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc/test_get_attr_units.py -> build/lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc copying lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc/test_has_supported_mercator_parameters.py -> build/lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc copying lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc/__init__.py -> build/lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc copying lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc/test_build_auxiliary_coordinate.py -> build/lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc copying lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc/test_has_supported_stereographic_parameters.py -> build/lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc copying lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc/test_build_mercator_coordinate_system.py -> build/lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc copying lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc/test_build_dimension_coordinate.py -> build/lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc copying lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc/test_build_stereographic_coordinate_system.py -> build/lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc creating build/lib/iris/tests/unit/fileformats/um/optimal_array_structuring copying lib/iris/tests/unit/fileformats/um/optimal_array_structuring/test_optimal_array_structure.py -> build/lib/iris/tests/unit/fileformats/um/optimal_array_structuring copying lib/iris/tests/unit/fileformats/um/optimal_array_structuring/__init__.py -> build/lib/iris/tests/unit/fileformats/um/optimal_array_structuring creating build/lib/iris/tests/unit/fileformats/um/fast_load_structured_fields copying lib/iris/tests/unit/fileformats/um/fast_load_structured_fields/test_group_structured_fields.py -> build/lib/iris/tests/unit/fileformats/um/fast_load_structured_fields copying lib/iris/tests/unit/fileformats/um/fast_load_structured_fields/test_BasicFieldCollation.py -> build/lib/iris/tests/unit/fileformats/um/fast_load_structured_fields copying lib/iris/tests/unit/fileformats/um/fast_load_structured_fields/__init__.py -> build/lib/iris/tests/unit/fileformats/um/fast_load_structured_fields creating build/lib/iris/tests/unit/fileformats/um/fast_load copying lib/iris/tests/unit/fileformats/um/fast_load/__init__.py -> build/lib/iris/tests/unit/fileformats/um/fast_load copying lib/iris/tests/unit/fileformats/um/fast_load/test__convert_collation.py -> build/lib/iris/tests/unit/fileformats/um/fast_load copying lib/iris/tests/unit/fileformats/um/fast_load/test_FieldCollation.py -> build/lib/iris/tests/unit/fileformats/um/fast_load creating build/lib/iris/tests/unit/analysis/area_weighted copying lib/iris/tests/unit/analysis/area_weighted/test_AreaWeightedRegridder.py -> build/lib/iris/tests/unit/analysis/area_weighted copying lib/iris/tests/unit/analysis/area_weighted/__init__.py -> build/lib/iris/tests/unit/analysis/area_weighted creating build/lib/iris/tests/unit/analysis/maths copying lib/iris/tests/unit/analysis/maths/test_subtract.py -> build/lib/iris/tests/unit/analysis/maths copying lib/iris/tests/unit/analysis/maths/test_multiply.py -> build/lib/iris/tests/unit/analysis/maths copying lib/iris/tests/unit/analysis/maths/test__output_dtype.py -> build/lib/iris/tests/unit/analysis/maths copying lib/iris/tests/unit/analysis/maths/test_divide.py -> build/lib/iris/tests/unit/analysis/maths copying lib/iris/tests/unit/analysis/maths/test__inplace_common_checks.py -> build/lib/iris/tests/unit/analysis/maths copying lib/iris/tests/unit/analysis/maths/__init__.py -> build/lib/iris/tests/unit/analysis/maths copying lib/iris/tests/unit/analysis/maths/test_add.py -> build/lib/iris/tests/unit/analysis/maths copying lib/iris/tests/unit/analysis/maths/test__get_dtype.py -> build/lib/iris/tests/unit/analysis/maths creating build/lib/iris/tests/unit/analysis/regrid copying lib/iris/tests/unit/analysis/regrid/__init__.py -> build/lib/iris/tests/unit/analysis/regrid copying lib/iris/tests/unit/analysis/regrid/test_RectilinearRegridder.py -> build/lib/iris/tests/unit/analysis/regrid creating build/lib/iris/tests/unit/analysis/interpolation copying lib/iris/tests/unit/analysis/interpolation/test_get_xy_dim_coords.py -> build/lib/iris/tests/unit/analysis/interpolation copying lib/iris/tests/unit/analysis/interpolation/__init__.py -> build/lib/iris/tests/unit/analysis/interpolation copying lib/iris/tests/unit/analysis/interpolation/test_RectilinearInterpolator.py -> build/lib/iris/tests/unit/analysis/interpolation creating build/lib/iris/tests/unit/analysis/trajectory copying lib/iris/tests/unit/analysis/trajectory/test_Trajectory.py -> build/lib/iris/tests/unit/analysis/trajectory copying lib/iris/tests/unit/analysis/trajectory/__init__.py -> build/lib/iris/tests/unit/analysis/trajectory copying lib/iris/tests/unit/analysis/trajectory/test__nearest_neighbour_indices_ndcoords.py -> build/lib/iris/tests/unit/analysis/trajectory copying lib/iris/tests/unit/analysis/trajectory/test_interpolate.py -> build/lib/iris/tests/unit/analysis/trajectory copying lib/iris/tests/unit/analysis/trajectory/test_UnstructuredNearestNeighbourRegridder.py -> build/lib/iris/tests/unit/analysis/trajectory creating build/lib/iris/tests/unit/analysis/geometry copying lib/iris/tests/unit/analysis/geometry/__init__.py -> build/lib/iris/tests/unit/analysis/geometry copying lib/iris/tests/unit/analysis/geometry/test__extract_relevant_cube_slice.py -> build/lib/iris/tests/unit/analysis/geometry copying lib/iris/tests/unit/analysis/geometry/test_geometry_area_weights.py -> build/lib/iris/tests/unit/analysis/geometry creating build/lib/iris/tests/unit/analysis/cartography copying lib/iris/tests/unit/analysis/cartography/test_project.py -> build/lib/iris/tests/unit/analysis/cartography copying lib/iris/tests/unit/analysis/cartography/test__quadrant_area.py -> build/lib/iris/tests/unit/analysis/cartography copying lib/iris/tests/unit/analysis/cartography/test_rotate_winds.py -> build/lib/iris/tests/unit/analysis/cartography copying lib/iris/tests/unit/analysis/cartography/test_area_weights.py -> build/lib/iris/tests/unit/analysis/cartography copying lib/iris/tests/unit/analysis/cartography/test_gridcell_angles.py -> build/lib/iris/tests/unit/analysis/cartography copying lib/iris/tests/unit/analysis/cartography/test__xy_range.py -> build/lib/iris/tests/unit/analysis/cartography copying lib/iris/tests/unit/analysis/cartography/__init__.py -> build/lib/iris/tests/unit/analysis/cartography copying lib/iris/tests/unit/analysis/cartography/test_rotate_grid_vectors.py -> build/lib/iris/tests/unit/analysis/cartography creating build/lib/iris/tests/unit/analysis/stats copying lib/iris/tests/unit/analysis/stats/test_pearsonr.py -> build/lib/iris/tests/unit/analysis/stats copying lib/iris/tests/unit/analysis/stats/__init__.py -> build/lib/iris/tests/unit/analysis/stats creating build/lib/iris/fileformats/um copying lib/iris/fileformats/um/_optimal_array_structuring.py -> build/lib/iris/fileformats/um copying lib/iris/fileformats/um/_fast_load.py -> build/lib/iris/fileformats/um copying lib/iris/fileformats/um/_ff_replacement.py -> build/lib/iris/fileformats/um copying lib/iris/fileformats/um/__init__.py -> build/lib/iris/fileformats/um copying lib/iris/fileformats/um/_fast_load_structured_fields.py -> build/lib/iris/fileformats/um creating build/lib/iris/fileformats/_pyke_rules copying lib/iris/fileformats/_pyke_rules/__init__.py -> build/lib/iris/fileformats/_pyke_rules running egg_info writing lib/scitools_iris.egg-info/PKG-INFO writing dependency_links to lib/scitools_iris.egg-info/dependency_links.txt writing requirements to lib/scitools_iris.egg-info/requires.txt writing top-level names to lib/scitools_iris.egg-info/top_level.txt reading manifest file 'lib/scitools_iris.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/iris/build' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution writing manifest file 'lib/scitools_iris.egg-info/SOURCES.txt' creating build/lib/iris/etc copying lib/iris/etc/site.cfg -> build/lib/iris/etc copying lib/iris/etc/site.cfg.template -> build/lib/iris/etc creating build/lib/iris/etc/palette creating build/lib/iris/etc/palette/diverging copying lib/iris/etc/palette/diverging/BrBG_11.txt -> build/lib/iris/etc/palette/diverging copying lib/iris/etc/palette/diverging/PRGn_11.txt -> build/lib/iris/etc/palette/diverging copying lib/iris/etc/palette/diverging/PiYG_11.txt -> build/lib/iris/etc/palette/diverging copying lib/iris/etc/palette/diverging/PuOr_11.txt -> build/lib/iris/etc/palette/diverging copying lib/iris/etc/palette/diverging/RdBu_11.txt -> build/lib/iris/etc/palette/diverging copying lib/iris/etc/palette/diverging/RdGy_11.txt -> build/lib/iris/etc/palette/diverging copying lib/iris/etc/palette/diverging/RdYlBu_11.txt -> build/lib/iris/etc/palette/diverging copying lib/iris/etc/palette/diverging/RdYlGn_11.txt -> build/lib/iris/etc/palette/diverging copying lib/iris/etc/palette/diverging/Spectral_11.txt -> build/lib/iris/etc/palette/diverging creating build/lib/iris/etc/palette/qualitative copying lib/iris/etc/palette/qualitative/Accent_08.txt -> build/lib/iris/etc/palette/qualitative copying lib/iris/etc/palette/qualitative/Dark2_08.txt -> build/lib/iris/etc/palette/qualitative copying lib/iris/etc/palette/qualitative/Paired_12.txt -> build/lib/iris/etc/palette/qualitative copying lib/iris/etc/palette/qualitative/Pastel1_09.txt -> build/lib/iris/etc/palette/qualitative copying lib/iris/etc/palette/qualitative/Pastel2_08.txt -> build/lib/iris/etc/palette/qualitative copying lib/iris/etc/palette/qualitative/Set1_09.txt -> build/lib/iris/etc/palette/qualitative copying lib/iris/etc/palette/qualitative/Set2_08.txt -> build/lib/iris/etc/palette/qualitative copying lib/iris/etc/palette/qualitative/Set3_12.txt -> build/lib/iris/etc/palette/qualitative creating build/lib/iris/etc/palette/sequential copying lib/iris/etc/palette/sequential/Blues_09.txt -> build/lib/iris/etc/palette/sequential copying lib/iris/etc/palette/sequential/BuGn_09.txt -> build/lib/iris/etc/palette/sequential copying lib/iris/etc/palette/sequential/BuPu_09.txt -> build/lib/iris/etc/palette/sequential copying lib/iris/etc/palette/sequential/GnBu_09.txt -> build/lib/iris/etc/palette/sequential copying lib/iris/etc/palette/sequential/Greens_09.txt -> build/lib/iris/etc/palette/sequential copying lib/iris/etc/palette/sequential/Greys_09.txt -> build/lib/iris/etc/palette/sequential copying lib/iris/etc/palette/sequential/OrRd_09.txt -> build/lib/iris/etc/palette/sequential copying lib/iris/etc/palette/sequential/Oranges_09.txt -> build/lib/iris/etc/palette/sequential copying lib/iris/etc/palette/sequential/PuBuGn_09.txt -> build/lib/iris/etc/palette/sequential copying lib/iris/etc/palette/sequential/PuBu_09.txt -> build/lib/iris/etc/palette/sequential copying lib/iris/etc/palette/sequential/PuRd_09.txt -> build/lib/iris/etc/palette/sequential copying lib/iris/etc/palette/sequential/Purples_09.txt -> build/lib/iris/etc/palette/sequential copying lib/iris/etc/palette/sequential/RdPu_09.txt -> build/lib/iris/etc/palette/sequential copying lib/iris/etc/palette/sequential/Reds_09.txt -> build/lib/iris/etc/palette/sequential copying lib/iris/etc/palette/sequential/YlGnBu_09.txt -> build/lib/iris/etc/palette/sequential copying lib/iris/etc/palette/sequential/YlGn_09.txt -> build/lib/iris/etc/palette/sequential copying lib/iris/etc/palette/sequential/YlOrBr_09.txt -> build/lib/iris/etc/palette/sequential copying lib/iris/etc/palette/sequential/YlOrRd_09.txt -> build/lib/iris/etc/palette/sequential copying lib/iris/tests/stock_mdi_arrays.npz -> build/lib/iris/tests creating build/lib/iris/tests/results copying lib/iris/tests/results/compatible_cubes.str.txt -> build/lib/iris/tests/results copying lib/iris/tests/results/imagerepo.json -> build/lib/iris/tests/results copying lib/iris/tests/results/incompatible_attr.str.txt -> build/lib/iris/tests/results copying lib/iris/tests/results/incompatible_cubes.str.txt -> build/lib/iris/tests/results copying lib/iris/tests/results/incompatible_meth.str.txt -> build/lib/iris/tests/results copying lib/iris/tests/results/incompatible_name.str.txt -> build/lib/iris/tests/results copying lib/iris/tests/results/incompatible_unit.str.txt -> build/lib/iris/tests/results creating build/lib/iris/tests/results/COLPEX copying lib/iris/tests/results/COLPEX/small_colpex_theta_p_alt.cml -> build/lib/iris/tests/results/COLPEX creating build/lib/iris/tests/results/FF copying lib/iris/tests/results/FF/air_temperature_1.cml -> build/lib/iris/tests/results/FF copying lib/iris/tests/results/FF/air_temperature_2.cml -> build/lib/iris/tests/results/FF copying lib/iris/tests/results/FF/ffheader.txt -> build/lib/iris/tests/results/FF copying lib/iris/tests/results/FF/soil_temperature_1.cml -> build/lib/iris/tests/results/FF copying lib/iris/tests/results/FF/surface_altitude_1.cml -> build/lib/iris/tests/results/FF creating build/lib/iris/tests/results/PP copying lib/iris/tests/results/PP/extra_char_data.pp.txt -> build/lib/iris/tests/results/PP copying lib/iris/tests/results/PP/extra_char_data.w_data_loaded.pp.txt -> build/lib/iris/tests/results/PP copying lib/iris/tests/results/PP/extra_data_time_series.pp.txt -> build/lib/iris/tests/results/PP copying lib/iris/tests/results/PP/extra_x_data.pp.txt -> build/lib/iris/tests/results/PP copying lib/iris/tests/results/PP/global_test.pp.txt -> build/lib/iris/tests/results/PP copying lib/iris/tests/results/PP/nae_unpacked.pp.txt -> build/lib/iris/tests/results/PP copying lib/iris/tests/results/PP/rle_unpacked.pp.txt -> build/lib/iris/tests/results/PP creating build/lib/iris/tests/results/abf copying lib/iris/tests/results/abf/load.cml -> build/lib/iris/tests/results/abf creating build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/abs.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/addition.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/addition_coord_x.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/addition_coord_y.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/addition_different_std_name.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/addition_in_place.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/addition_in_place_coord.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/addition_scalar.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/apply_ifunc.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/apply_ifunc.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/apply_ifunc_frompyfunc.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/apply_ifunc_frompyfunc.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/apply_ifunc_original.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/apply_ifunc_original.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/apply_ufunc.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/apply_ufunc.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/apply_ufunc_frompyfunc.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/apply_ufunc_frompyfunc.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/apply_ufunc_original.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/apply_ufunc_original.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/areaweights_original.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/count_bar_2d.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/count_foo_1d.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/count_foo_2d.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/count_foo_bar_2d.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/division.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/division_by_array.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/division_by_latitude.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/division_by_longitude.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/division_by_singular_coord.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/division_scalar.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/exp.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/exp.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/exponentiate.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/exponentiate.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/first_quartile_foo_1d.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/first_quartile_foo_1d_fast_percentile.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/first_quartile_foo_2d.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/first_quartile_foo_2d_fast_percentile.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/first_quartile_foo_bar_2d.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/first_quartile_foo_bar_2d_fast_percentile.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/gmean_latitude.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/gmean_latitude.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/gmean_latitude_longitude.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/gmean_latitude_longitude.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/gmean_latitude_longitude_1call.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/gmean_latitude_longitude_1call.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/hmean_latitude.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/hmean_latitude.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/hmean_latitude_longitude.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/hmean_latitude_longitude.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/hmean_latitude_longitude_1call.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/hmean_latitude_longitude_1call.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/last_quartile_foo_3d_masked.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/last_quartile_foo_3d_notmasked.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/last_quartile_foo_3d_notmasked_fast_percentile.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/log.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/log.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/log10.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/log10.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/log2.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/log2.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/maths_original.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/max_latitude.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/max_latitude.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/max_latitude_longitude.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/max_latitude_longitude.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/max_latitude_longitude_1call.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/max_latitude_longitude_1call.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/mean_latitude.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/mean_latitude.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/mean_latitude_longitude.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/mean_latitude_longitude.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/mean_latitude_longitude_1call.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/mean_latitude_longitude_1call.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/median_latitude.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/median_latitude.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/median_latitude_longitude.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/median_latitude_longitude.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/median_latitude_longitude_1call.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/median_latitude_longitude_1call.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/min_latitude.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/min_latitude.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/min_latitude_longitude.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/min_latitude_longitude.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/min_latitude_longitude_1call.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/min_latitude_longitude_1call.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/multiply.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/multiply_different_std_name.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/original.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/original_common.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/original_hmean.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/proportion_bar_2d.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/proportion_foo_1d.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/proportion_foo_2d.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/proportion_foo_2d_masked.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/proportion_foo_bar_2d.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/rms_latitude.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/rms_latitude.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/rms_latitude_longitude.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/rms_latitude_longitude.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/rms_latitude_longitude_1call.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/rms_latitude_longitude_1call.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/rms_weighted_2d.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/rotated_pole.0.rlat.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/rotated_pole.0.rlon.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/rotated_pole.0.x.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/rotated_pole.0.y.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/rotated_pole.1.rlat.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/rotated_pole.1.rlon.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/rotated_pole.1.x.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/rotated_pole.1.y.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/sqrt.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/std_dev_latitude.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/std_dev_latitude.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/std_dev_latitude_longitude.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/std_dev_latitude_longitude.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/std_dev_latitude_longitude_1call.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/std_dev_latitude_longitude_1call.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/subtract.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/subtract_array.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/subtract_coord_x.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/subtract_coord_y.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/subtract_scalar.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/sum_latitude.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/sum_latitude.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/sum_latitude_longitude.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/sum_latitude_longitude.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/sum_latitude_longitude_1call.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/sum_latitude_longitude_1call.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/sum_weighted_1d.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/sum_weighted_2d.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/third_quartile_foo_1d.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/third_quartile_foo_1d_fast_percentile.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/variance_latitude.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/variance_latitude.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/variance_latitude_longitude.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/variance_latitude_longitude.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/variance_latitude_longitude_1call.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/variance_latitude_longitude_1call.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/weighted_mean_lat.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/weighted_mean_lat.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/weighted_mean_latlon.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/weighted_mean_latlon.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/weighted_mean_lon.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/weighted_mean_lon.data.0.json -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/weighted_mean_original.cml -> build/lib/iris/tests/results/analysis copying lib/iris/tests/results/analysis/weighted_mean_source.cml -> build/lib/iris/tests/results/analysis creating build/lib/iris/tests/results/analysis/aggregated_by copying lib/iris/tests/results/analysis/aggregated_by/easy.cml -> build/lib/iris/tests/results/analysis/aggregated_by copying lib/iris/tests/results/analysis/aggregated_by/multi.cml -> build/lib/iris/tests/results/analysis/aggregated_by copying lib/iris/tests/results/analysis/aggregated_by/multi_missing.cml -> build/lib/iris/tests/results/analysis/aggregated_by copying lib/iris/tests/results/analysis/aggregated_by/multi_shared.cml -> build/lib/iris/tests/results/analysis/aggregated_by copying lib/iris/tests/results/analysis/aggregated_by/single.cml -> build/lib/iris/tests/results/analysis/aggregated_by copying lib/iris/tests/results/analysis/aggregated_by/single_missing.cml -> build/lib/iris/tests/results/analysis/aggregated_by copying lib/iris/tests/results/analysis/aggregated_by/single_rms.cml -> build/lib/iris/tests/results/analysis/aggregated_by copying lib/iris/tests/results/analysis/aggregated_by/single_shared.cml -> build/lib/iris/tests/results/analysis/aggregated_by copying lib/iris/tests/results/analysis/aggregated_by/single_shared_circular.cml -> build/lib/iris/tests/results/analysis/aggregated_by creating build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/cos_simple.xml -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/cos_simple_radians.xml -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/curl_contrived_cartesian2.cml -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/delta_handmade_simple_wrt_x.cml -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/delta_handmade_simple_wrt_x.data.0.json -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/delta_handmade_wrt_lat.cml -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/delta_handmade_wrt_lat.data.0.json -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/delta_handmade_wrt_lon.cml -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/delta_handmade_wrt_lon.data.0.json -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/delta_handmade_wrt_x.cml -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/delta_handmade_wrt_x.data.0.json -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/delta_handmade_wrt_y.cml -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/delta_handmade_wrt_y.data.0.json -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/grad_contrived1.cml -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/grad_contrived2.cml -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/grad_contrived_non_spherical1.cml -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/handmade2_wrt_lat.cml -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/handmade2_wrt_lat.data.0.json -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/handmade2_wrt_lon.cml -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/handmade2_wrt_lon.data.0.json -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/handmade_simple_wrt_x.cml -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/handmade_simple_wrt_x.data.0.json -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/handmade_wrt_lat.cml -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/handmade_wrt_lat.data.0.json -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/handmade_wrt_lon.cml -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/handmade_wrt_lon.data.0.json -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/handmade_wrt_x.cml -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/handmade_wrt_x.data.0.json -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/handmade_wrt_y.cml -> build/lib/iris/tests/results/analysis/calculus copying lib/iris/tests/results/analysis/calculus/handmade_wrt_y.data.0.json -> build/lib/iris/tests/results/analysis/calculus creating build/lib/iris/tests/results/analysis/coord_comparison copying lib/iris/tests/results/analysis/coord_comparison/cube1_cube1.txt -> build/lib/iris/tests/results/analysis/coord_comparison copying lib/iris/tests/results/analysis/coord_comparison/cube1_cube1_cube1.txt -> build/lib/iris/tests/results/analysis/coord_comparison copying lib/iris/tests/results/analysis/coord_comparison/cube1_cube2.txt -> build/lib/iris/tests/results/analysis/coord_comparison copying lib/iris/tests/results/analysis/coord_comparison/cube1_cube2_cube1.txt -> build/lib/iris/tests/results/analysis/coord_comparison copying lib/iris/tests/results/analysis/coord_comparison/cube1_cube3.txt -> build/lib/iris/tests/results/analysis/coord_comparison copying lib/iris/tests/results/analysis/coord_comparison/cube1_cube4.txt -> build/lib/iris/tests/results/analysis/coord_comparison copying lib/iris/tests/results/analysis/coord_comparison/cube1_cube5.txt -> build/lib/iris/tests/results/analysis/coord_comparison copying lib/iris/tests/results/analysis/coord_comparison/cube2_cube3.txt -> build/lib/iris/tests/results/analysis/coord_comparison copying lib/iris/tests/results/analysis/coord_comparison/cube2_cube4.txt -> build/lib/iris/tests/results/analysis/coord_comparison copying lib/iris/tests/results/analysis/coord_comparison/cube2_cube5.txt -> build/lib/iris/tests/results/analysis/coord_comparison copying lib/iris/tests/results/analysis/coord_comparison/cube3_cube4.txt -> build/lib/iris/tests/results/analysis/coord_comparison copying lib/iris/tests/results/analysis/coord_comparison/cube3_cube5.txt -> build/lib/iris/tests/results/analysis/coord_comparison copying lib/iris/tests/results/analysis/coord_comparison/cube4_cube5.txt -> build/lib/iris/tests/results/analysis/coord_comparison creating build/lib/iris/tests/results/analysis/delta_and_midpoint copying lib/iris/tests/results/analysis/delta_and_midpoint/delta_one_element_explicit.xml -> build/lib/iris/tests/results/analysis/delta_and_midpoint copying lib/iris/tests/results/analysis/delta_and_midpoint/midpoint_one_element_explicit.xml -> build/lib/iris/tests/results/analysis/delta_and_midpoint copying lib/iris/tests/results/analysis/delta_and_midpoint/simple1.cml -> build/lib/iris/tests/results/analysis/delta_and_midpoint copying lib/iris/tests/results/analysis/delta_and_midpoint/simple1_delta.cml -> build/lib/iris/tests/results/analysis/delta_and_midpoint copying lib/iris/tests/results/analysis/delta_and_midpoint/simple1_midpoint.cml -> build/lib/iris/tests/results/analysis/delta_and_midpoint copying lib/iris/tests/results/analysis/delta_and_midpoint/simple2.cml -> build/lib/iris/tests/results/analysis/delta_and_midpoint copying lib/iris/tests/results/analysis/delta_and_midpoint/simple2_delta.cml -> build/lib/iris/tests/results/analysis/delta_and_midpoint copying lib/iris/tests/results/analysis/delta_and_midpoint/simple2_midpoint.cml -> build/lib/iris/tests/results/analysis/delta_and_midpoint copying lib/iris/tests/results/analysis/delta_and_midpoint/simple3.cml -> build/lib/iris/tests/results/analysis/delta_and_midpoint copying lib/iris/tests/results/analysis/delta_and_midpoint/simple3_delta.cml -> build/lib/iris/tests/results/analysis/delta_and_midpoint copying lib/iris/tests/results/analysis/delta_and_midpoint/simple3_midpoint.cml -> build/lib/iris/tests/results/analysis/delta_and_midpoint copying lib/iris/tests/results/analysis/delta_and_midpoint/simple4.cml -> build/lib/iris/tests/results/analysis/delta_and_midpoint copying lib/iris/tests/results/analysis/delta_and_midpoint/simple4_delta.cml -> build/lib/iris/tests/results/analysis/delta_and_midpoint copying lib/iris/tests/results/analysis/delta_and_midpoint/simple4_midpoint.cml -> build/lib/iris/tests/results/analysis/delta_and_midpoint copying lib/iris/tests/results/analysis/delta_and_midpoint/simple5.cml -> build/lib/iris/tests/results/analysis/delta_and_midpoint copying lib/iris/tests/results/analysis/delta_and_midpoint/simple5_delta.cml -> build/lib/iris/tests/results/analysis/delta_and_midpoint copying lib/iris/tests/results/analysis/delta_and_midpoint/simple5_midpoint.cml -> build/lib/iris/tests/results/analysis/delta_and_midpoint copying lib/iris/tests/results/analysis/delta_and_midpoint/simple6.cml -> build/lib/iris/tests/results/analysis/delta_and_midpoint creating build/lib/iris/tests/results/analysis/interpolation copying lib/iris/tests/results/analysis/interpolation/nearest_neighbour_extract_bounded.cml -> build/lib/iris/tests/results/analysis/interpolation copying lib/iris/tests/results/analysis/interpolation/nearest_neighbour_extract_bounded_mid_point.cml -> build/lib/iris/tests/results/analysis/interpolation copying lib/iris/tests/results/analysis/interpolation/nearest_neighbour_extract_latitude.cml -> build/lib/iris/tests/results/analysis/interpolation copying lib/iris/tests/results/analysis/interpolation/nearest_neighbour_extract_latitude_longitude.cml -> build/lib/iris/tests/results/analysis/interpolation creating build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/circular_vs_non_circular.cml -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/dim_to_aux.cml -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/real_2dslice.cml -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/real_2slices.cml -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/real_circular_2dslice.cml -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/simple_casting_datatype.cml -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/simple_coord_linear_extrapolation.cml -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/simple_coord_linear_extrapolation_multipoint1.cml -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/simple_coord_linear_extrapolation_multipoint2.cml -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/simple_coord_nan_extrapolation.cml -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/simple_multiple_coords.cml -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/simple_multiple_coords_extrapolation.cml -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/simple_multiple_points.cml -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/simple_multiple_points_circular.cml -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/simple_shared_axis.cml -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/simple_single_point.cml -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/single_pt_to_many_0.data.0.json -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/single_pt_to_many_1.data.0.json -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/single_pt_to_many_nan.data.0.json -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/single_pt_to_many_same.data.0.json -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/single_pt_to_same_pt.data.0.json -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/single_pt_to_scalar_0.data.0.json -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/single_pt_to_scalar_1.data.0.json -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/single_pt_to_scalar_nan.data.0.json -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/single_pt_to_single_pt_0.data.0.json -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/single_pt_to_single_pt_1.data.0.json -> build/lib/iris/tests/results/analysis/interpolation/linear copying lib/iris/tests/results/analysis/interpolation/linear/single_pt_to_single_pt_nan.data.0.json -> build/lib/iris/tests/results/analysis/interpolation/linear creating build/lib/iris/tests/results/analysis/interpolation/linear/circular_wrapping copying lib/iris/tests/results/analysis/interpolation/linear/circular_wrapping/positive.data.0.json -> build/lib/iris/tests/results/analysis/interpolation/linear/circular_wrapping copying lib/iris/tests/results/analysis/interpolation/linear/circular_wrapping/symmetric.data.0.json -> build/lib/iris/tests/results/analysis/interpolation/linear/circular_wrapping creating build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/linear_both_circular.cml -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/linear_both_circular.data.0.json -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/linear_circular_grid.cml -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/linear_circular_grid.data.0.json -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/linear_circular_src.cml -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/linear_circular_src.data.0.json -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/linear_circular_srcmissingmask.cml -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/linear_circular_srcmissingmask.data.0.json -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/linear_masked_altitude.cml -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/linear_masked_altitude.data.0.json -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/linear_non_circular.cml -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/linear_non_circular.data.0.json -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/linear_partial_overlap.cml -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/linear_partial_overlap.data.0.json -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/linear_subset.cml -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/linear_subset.data.0.json -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/linear_subset_anon.cml -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/linear_subset_anon.data.0.json -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/linear_subset_masked_1.cml -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/linear_subset_masked_1.data.0.json -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/linear_subset_masked_2.cml -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/linear_subset_masked_2.data.0.json -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/nearest_both_circular.cml -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/nearest_both_circular.data.0.json -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/nearest_circular_grid.cml -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/nearest_circular_grid.data.0.json -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/nearest_circular_src.cml -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/nearest_circular_src.data.0.json -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/nearest_circular_srcmissingmask.cml -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/nearest_circular_srcmissingmask.data.0.json -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/nearest_masked_altitude.cml -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/nearest_masked_altitude.data.0.json -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/nearest_non_circular.cml -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/nearest_non_circular.data.0.json -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/nearest_partial_overlap.cml -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/nearest_partial_overlap.data.0.json -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/nearest_subset.cml -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/nearest_subset.data.0.json -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/nearest_subset_anon.cml -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/nearest_subset_anon.data.0.json -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/nearest_subset_masked_1.cml -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/nearest_subset_masked_1.data.0.json -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/nearest_subset_masked_2.cml -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/nearest_subset_masked_2.data.0.json -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/no_overlap.cml -> build/lib/iris/tests/results/analysis/regrid copying lib/iris/tests/results/analysis/regrid/no_overlap.data.0.json -> build/lib/iris/tests/results/analysis/regrid creating build/lib/iris/tests/results/analysis/rolling_window copying lib/iris/tests/results/analysis/rolling_window/simple_latitude.cml -> build/lib/iris/tests/results/analysis/rolling_window copying lib/iris/tests/results/analysis/rolling_window/simple_longitude.cml -> build/lib/iris/tests/results/analysis/rolling_window copying lib/iris/tests/results/analysis/rolling_window/size_4_longitude.cml -> build/lib/iris/tests/results/analysis/rolling_window creating build/lib/iris/tests/results/cartography creating build/lib/iris/tests/results/cartography/get_xy_grids copying lib/iris/tests/results/cartography/get_xy_grids/1d.txt -> build/lib/iris/tests/results/cartography/get_xy_grids copying lib/iris/tests/results/cartography/get_xy_grids/2d.txt -> build/lib/iris/tests/results/cartography/get_xy_grids creating build/lib/iris/tests/results/categorisation copying lib/iris/tests/results/categorisation/customcheck.cml -> build/lib/iris/tests/results/categorisation copying lib/iris/tests/results/categorisation/quickcheck.cml -> build/lib/iris/tests/results/categorisation creating build/lib/iris/tests/results/cdm copying lib/iris/tests/results/cdm/masked_cube.cml -> build/lib/iris/tests/results/cdm copying lib/iris/tests/results/cdm/masked_save_pp.txt -> build/lib/iris/tests/results/cdm copying lib/iris/tests/results/cdm/test_simple_cube_intersection.cml -> build/lib/iris/tests/results/cdm creating build/lib/iris/tests/results/cdm/TestStockCubeStringRepresentations copying lib/iris/tests/results/cdm/TestStockCubeStringRepresentations/0d_repr.txt -> build/lib/iris/tests/results/cdm/TestStockCubeStringRepresentations copying lib/iris/tests/results/cdm/TestStockCubeStringRepresentations/0d_str.txt -> build/lib/iris/tests/results/cdm/TestStockCubeStringRepresentations copying lib/iris/tests/results/cdm/TestStockCubeStringRepresentations/1d_repr.txt -> build/lib/iris/tests/results/cdm/TestStockCubeStringRepresentations copying lib/iris/tests/results/cdm/TestStockCubeStringRepresentations/1d_str.txt -> build/lib/iris/tests/results/cdm/TestStockCubeStringRepresentations copying lib/iris/tests/results/cdm/TestStockCubeStringRepresentations/2d_repr.txt -> build/lib/iris/tests/results/cdm/TestStockCubeStringRepresentations copying lib/iris/tests/results/cdm/TestStockCubeStringRepresentations/2d_str.txt -> build/lib/iris/tests/results/cdm/TestStockCubeStringRepresentations copying lib/iris/tests/results/cdm/TestStockCubeStringRepresentations/3d_repr.txt -> build/lib/iris/tests/results/cdm/TestStockCubeStringRepresentations copying lib/iris/tests/results/cdm/TestStockCubeStringRepresentations/3d_str.txt -> build/lib/iris/tests/results/cdm/TestStockCubeStringRepresentations copying lib/iris/tests/results/cdm/TestStockCubeStringRepresentations/4d_repr.txt -> build/lib/iris/tests/results/cdm/TestStockCubeStringRepresentations copying lib/iris/tests/results/cdm/TestStockCubeStringRepresentations/4d_str.txt -> build/lib/iris/tests/results/cdm/TestStockCubeStringRepresentations creating build/lib/iris/tests/results/cdm/extract copying lib/iris/tests/results/cdm/extract/lat_eq_10.cml -> build/lib/iris/tests/results/cdm/extract copying lib/iris/tests/results/cdm/extract/lat_gt_10.cml -> build/lib/iris/tests/results/cdm/extract copying lib/iris/tests/results/cdm/extract/lat_gt_10_and_lon_ge_10.cml -> build/lib/iris/tests/results/cdm/extract creating build/lib/iris/tests/results/cdm/str_repr copying lib/iris/tests/results/cdm/str_repr/0d_cube.__repr__.txt -> build/lib/iris/tests/results/cdm/str_repr copying lib/iris/tests/results/cdm/str_repr/0d_cube.__str__.txt -> build/lib/iris/tests/results/cdm/str_repr copying lib/iris/tests/results/cdm/str_repr/0d_cube.__unicode__.txt -> build/lib/iris/tests/results/cdm/str_repr copying lib/iris/tests/results/cdm/str_repr/cell_methods.__str__.txt -> build/lib/iris/tests/results/cdm/str_repr copying lib/iris/tests/results/cdm/str_repr/cubelist.__repr__.txt -> build/lib/iris/tests/results/cdm/str_repr copying lib/iris/tests/results/cdm/str_repr/cubelist.__str__.txt -> build/lib/iris/tests/results/cdm/str_repr copying lib/iris/tests/results/cdm/str_repr/missing_coords_cube.repr.txt -> build/lib/iris/tests/results/cdm/str_repr copying lib/iris/tests/results/cdm/str_repr/missing_coords_cube.str.txt -> build/lib/iris/tests/results/cdm/str_repr copying lib/iris/tests/results/cdm/str_repr/multi_dim_coord.__repr__.txt -> build/lib/iris/tests/results/cdm/str_repr copying lib/iris/tests/results/cdm/str_repr/multi_dim_coord.__str__.txt -> build/lib/iris/tests/results/cdm/str_repr copying lib/iris/tests/results/cdm/str_repr/similar.__str__.txt -> build/lib/iris/tests/results/cdm/str_repr copying lib/iris/tests/results/cdm/str_repr/simple.__str__.txt -> build/lib/iris/tests/results/cdm/str_repr copying lib/iris/tests/results/cdm/str_repr/unicode_attribute.__str__.ascii.txt -> build/lib/iris/tests/results/cdm/str_repr copying lib/iris/tests/results/cdm/str_repr/unicode_attribute.__str__.utf8.txt -> build/lib/iris/tests/results/cdm/str_repr copying lib/iris/tests/results/cdm/str_repr/unicode_attribute.__unicode__.txt -> build/lib/iris/tests/results/cdm/str_repr creating build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_2x2d.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_2x2d_aux_x.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_2x2d_aux_x_bounds.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_2x2d_aux_x_xy.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_2x2d_aux_x_y.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_2x2d_aux_x_y_xy.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_2x2d_aux_xy.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_2x2d_aux_xy_bounds.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_2x2d_aux_y.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_2x2d_aux_y_xy.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_2y2d.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_2y2d_aux_x.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_2y2d_aux_x_xy.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_2y2d_aux_x_y.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_2y2d_aux_x_y_xy.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_2y2d_aux_xy.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_2y2d_aux_y.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_2y2d_aux_y_xy.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_3d_simple.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_4mix2d_aux_xy.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_4x2d_aux_xy.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_4y2d_aux_xy.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_9mix2d_aux_xy.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_9x2d_aux_xy.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_9y2d_aux_xy.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_anonymous.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_masked_2x2d.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_masked_2y2d.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_merged_scalar_4mix2d_aux_xy.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_merged_scalar_4x2d_aux_xy.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_merged_scalar_4y2d_aux_xy.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_pre_merged_scalar_4mix2d_aux_xy.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_pre_merged_scalar_4x2_aux_xy.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_pre_merged_scalar_4y2d_aux_xy.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_scalar_4mix2d_aux_xy.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_scalar_4x2d_aux_xy.cml -> build/lib/iris/tests/results/concatenate copying lib/iris/tests/results/concatenate/concat_scalar_4y2d_aux_xy.cml -> build/lib/iris/tests/results/concatenate creating build/lib/iris/tests/results/constrained_load copying lib/iris/tests/results/constrained_load/all_10_load_match.cml -> build/lib/iris/tests/results/constrained_load copying lib/iris/tests/results/constrained_load/all_ml_10_22_load_match.cml -> build/lib/iris/tests/results/constrained_load copying lib/iris/tests/results/constrained_load/attribute_constraint.cml -> build/lib/iris/tests/results/constrained_load copying lib/iris/tests/results/constrained_load/invalid_inequality_load_match.cml -> build/lib/iris/tests/results/constrained_load copying lib/iris/tests/results/constrained_load/pressure_950_load_match.cml -> build/lib/iris/tests/results/constrained_load copying lib/iris/tests/results/constrained_load/theta_10_and_theta_level_gt_30_le_3_load_match.cml -> build/lib/iris/tests/results/constrained_load copying lib/iris/tests/results/constrained_load/theta_10_and_theta_level_gt_30_le_3_load_strict.cml -> build/lib/iris/tests/results/constrained_load copying lib/iris/tests/results/constrained_load/theta_10_load_match.cml -> build/lib/iris/tests/results/constrained_load copying lib/iris/tests/results/constrained_load/theta_10_load_strict.cml -> build/lib/iris/tests/results/constrained_load copying lib/iris/tests/results/constrained_load/theta_and_all_10_load_match.cml -> build/lib/iris/tests/results/constrained_load copying lib/iris/tests/results/constrained_load/theta_and_theta_10_load_strict.cml -> build/lib/iris/tests/results/constrained_load copying lib/iris/tests/results/constrained_load/theta_and_theta_load_match.cml -> build/lib/iris/tests/results/constrained_load copying lib/iris/tests/results/constrained_load/theta_and_theta_load_strict.cml -> build/lib/iris/tests/results/constrained_load copying lib/iris/tests/results/constrained_load/theta_gt_30_le_3_load_match.cml -> build/lib/iris/tests/results/constrained_load copying lib/iris/tests/results/constrained_load/theta_gt_30_le_3_load_strict.cml -> build/lib/iris/tests/results/constrained_load copying lib/iris/tests/results/constrained_load/theta_lat_30_load_match.cml -> build/lib/iris/tests/results/constrained_load copying lib/iris/tests/results/constrained_load/theta_lat_30_load_strict.cml -> build/lib/iris/tests/results/constrained_load copying lib/iris/tests/results/constrained_load/theta_lat_gt_30_load_match.cml -> build/lib/iris/tests/results/constrained_load copying lib/iris/tests/results/constrained_load/theta_lat_gt_30_load_strict.cml -> build/lib/iris/tests/results/constrained_load copying lib/iris/tests/results/constrained_load/theta_load_match.cml -> build/lib/iris/tests/results/constrained_load copying lib/iris/tests/results/constrained_load/theta_load_strict.cml -> build/lib/iris/tests/results/constrained_load creating build/lib/iris/tests/results/coord_api copying lib/iris/tests/results/coord_api/complex.xml -> build/lib/iris/tests/results/coord_api copying lib/iris/tests/results/coord_api/intersection.xml -> build/lib/iris/tests/results/coord_api copying lib/iris/tests/results/coord_api/intersection_missing.xml -> build/lib/iris/tests/results/coord_api copying lib/iris/tests/results/coord_api/intersection_reversed.xml -> build/lib/iris/tests/results/coord_api copying lib/iris/tests/results/coord_api/minimal.xml -> build/lib/iris/tests/results/coord_api copying lib/iris/tests/results/coord_api/nd_bounds.cml -> build/lib/iris/tests/results/coord_api creating build/lib/iris/tests/results/coord_api/coord_maths copying lib/iris/tests/results/coord_api/coord_maths/add_float_expl.xml -> build/lib/iris/tests/results/coord_api/coord_maths copying lib/iris/tests/results/coord_api/coord_maths/add_simple_expl.xml -> build/lib/iris/tests/results/coord_api/coord_maths copying lib/iris/tests/results/coord_api/coord_maths/divide_simple_expl.xml -> build/lib/iris/tests/results/coord_api/coord_maths copying lib/iris/tests/results/coord_api/coord_maths/mult_float_expl.xml -> build/lib/iris/tests/results/coord_api/coord_maths copying lib/iris/tests/results/coord_api/coord_maths/multiply_simple_expl.xml -> build/lib/iris/tests/results/coord_api/coord_maths copying lib/iris/tests/results/coord_api/coord_maths/negate_expl.xml -> build/lib/iris/tests/results/coord_api/coord_maths copying lib/iris/tests/results/coord_api/coord_maths/r_subtract_simple_exl.xml -> build/lib/iris/tests/results/coord_api/coord_maths copying lib/iris/tests/results/coord_api/coord_maths/right_divide_simple_expl.xml -> build/lib/iris/tests/results/coord_api/coord_maths copying lib/iris/tests/results/coord_api/coord_maths/subtract_simple_expl.xml -> build/lib/iris/tests/results/coord_api/coord_maths creating build/lib/iris/tests/results/coord_api/str_repr copying lib/iris/tests/results/coord_api/str_repr/aux_nontime_repr.txt -> build/lib/iris/tests/results/coord_api/str_repr copying lib/iris/tests/results/coord_api/str_repr/aux_nontime_str.txt -> build/lib/iris/tests/results/coord_api/str_repr copying lib/iris/tests/results/coord_api/str_repr/aux_time_repr.txt -> build/lib/iris/tests/results/coord_api/str_repr copying lib/iris/tests/results/coord_api/str_repr/aux_time_str.txt -> build/lib/iris/tests/results/coord_api/str_repr copying lib/iris/tests/results/coord_api/str_repr/dim_nontime_repr.txt -> build/lib/iris/tests/results/coord_api/str_repr copying lib/iris/tests/results/coord_api/str_repr/dim_nontime_str.txt -> build/lib/iris/tests/results/coord_api/str_repr copying lib/iris/tests/results/coord_api/str_repr/dim_time_repr.txt -> build/lib/iris/tests/results/coord_api/str_repr copying lib/iris/tests/results/coord_api/str_repr/dim_time_str.txt -> build/lib/iris/tests/results/coord_api/str_repr creating build/lib/iris/tests/results/coord_systems copying lib/iris/tests/results/coord_systems/CoordSystem_xml_element.xml -> build/lib/iris/tests/results/coord_systems copying lib/iris/tests/results/coord_systems/GeogCS_init_no_invf.xml -> build/lib/iris/tests/results/coord_systems copying lib/iris/tests/results/coord_systems/GeogCS_init_no_major.xml -> build/lib/iris/tests/results/coord_systems copying lib/iris/tests/results/coord_systems/GeogCS_init_no_minor.xml -> build/lib/iris/tests/results/coord_systems copying lib/iris/tests/results/coord_systems/GeogCS_init_sphere.xml -> build/lib/iris/tests/results/coord_systems copying lib/iris/tests/results/coord_systems/Mercator.xml -> build/lib/iris/tests/results/coord_systems copying lib/iris/tests/results/coord_systems/RotatedGeogCS_init.xml -> build/lib/iris/tests/results/coord_systems copying lib/iris/tests/results/coord_systems/RotatedGeogCS_init_a.xml -> build/lib/iris/tests/results/coord_systems copying lib/iris/tests/results/coord_systems/RotatedGeogCS_init_b.xml -> build/lib/iris/tests/results/coord_systems copying lib/iris/tests/results/coord_systems/Stereographic.xml -> build/lib/iris/tests/results/coord_systems copying lib/iris/tests/results/coord_systems/TransverseMercator_osgb.xml -> build/lib/iris/tests/results/coord_systems creating build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/latitude_longitude_dual_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/latitude_longitude_dual_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/latitude_longitude_single_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/latitude_longitude_single_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/latitude_model_level_number_dual_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/latitude_model_level_number_dual_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/latitude_model_level_number_single_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/latitude_model_level_number_single_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/latitude_time_dual_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/latitude_time_dual_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/latitude_time_single_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/latitude_time_single_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/longitude_latitude_dual_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/longitude_latitude_dual_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/longitude_latitude_single_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/longitude_latitude_single_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/longitude_model_level_number_dual_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/longitude_model_level_number_dual_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/longitude_model_level_number_single_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/longitude_model_level_number_single_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/longitude_time_dual_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/longitude_time_dual_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/longitude_time_single_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/longitude_time_single_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/model_level_number_latitude_dual_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/model_level_number_latitude_dual_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/model_level_number_latitude_single_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/model_level_number_latitude_single_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/model_level_number_longitude_dual_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/model_level_number_longitude_dual_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/model_level_number_longitude_single_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/model_level_number_longitude_single_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/model_level_number_time_dual_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/model_level_number_time_dual_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/model_level_number_time_single_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/model_level_number_time_single_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/original.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/time_latitude_dual_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/time_latitude_dual_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/time_latitude_single_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/time_latitude_single_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/time_longitude_dual_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/time_longitude_dual_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/time_longitude_single_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/time_longitude_single_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/time_model_level_number_dual_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/time_model_level_number_dual_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/time_model_level_number_single_stage.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/time_model_level_number_single_stage.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/triple_collapse_lat_ml_pt.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/triple_collapse_lat_ml_pt.data.0.json -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/triple_collapse_ml_pt_lon.cml -> build/lib/iris/tests/results/cube_collapsed copying lib/iris/tests/results/cube_collapsed/triple_collapse_ml_pt_lon.data.0.json -> build/lib/iris/tests/results/cube_collapsed creating build/lib/iris/tests/results/cube_io creating build/lib/iris/tests/results/cube_io/pickling copying lib/iris/tests/results/cube_io/pickling/cubelist.cml -> build/lib/iris/tests/results/cube_io/pickling copying lib/iris/tests/results/cube_io/pickling/single_cube.cml -> build/lib/iris/tests/results/cube_io/pickling copying lib/iris/tests/results/cube_io/pickling/theta.cml -> build/lib/iris/tests/results/cube_io/pickling creating build/lib/iris/tests/results/cube_io/pp creating build/lib/iris/tests/results/cube_io/pp/load copying lib/iris/tests/results/cube_io/pp/load/global.cml -> build/lib/iris/tests/results/cube_io/pp/load creating build/lib/iris/tests/results/cube_merge copying lib/iris/tests/results/cube_merge/multidim_coord_merge.cml -> build/lib/iris/tests/results/cube_merge copying lib/iris/tests/results/cube_merge/multidim_coord_merge_transpose.cml -> build/lib/iris/tests/results/cube_merge copying lib/iris/tests/results/cube_merge/test_orig_point_cube.cml -> build/lib/iris/tests/results/cube_merge copying lib/iris/tests/results/cube_merge/test_simple_attributes1.cml -> build/lib/iris/tests/results/cube_merge copying lib/iris/tests/results/cube_merge/test_simple_attributes2.cml -> build/lib/iris/tests/results/cube_merge copying lib/iris/tests/results/cube_merge/test_simple_attributes3.cml -> build/lib/iris/tests/results/cube_merge copying lib/iris/tests/results/cube_merge/test_simple_bound_merge.cml -> build/lib/iris/tests/results/cube_merge copying lib/iris/tests/results/cube_merge/test_simple_merge.cml -> build/lib/iris/tests/results/cube_merge creating build/lib/iris/tests/results/cube_slice copying lib/iris/tests/results/cube_slice/2d_intersect_and_reverse.cml -> build/lib/iris/tests/results/cube_slice copying lib/iris/tests/results/cube_slice/2d_orig.cml -> build/lib/iris/tests/results/cube_slice copying lib/iris/tests/results/cube_slice/2d_to_0d_cube_slice.cml -> build/lib/iris/tests/results/cube_slice copying lib/iris/tests/results/cube_slice/2d_to_1d_cube_multi_slice.cml -> build/lib/iris/tests/results/cube_slice copying lib/iris/tests/results/cube_slice/2d_to_1d_cube_multi_slice2.cml -> build/lib/iris/tests/results/cube_slice copying lib/iris/tests/results/cube_slice/2d_to_1d_cube_multi_slice3.cml -> build/lib/iris/tests/results/cube_slice copying lib/iris/tests/results/cube_slice/2d_to_1d_cube_slice.cml -> build/lib/iris/tests/results/cube_slice copying lib/iris/tests/results/cube_slice/2d_to_2d_revesed.cml -> build/lib/iris/tests/results/cube_slice copying lib/iris/tests/results/cube_slice/2d_transposed.cml -> build/lib/iris/tests/results/cube_slice copying lib/iris/tests/results/cube_slice/real_data_dual_tuple_indexing1.cml -> build/lib/iris/tests/results/cube_slice copying lib/iris/tests/results/cube_slice/real_data_dual_tuple_indexing2.cml -> build/lib/iris/tests/results/cube_slice copying lib/iris/tests/results/cube_slice/real_data_dual_tuple_indexing3.cml -> build/lib/iris/tests/results/cube_slice copying lib/iris/tests/results/cube_slice/real_empty_data_indexing.cml -> build/lib/iris/tests/results/cube_slice creating build/lib/iris/tests/results/cube_to_pp copying lib/iris/tests/results/cube_to_pp/append_multi.txt -> build/lib/iris/tests/results/cube_to_pp copying lib/iris/tests/results/cube_to_pp/append_single.txt -> build/lib/iris/tests/results/cube_to_pp copying lib/iris/tests/results/cube_to_pp/default_coord_system.txt -> build/lib/iris/tests/results/cube_to_pp copying lib/iris/tests/results/cube_to_pp/depth.latitude.pp.txt -> build/lib/iris/tests/results/cube_to_pp copying lib/iris/tests/results/cube_to_pp/depth.time.pp.txt -> build/lib/iris/tests/results/cube_to_pp copying lib/iris/tests/results/cube_to_pp/eta.latitude.pp.txt -> build/lib/iris/tests/results/cube_to_pp copying lib/iris/tests/results/cube_to_pp/no_forecast_period.cml -> build/lib/iris/tests/results/cube_to_pp copying lib/iris/tests/results/cube_to_pp/no_forecast_period.txt -> build/lib/iris/tests/results/cube_to_pp copying lib/iris/tests/results/cube_to_pp/no_forecast_time.cml -> build/lib/iris/tests/results/cube_to_pp copying lib/iris/tests/results/cube_to_pp/no_forecast_time.txt -> build/lib/iris/tests/results/cube_to_pp copying lib/iris/tests/results/cube_to_pp/pressure.latitude.pp.txt -> build/lib/iris/tests/results/cube_to_pp copying lib/iris/tests/results/cube_to_pp/pressure.time.pp.txt -> build/lib/iris/tests/results/cube_to_pp copying lib/iris/tests/results/cube_to_pp/replace_multi.txt -> build/lib/iris/tests/results/cube_to_pp copying lib/iris/tests/results/cube_to_pp/replace_single.txt -> build/lib/iris/tests/results/cube_to_pp copying lib/iris/tests/results/cube_to_pp/simple.txt -> build/lib/iris/tests/results/cube_to_pp copying lib/iris/tests/results/cube_to_pp/user_rules.txt -> build/lib/iris/tests/results/cube_to_pp creating build/lib/iris/tests/results/derived copying lib/iris/tests/results/derived/column.cml -> build/lib/iris/tests/results/derived copying lib/iris/tests/results/derived/no_orog.__str__.txt -> build/lib/iris/tests/results/derived copying lib/iris/tests/results/derived/no_orog.cml -> build/lib/iris/tests/results/derived copying lib/iris/tests/results/derived/removed_orog.__str__.txt -> build/lib/iris/tests/results/derived copying lib/iris/tests/results/derived/removed_orog.cml -> build/lib/iris/tests/results/derived copying lib/iris/tests/results/derived/removed_sigma.__str__.txt -> build/lib/iris/tests/results/derived copying lib/iris/tests/results/derived/removed_sigma.cml -> build/lib/iris/tests/results/derived copying lib/iris/tests/results/derived/transposed.cml -> build/lib/iris/tests/results/derived creating build/lib/iris/tests/results/experimental creating build/lib/iris/tests/results/experimental/analysis creating build/lib/iris/tests/results/experimental/analysis/interpolate copying lib/iris/tests/results/experimental/analysis/interpolate/linear_nd.cml -> build/lib/iris/tests/results/experimental/analysis/interpolate copying lib/iris/tests/results/experimental/analysis/interpolate/linear_nd.data.0.json -> build/lib/iris/tests/results/experimental/analysis/interpolate copying lib/iris/tests/results/experimental/analysis/interpolate/linear_nd_2_coords.cml -> build/lib/iris/tests/results/experimental/analysis/interpolate copying lib/iris/tests/results/experimental/analysis/interpolate/linear_nd_2_coords.data.0.json -> build/lib/iris/tests/results/experimental/analysis/interpolate copying lib/iris/tests/results/experimental/analysis/interpolate/linear_nd_with_extrapolation.cml -> build/lib/iris/tests/results/experimental/analysis/interpolate copying lib/iris/tests/results/experimental/analysis/interpolate/linear_nd_with_extrapolation.data.0.json -> build/lib/iris/tests/results/experimental/analysis/interpolate creating build/lib/iris/tests/results/experimental/analysis/interpolate/LinearInterpolator copying lib/iris/tests/results/experimental/analysis/interpolate/LinearInterpolator/basic_orthogonal_cube.cml -> build/lib/iris/tests/results/experimental/analysis/interpolate/LinearInterpolator copying lib/iris/tests/results/experimental/analysis/interpolate/LinearInterpolator/basic_orthogonal_cube.data.0.json -> build/lib/iris/tests/results/experimental/analysis/interpolate/LinearInterpolator copying lib/iris/tests/results/experimental/analysis/interpolate/LinearInterpolator/orthogonal_cube_1d_squashed.cml -> build/lib/iris/tests/results/experimental/analysis/interpolate/LinearInterpolator copying lib/iris/tests/results/experimental/analysis/interpolate/LinearInterpolator/orthogonal_cube_1d_squashed.data.0.json -> build/lib/iris/tests/results/experimental/analysis/interpolate/LinearInterpolator copying lib/iris/tests/results/experimental/analysis/interpolate/LinearInterpolator/orthogonal_cube_1d_squashed_2.cml -> build/lib/iris/tests/results/experimental/analysis/interpolate/LinearInterpolator copying lib/iris/tests/results/experimental/analysis/interpolate/LinearInterpolator/orthogonal_cube_with_factory.cml -> build/lib/iris/tests/results/experimental/analysis/interpolate/LinearInterpolator creating build/lib/iris/tests/results/experimental/regrid creating build/lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid copying lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid/const_lat_cross_section.cml -> build/lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid copying lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid/const_lat_cross_section.data.0.json -> build/lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid copying lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid/const_lon_cross_section.cml -> build/lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid copying lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid/const_lon_cross_section.data.0.json -> build/lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid copying lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid/higher.cml -> build/lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid copying lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid/higher.data.0.json -> build/lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid copying lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid/hybridheight.cml -> build/lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid copying lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid/hybridheight.data.0.json -> build/lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid copying lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid/latlonreduced.cml -> build/lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid copying lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid/latlonreduced.data.0.json -> build/lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid copying lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid/lonhalved.cml -> build/lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid copying lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid/lonhalved.data.0.json -> build/lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid copying lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid/lower.cml -> build/lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid copying lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid/lower.data.0.json -> build/lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid copying lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid/simple.cml -> build/lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid copying lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid/simple.data.0.json -> build/lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid copying lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid/trasposed.cml -> build/lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid copying lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid/trasposed.data.0.json -> build/lib/iris/tests/results/experimental/regrid/regrid_area_weighted_rectilinear_src_and_grid creating build/lib/iris/tests/results/file_load copying lib/iris/tests/results/file_load/known_loaders.txt -> build/lib/iris/tests/results/file_load copying lib/iris/tests/results/file_load/theta_levels.cml -> build/lib/iris/tests/results/file_load copying lib/iris/tests/results/file_load/u_wind_levels.cml -> build/lib/iris/tests/results/file_load copying lib/iris/tests/results/file_load/v_wind_levels.cml -> build/lib/iris/tests/results/file_load copying lib/iris/tests/results/file_load/wind_levels.cml -> build/lib/iris/tests/results/file_load creating build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/3_layer.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/earth_shape_0.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/earth_shape_1.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/earth_shape_2.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/earth_shape_3.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/earth_shape_4.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/earth_shape_5.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/earth_shape_6.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/earth_shape_7.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/earth_shape_grib1.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/ineg_jneg.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/ineg_jpos.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/ipos_jneg.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/ipos_jpos.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/lambert_grib1.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/lambert_grib2.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/missing_values_grib2.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/polar_stereo_grib1.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/reduced_gg_grib2.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/reduced_ll_grib1.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/regular_gg_grib1.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/regular_gg_grib2.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/rotated.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/time_bound_grib1.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/time_bound_grib2.cml -> build/lib/iris/tests/results/grib_load copying lib/iris/tests/results/grib_load/y_fastest.cml -> build/lib/iris/tests/results/grib_load creating build/lib/iris/tests/results/integration creating build/lib/iris/tests/results/integration/grib2 creating build/lib/iris/tests/results/integration/grib2/TestDRT3 copying lib/iris/tests/results/integration/grib2/TestDRT3/grid_complex_spatial_differencing.cml -> build/lib/iris/tests/results/integration/grib2/TestDRT3 copying lib/iris/tests/results/integration/grib2/TestDRT3/grid_complex_spatial_differencing.data.0.json -> build/lib/iris/tests/results/integration/grib2/TestDRT3 creating build/lib/iris/tests/results/integration/grib2/TestGDT30 copying lib/iris/tests/results/integration/grib2/TestGDT30/lambert.cml -> build/lib/iris/tests/results/integration/grib2/TestGDT30 copying lib/iris/tests/results/integration/grib2/TestGDT30/lambert.data.0.json -> build/lib/iris/tests/results/integration/grib2/TestGDT30 creating build/lib/iris/tests/results/integration/grib2/TestGDT40 copying lib/iris/tests/results/integration/grib2/TestGDT40/reduced.cml -> build/lib/iris/tests/results/integration/grib2/TestGDT40 copying lib/iris/tests/results/integration/grib2/TestGDT40/reduced.data.0.json -> build/lib/iris/tests/results/integration/grib2/TestGDT40 copying lib/iris/tests/results/integration/grib2/TestGDT40/regular.cml -> build/lib/iris/tests/results/integration/grib2/TestGDT40 copying lib/iris/tests/results/integration/grib2/TestGDT40/regular.data.0.json -> build/lib/iris/tests/results/integration/grib2/TestGDT40 creating build/lib/iris/tests/results/integration/grib2/TestImport copying lib/iris/tests/results/integration/grib2/TestImport/gdt1.cml -> build/lib/iris/tests/results/integration/grib2/TestImport copying lib/iris/tests/results/integration/grib2/TestImport/gdt1.data.0.json -> build/lib/iris/tests/results/integration/grib2/TestImport copying lib/iris/tests/results/integration/grib2/TestImport/gdt90_with_bitmap.cml -> build/lib/iris/tests/results/integration/grib2/TestImport copying lib/iris/tests/results/integration/grib2/TestImport/gdt90_with_bitmap.data.0.json -> build/lib/iris/tests/results/integration/grib2/TestImport creating build/lib/iris/tests/results/integration/name_grib creating build/lib/iris/tests/results/integration/name_grib/NAMEII copying lib/iris/tests/results/integration/name_grib/NAMEII/0_TRACER_AIR_CONCENTRATION.cml -> build/lib/iris/tests/results/integration/name_grib/NAMEII copying lib/iris/tests/results/integration/name_grib/NAMEII/1_TRACER_DOSAGE.cml -> build/lib/iris/tests/results/integration/name_grib/NAMEII copying lib/iris/tests/results/integration/name_grib/NAMEII/2_TRACER_WET_DEPOSITION.cml -> build/lib/iris/tests/results/integration/name_grib/NAMEII copying lib/iris/tests/results/integration/name_grib/NAMEII/3_TRACER_DRY_DEPOSITION.cml -> build/lib/iris/tests/results/integration/name_grib/NAMEII copying lib/iris/tests/results/integration/name_grib/NAMEII/4_TRACER_TOTAL_DEPOSITION.cml -> build/lib/iris/tests/results/integration/name_grib/NAMEII creating build/lib/iris/tests/results/integration/name_grib/NAMEIII copying lib/iris/tests/results/integration/name_grib/NAMEIII/0_TRACER_AIR_CONCENTRATION.cml -> build/lib/iris/tests/results/integration/name_grib/NAMEIII copying lib/iris/tests/results/integration/name_grib/NAMEIII/1_TRACER_AIR_CONCENTRATION.cml -> build/lib/iris/tests/results/integration/name_grib/NAMEIII copying lib/iris/tests/results/integration/name_grib/NAMEIII/2_TRACER_DRY_DEPOSITION.cml -> build/lib/iris/tests/results/integration/name_grib/NAMEIII copying lib/iris/tests/results/integration/name_grib/NAMEIII/3_TRACER_WET_DEPOSITION.cml -> build/lib/iris/tests/results/integration/name_grib/NAMEIII copying lib/iris/tests/results/integration/name_grib/NAMEIII/4_TRACER_DEPOSITION.cml -> build/lib/iris/tests/results/integration/name_grib/NAMEIII creating build/lib/iris/tests/results/integration/netcdf creating build/lib/iris/tests/results/integration/netcdf/TestHybridPressure copying lib/iris/tests/results/integration/netcdf/TestHybridPressure/save.cdl -> build/lib/iris/tests/results/integration/netcdf/TestHybridPressure creating build/lib/iris/tests/results/integration/netcdf/TestPackedData copying lib/iris/tests/results/integration/netcdf/TestPackedData/multi_packed_multi_dtype.cdl -> build/lib/iris/tests/results/integration/netcdf/TestPackedData copying lib/iris/tests/results/integration/netcdf/TestPackedData/multi_packed_single_dtype.cdl -> build/lib/iris/tests/results/integration/netcdf/TestPackedData copying lib/iris/tests/results/integration/netcdf/TestPackedData/single_packed_manual.cdl -> build/lib/iris/tests/results/integration/netcdf/TestPackedData copying lib/iris/tests/results/integration/netcdf/TestPackedData/single_packed_signed.cdl -> build/lib/iris/tests/results/integration/netcdf/TestPackedData copying lib/iris/tests/results/integration/netcdf/TestPackedData/single_packed_unsigned.cdl -> build/lib/iris/tests/results/integration/netcdf/TestPackedData creating build/lib/iris/tests/results/integration/netcdf/TestSaveMultipleAuxFactories copying lib/iris/tests/results/integration/netcdf/TestSaveMultipleAuxFactories/hybrid_height_and_pressure.cdl -> build/lib/iris/tests/results/integration/netcdf/TestSaveMultipleAuxFactories copying lib/iris/tests/results/integration/netcdf/TestSaveMultipleAuxFactories/hybrid_height_cubes.cml -> build/lib/iris/tests/results/integration/netcdf/TestSaveMultipleAuxFactories creating build/lib/iris/tests/results/integration/netcdf/TestUmVersionAttribute copying lib/iris/tests/results/integration/netcdf/TestUmVersionAttribute/multiple_different_saves_on_variables.cdl -> build/lib/iris/tests/results/integration/netcdf/TestUmVersionAttribute copying lib/iris/tests/results/integration/netcdf/TestUmVersionAttribute/multiple_same_saves_as_global.cdl -> build/lib/iris/tests/results/integration/netcdf/TestUmVersionAttribute copying lib/iris/tests/results/integration/netcdf/TestUmVersionAttribute/single_saves_as_global.cdl -> build/lib/iris/tests/results/integration/netcdf/TestUmVersionAttribute creating build/lib/iris/tests/results/integration/um creating build/lib/iris/tests/results/integration/um/fieldsfile creating build/lib/iris/tests/results/integration/um/fieldsfile/TestStructuredLoadFF copying lib/iris/tests/results/integration/um/fieldsfile/TestStructuredLoadFF/simple.cml -> build/lib/iris/tests/results/integration/um/fieldsfile/TestStructuredLoadFF copying lib/iris/tests/results/integration/um/fieldsfile/TestStructuredLoadFF/simple_callback.cml -> build/lib/iris/tests/results/integration/um/fieldsfile/TestStructuredLoadFF creating build/lib/iris/tests/results/integration/um/fieldsfile/TestStructuredLoadPP copying lib/iris/tests/results/integration/um/fieldsfile/TestStructuredLoadPP/simple.cml -> build/lib/iris/tests/results/integration/um/fieldsfile/TestStructuredLoadPP copying lib/iris/tests/results/integration/um/fieldsfile/TestStructuredLoadPP/simple_callback.cml -> build/lib/iris/tests/results/integration/um/fieldsfile/TestStructuredLoadPP creating build/lib/iris/tests/results/iterate copying lib/iris/tests/results/iterate/izip_nd_ortho.cml -> build/lib/iris/tests/results/iterate creating build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/a_aux_b_aux.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/a_aux_b_dim.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/a_dim_b_aux.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/a_dim_b_dim.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/dec.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/multi_split.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/separable_combination.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/single_split.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/string_a_b.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/string_a_with_aux.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/string_a_with_dim.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/string_b_with_dim.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/theta.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/theta_two_times.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/time_triple_duplicate_data.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/time_triple_independent.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/time_triple_merging1.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/time_triple_merging2.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/time_triple_merging3.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/time_triple_merging4.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/time_triple_merging5.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/time_triple_non_expanding.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/time_triple_series.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/time_triple_single_forecast.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/time_triple_successive_forecasts.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/time_triple_time_non_dim_coord.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/time_triple_time_vs_forecast.cml -> build/lib/iris/tests/results/merge copying lib/iris/tests/results/merge/time_triple_time_vs_ref_time.cml -> build/lib/iris/tests/results/merge creating build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEIII_field.cml -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEIII_field.data.0.json -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEIII_field.data.1.json -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEIII_field.data.2.json -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEIII_field.data.3.json -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEIII_field.data.4.json -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEIII_timeseries.cml -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEIII_timeseries.data.0.json -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEIII_timeseries.data.1.json -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEIII_timeseries.data.2.json -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEIII_timeseries.data.3.json -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEIII_timeseries.data.4.json -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEIII_trajectory.cml -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEIII_trajectory0.cml -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEIII_version2.cml -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEIII_version2.data.0.json -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEIII_version2.data.1.json -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEIII_version2.data.2.json -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEIII_version2.data.3.json -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEII_field.cml -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEII_field.data.0.json -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEII_field.data.1.json -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEII_field.data.2.json -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEII_field.data.3.json -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEII_field.data.4.json -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEII_timeseries.cml -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEII_timeseries.data.0.json -> build/lib/iris/tests/results/name copying lib/iris/tests/results/name/NAMEII_timeseries.data.1.json -> build/lib/iris/tests/results/name creating build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/int64_auxiliary_coord_netcdf3.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/int64_data_netcdf3.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/int64_dimension_coord_netcdf3.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/multi_dim_coord_slightly_different.cdl -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_cell_methods.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_deferred_index_0.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_deferred_index_1.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_deferred_index_2.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_deferred_mix_0.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_deferred_mix_1.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_deferred_slice_0.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_deferred_slice_1.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_deferred_slice_2.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_deferred_tuple_0.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_deferred_tuple_1.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_deferred_tuple_2.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_global_xyt_hires.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_global_xyt_total.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_global_xyzt_gems.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_global_xyzt_gems_iter_0.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_global_xyzt_gems_iter_1.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_laea.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_lcc.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_merc.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_monotonic.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_rotated_xy_land.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_rotated_xyt_precipitation.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_save_conf_aux.cdl -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_save_conf_name.cdl -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_save_confl_attr.cdl -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_save_confl_global_attr.cdl -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_save_gridmapmulti.cdl -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_save_hybrid_height.cdl -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_save_load_hybrid_height.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_save_load_ndim_auxiliary.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_save_multi_0.cdl -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_save_multi_1.cdl -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_save_multi_2.cdl -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_save_multiple.cdl -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_save_ndim_auxiliary.cdl -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_save_no_global_attr.cdl -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_save_no_name.cdl -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_save_nocoord.cdl -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_save_realistic_0d.cdl -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_save_realistic_4d.cdl -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_save_realistic_4d_no_hybrid.cdl -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_save_samedimcoord.cdl -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_save_samevar.cdl -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_save_single.cdl -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_save_wcoord.cdl -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_stereo.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_tmerc_and_climatology.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_units_0.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/netcdf_units_1.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/save_load_traj.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/uint32_auxiliary_coord_netcdf3.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/uint32_data_netcdf3.cml -> build/lib/iris/tests/results/netcdf copying lib/iris/tests/results/netcdf/uint32_dimension_coord_netcdf3.cml -> build/lib/iris/tests/results/netcdf creating build/lib/iris/tests/results/nimrod copying lib/iris/tests/results/nimrod/levels_below_ground.cml -> build/lib/iris/tests/results/nimrod copying lib/iris/tests/results/nimrod/load_2flds.cml -> build/lib/iris/tests/results/nimrod copying lib/iris/tests/results/nimrod/mockography.cml -> build/lib/iris/tests/results/nimrod copying lib/iris/tests/results/nimrod/period_of_interest.cml -> build/lib/iris/tests/results/nimrod creating build/lib/iris/tests/results/pandas creating build/lib/iris/tests/results/pandas/as_cube copying lib/iris/tests/results/pandas/as_cube/data_frame_datetime_gregorian.cml -> build/lib/iris/tests/results/pandas/as_cube copying lib/iris/tests/results/pandas/as_cube/data_frame_masked.cml -> build/lib/iris/tests/results/pandas/as_cube copying lib/iris/tests/results/pandas/as_cube/data_frame_multidim.cml -> build/lib/iris/tests/results/pandas/as_cube copying lib/iris/tests/results/pandas/as_cube/data_frame_netcdftime_360.cml -> build/lib/iris/tests/results/pandas/as_cube copying lib/iris/tests/results/pandas/as_cube/data_frame_nonotonic.cml -> build/lib/iris/tests/results/pandas/as_cube copying lib/iris/tests/results/pandas/as_cube/data_frame_simple.cml -> build/lib/iris/tests/results/pandas/as_cube copying lib/iris/tests/results/pandas/as_cube/series_datetime_gregorian.cml -> build/lib/iris/tests/results/pandas/as_cube copying lib/iris/tests/results/pandas/as_cube/series_masked.cml -> build/lib/iris/tests/results/pandas/as_cube copying lib/iris/tests/results/pandas/as_cube/series_netcdfimte_360.cml -> build/lib/iris/tests/results/pandas/as_cube copying lib/iris/tests/results/pandas/as_cube/series_object.cml -> build/lib/iris/tests/results/pandas/as_cube copying lib/iris/tests/results/pandas/as_cube/series_simple.cml -> build/lib/iris/tests/results/pandas/as_cube creating build/lib/iris/tests/results/pp_load_rules copying lib/iris/tests/results/pp_load_rules/global.cml -> build/lib/iris/tests/results/pp_load_rules copying lib/iris/tests/results/pp_load_rules/lbproc_mean_max_min.cml -> build/lib/iris/tests/results/pp_load_rules copying lib/iris/tests/results/pp_load_rules/lbtim_2.cml -> build/lib/iris/tests/results/pp_load_rules copying lib/iris/tests/results/pp_load_rules/ocean_depth.cml -> build/lib/iris/tests/results/pp_load_rules copying lib/iris/tests/results/pp_load_rules/ocean_depth_bounded.cml -> build/lib/iris/tests/results/pp_load_rules copying lib/iris/tests/results/pp_load_rules/rotated_uk.cml -> build/lib/iris/tests/results/pp_load_rules creating build/lib/iris/tests/results/regrid copying lib/iris/tests/results/regrid/airpress_on_theta_0d.data.0.json -> build/lib/iris/tests/results/regrid copying lib/iris/tests/results/regrid/airpress_on_theta_1d.data.0.json -> build/lib/iris/tests/results/regrid copying lib/iris/tests/results/regrid/airpress_on_theta_2d.data.0.json -> build/lib/iris/tests/results/regrid copying lib/iris/tests/results/regrid/airpress_on_theta_3d.data.0.json -> build/lib/iris/tests/results/regrid copying lib/iris/tests/results/regrid/bilinear_larger.data.0.json -> build/lib/iris/tests/results/regrid copying lib/iris/tests/results/regrid/bilinear_larger_lon_extrapolate_left.data.0.json -> build/lib/iris/tests/results/regrid copying lib/iris/tests/results/regrid/bilinear_larger_lon_extrapolate_right.data.0.json -> build/lib/iris/tests/results/regrid copying lib/iris/tests/results/regrid/bilinear_smaller.data.0.json -> build/lib/iris/tests/results/regrid copying lib/iris/tests/results/regrid/bilinear_smaller_lon_align_left.data.0.json -> build/lib/iris/tests/results/regrid copying lib/iris/tests/results/regrid/bilinear_smaller_lon_align_right.data.0.json -> build/lib/iris/tests/results/regrid copying lib/iris/tests/results/regrid/low_med_high.cml -> build/lib/iris/tests/results/regrid copying lib/iris/tests/results/regrid/low_med_high.data.0.json -> build/lib/iris/tests/results/regrid copying lib/iris/tests/results/regrid/low_med_high.data.1.json -> build/lib/iris/tests/results/regrid copying lib/iris/tests/results/regrid/low_med_high.data.2.json -> build/lib/iris/tests/results/regrid copying lib/iris/tests/results/regrid/theta_on_airpress_0d.data.0.json -> build/lib/iris/tests/results/regrid copying lib/iris/tests/results/regrid/theta_on_airpress_1d.data.0.json -> build/lib/iris/tests/results/regrid copying lib/iris/tests/results/regrid/theta_on_airpress_2d.data.0.json -> build/lib/iris/tests/results/regrid copying lib/iris/tests/results/regrid/theta_on_airpress_3d.data.0.json -> build/lib/iris/tests/results/regrid creating build/lib/iris/tests/results/stock copying lib/iris/tests/results/stock/realistic_4d.cml -> build/lib/iris/tests/results/stock creating build/lib/iris/tests/results/system copying lib/iris/tests/results/system/supported_filetype_.grib2.cml -> build/lib/iris/tests/results/system copying lib/iris/tests/results/system/supported_filetype_.nc.cml -> build/lib/iris/tests/results/system copying lib/iris/tests/results/system/supported_filetype_.pp.cml -> build/lib/iris/tests/results/system creating build/lib/iris/tests/results/trajectory copying lib/iris/tests/results/trajectory/big_cube.cml -> build/lib/iris/tests/results/trajectory copying lib/iris/tests/results/trajectory/constant_latitude.cml -> build/lib/iris/tests/results/trajectory copying lib/iris/tests/results/trajectory/hybrid_height.cml -> build/lib/iris/tests/results/trajectory copying lib/iris/tests/results/trajectory/single_point.cml -> build/lib/iris/tests/results/trajectory copying lib/iris/tests/results/trajectory/tri_polar_latitude_slice.cml -> build/lib/iris/tests/results/trajectory copying lib/iris/tests/results/trajectory/zigzag.cml -> build/lib/iris/tests/results/trajectory creating build/lib/iris/tests/results/unit creating build/lib/iris/tests/results/unit/analysis creating build/lib/iris/tests/results/unit/analysis/cartography creating build/lib/iris/tests/results/unit/analysis/cartography/project creating build/lib/iris/tests/results/unit/analysis/cartography/project/TestAll copying lib/iris/tests/results/unit/analysis/cartography/project/TestAll/cube.cml -> build/lib/iris/tests/results/unit/analysis/cartography/project/TestAll copying lib/iris/tests/results/unit/analysis/cartography/project/TestAll/cube.data.0.json -> build/lib/iris/tests/results/unit/analysis/cartography/project/TestAll creating build/lib/iris/tests/results/unit/analysis/maths creating build/lib/iris/tests/results/unit/analysis/maths/add creating build/lib/iris/tests/results/unit/analysis/maths/add/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/add/TestBroadcasting/collapse_all_dims.cml -> build/lib/iris/tests/results/unit/analysis/maths/add/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/add/TestBroadcasting/collapse_last_dims.cml -> build/lib/iris/tests/results/unit/analysis/maths/add/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/add/TestBroadcasting/collapse_middle_dim.cml -> build/lib/iris/tests/results/unit/analysis/maths/add/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/add/TestBroadcasting/collapse_zeroth_dim.cml -> build/lib/iris/tests/results/unit/analysis/maths/add/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/add/TestBroadcasting/slice.cml -> build/lib/iris/tests/results/unit/analysis/maths/add/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/add/TestBroadcasting/transposed.cml -> build/lib/iris/tests/results/unit/analysis/maths/add/TestBroadcasting creating build/lib/iris/tests/results/unit/analysis/maths/divide creating build/lib/iris/tests/results/unit/analysis/maths/divide/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/divide/TestBroadcasting/collapse_all_dims.cml -> build/lib/iris/tests/results/unit/analysis/maths/divide/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/divide/TestBroadcasting/collapse_last_dims.cml -> build/lib/iris/tests/results/unit/analysis/maths/divide/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/divide/TestBroadcasting/collapse_middle_dim.cml -> build/lib/iris/tests/results/unit/analysis/maths/divide/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/divide/TestBroadcasting/collapse_zeroth_dim.cml -> build/lib/iris/tests/results/unit/analysis/maths/divide/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/divide/TestBroadcasting/slice.cml -> build/lib/iris/tests/results/unit/analysis/maths/divide/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/divide/TestBroadcasting/transposed.cml -> build/lib/iris/tests/results/unit/analysis/maths/divide/TestBroadcasting creating build/lib/iris/tests/results/unit/analysis/maths/multiply creating build/lib/iris/tests/results/unit/analysis/maths/multiply/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/multiply/TestBroadcasting/collapse_all_dims.cml -> build/lib/iris/tests/results/unit/analysis/maths/multiply/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/multiply/TestBroadcasting/collapse_last_dims.cml -> build/lib/iris/tests/results/unit/analysis/maths/multiply/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/multiply/TestBroadcasting/collapse_middle_dim.cml -> build/lib/iris/tests/results/unit/analysis/maths/multiply/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/multiply/TestBroadcasting/collapse_zeroth_dim.cml -> build/lib/iris/tests/results/unit/analysis/maths/multiply/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/multiply/TestBroadcasting/slice.cml -> build/lib/iris/tests/results/unit/analysis/maths/multiply/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/multiply/TestBroadcasting/transposed.cml -> build/lib/iris/tests/results/unit/analysis/maths/multiply/TestBroadcasting creating build/lib/iris/tests/results/unit/analysis/maths/subtract creating build/lib/iris/tests/results/unit/analysis/maths/subtract/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/subtract/TestBroadcasting/collapse_all_dims.cml -> build/lib/iris/tests/results/unit/analysis/maths/subtract/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/subtract/TestBroadcasting/collapse_last_dims.cml -> build/lib/iris/tests/results/unit/analysis/maths/subtract/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/subtract/TestBroadcasting/collapse_middle_dim.cml -> build/lib/iris/tests/results/unit/analysis/maths/subtract/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/subtract/TestBroadcasting/collapse_zeroth_dim.cml -> build/lib/iris/tests/results/unit/analysis/maths/subtract/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/subtract/TestBroadcasting/slice.cml -> build/lib/iris/tests/results/unit/analysis/maths/subtract/TestBroadcasting copying lib/iris/tests/results/unit/analysis/maths/subtract/TestBroadcasting/transposed.cml -> build/lib/iris/tests/results/unit/analysis/maths/subtract/TestBroadcasting creating build/lib/iris/tests/results/unit/cube creating build/lib/iris/tests/results/unit/cube/Cube creating build/lib/iris/tests/results/unit/cube/Cube/intersection__Metadata copying lib/iris/tests/results/unit/cube/Cube/intersection__Metadata/metadata.cml -> build/lib/iris/tests/results/unit/cube/Cube/intersection__Metadata copying lib/iris/tests/results/unit/cube/Cube/intersection__Metadata/metadata.data.0.json -> build/lib/iris/tests/results/unit/cube/Cube/intersection__Metadata copying lib/iris/tests/results/unit/cube/Cube/intersection__Metadata/metadata_wrapped.cml -> build/lib/iris/tests/results/unit/cube/Cube/intersection__Metadata copying lib/iris/tests/results/unit/cube/Cube/intersection__Metadata/metadata_wrapped.data.0.json -> build/lib/iris/tests/results/unit/cube/Cube/intersection__Metadata creating build/lib/iris/tests/results/unit/cube/Cube/xml copying lib/iris/tests/results/unit/cube/Cube/xml/checksum_ignores_masked_values.cml -> build/lib/iris/tests/results/unit/cube/Cube/xml creating build/lib/iris/tests/results/unit/cube/CubeList creating build/lib/iris/tests/results/unit/cube/CubeList/merge__time_triple copying lib/iris/tests/results/unit/cube/CubeList/merge__time_triple/combination_with_extra_realization.cml -> build/lib/iris/tests/results/unit/cube/CubeList/merge__time_triple copying lib/iris/tests/results/unit/cube/CubeList/merge__time_triple/combination_with_extra_triple.cml -> build/lib/iris/tests/results/unit/cube/CubeList/merge__time_triple copying lib/iris/tests/results/unit/cube/CubeList/merge__time_triple/combination_with_realization.cml -> build/lib/iris/tests/results/unit/cube/CubeList/merge__time_triple copying lib/iris/tests/results/unit/cube/CubeList/merge__time_triple/orthogonal_with_realization.cml -> build/lib/iris/tests/results/unit/cube/CubeList/merge__time_triple creating build/lib/iris/tests/results/unit/experimental creating build/lib/iris/tests/results/unit/experimental/stratify creating build/lib/iris/tests/results/unit/experimental/stratify/relevel creating build/lib/iris/tests/results/unit/experimental/stratify/relevel/Test copying lib/iris/tests/results/unit/experimental/stratify/relevel/Test/multi_dim_target_levels.cml -> build/lib/iris/tests/results/unit/experimental/stratify/relevel/Test creating build/lib/iris/tests/results/unit/fileformats creating build/lib/iris/tests/results/unit/fileformats/grib creating build/lib/iris/tests/results/unit/fileformats/grib/load_cubes creating build/lib/iris/tests/results/unit/fileformats/grib/load_cubes/load_cubes copying lib/iris/tests/results/unit/fileformats/grib/load_cubes/load_cubes/reduced_raw.cml -> build/lib/iris/tests/results/unit/fileformats/grib/load_cubes/load_cubes creating build/lib/iris/tests/results/unit/fileformats/netcdf creating build/lib/iris/tests/results/unit/fileformats/netcdf/Saver creating build/lib/iris/tests/results/unit/fileformats/netcdf/Saver/write copying lib/iris/tests/results/unit/fileformats/netcdf/Saver/write/endian.cdl -> build/lib/iris/tests/results/unit/fileformats/netcdf/Saver/write copying lib/iris/tests/results/unit/fileformats/netcdf/Saver/write/mercator.cdl -> build/lib/iris/tests/results/unit/fileformats/netcdf/Saver/write copying lib/iris/tests/results/unit/fileformats/netcdf/Saver/write/mercator_no_ellipsoid.cdl -> build/lib/iris/tests/results/unit/fileformats/netcdf/Saver/write copying lib/iris/tests/results/unit/fileformats/netcdf/Saver/write/stereographic.cdl -> build/lib/iris/tests/results/unit/fileformats/netcdf/Saver/write copying lib/iris/tests/results/unit/fileformats/netcdf/Saver/write/stereographic_no_ellipsoid.cdl -> build/lib/iris/tests/results/unit/fileformats/netcdf/Saver/write copying lib/iris/tests/results/unit/fileformats/netcdf/Saver/write/transverse_mercator.cdl -> build/lib/iris/tests/results/unit/fileformats/netcdf/Saver/write copying lib/iris/tests/results/unit/fileformats/netcdf/Saver/write/transverse_mercator_no_ellipsoid.cdl -> build/lib/iris/tests/results/unit/fileformats/netcdf/Saver/write creating build/lib/iris/tests/results/unit/merge creating build/lib/iris/tests/results/unit/merge/ProtoCube creating build/lib/iris/tests/results/unit/merge/ProtoCube/register__CoordSig_general copying lib/iris/tests/results/unit/merge/ProtoCube/register__CoordSig_general/noise.txt -> build/lib/iris/tests/results/unit/merge/ProtoCube/register__CoordSig_general creating build/lib/iris/tests/results/unit/merge/ProtoCube/register__CubeSig copying lib/iris/tests/results/unit/merge/ProtoCube/register__CubeSig/noise.txt -> build/lib/iris/tests/results/unit/merge/ProtoCube/register__CubeSig creating build/lib/iris/tests/results/unit/util creating build/lib/iris/tests/results/unit/util/describe_diff copying lib/iris/tests/results/unit/util/describe_diff/incompatible_array_attrs.str.txt -> build/lib/iris/tests/results/unit/util/describe_diff creating build/lib/iris/tests/results/uri_callback copying lib/iris/tests/results/uri_callback/grib_global.cml -> build/lib/iris/tests/results/uri_callback copying lib/iris/tests/results/uri_callback/pp_global.cml -> build/lib/iris/tests/results/uri_callback creating build/lib/iris/tests/results/usecases creating build/lib/iris/tests/results/usecases/pp_to_cf_conversion creating build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/000003000000.03.236.000128.1990.12.01.00.00.b_0.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/000003000000.03.236.004224.1990.12.01.00.00.b_0.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/000003000000.03.236.008320.1990.12.01.00.00.b_0.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/000003000000.16.202.000128.1860.09.01.00.00.b_0.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/001000000000.00.000.000000.1860.01.01.00.00.f.b_0.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/002000000000.44.101.131200.1920.09.01.00.00.b_0.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/008000000000.44.101.000128.1890.09.01.00.00.b_0.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/12187.b_0.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/HadCM2_ts_SAT_ann_18602100.b_0.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/aaxzc_level_lat_orig.b_0.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/aaxzc_lon_lat_press_orig.b_0.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/aaxzc_lon_lat_several.b_0.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/aaxzc_n10r13xy.b_0.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/aaxzc_time_press.b_0.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/aaxzc_tseries.b_0.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/abcza_pa19591997_daily_29.b_0.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/abcza_pa19591997_daily_29.b_1.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/abcza_pa19591997_daily_29.b_2.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/abxpa_press_lat.b_0.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/integer.b_0.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/model.b_0.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/ocean_xsect.b_0.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/st0fc699.b_0.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/st0fc942.b_0.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf/st30211.b_0.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_netcdf creating build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp/000003000000.03.236.000128.1990.12.01.00.00.b.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp/000003000000.03.236.004224.1990.12.01.00.00.b.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp/000003000000.03.236.008320.1990.12.01.00.00.b.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp/000003000000.16.202.000128.1860.09.01.00.00.b.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp/001000000000.00.000.000000.1860.01.01.00.00.f.b.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp/002000000000.44.101.131200.1920.09.01.00.00.b.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp/008000000000.44.101.000128.1890.09.01.00.00.b.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp/12187.b.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp/HadCM2_ts_SAT_ann_18602100.b.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp/aaxzc_level_lat_orig.b.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp/aaxzc_lon_lat_press_orig.b.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp/aaxzc_lon_lat_several.b.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp/aaxzc_n10r13xy.b.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp/aaxzc_time_press.b.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp/aaxzc_tseries.b.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp/abcza_pa19591997_daily_29.b.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp/abxpa_press_lat.b.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp/integer.b.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp/model.b.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp/ocean_xsect.b.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp/st0fc699.b.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp/st0fc942.b.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp/st30211.b.cml -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/from_pp creating build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/000003000000.03.236.000128.1990.12.01.00.00.b_0.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/000003000000.03.236.004224.1990.12.01.00.00.b_0.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/000003000000.03.236.008320.1990.12.01.00.00.b_0.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/000003000000.16.202.000128.1860.09.01.00.00.b_0.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/001000000000.00.000.000000.1860.01.01.00.00.f.b_0.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/002000000000.44.101.131200.1920.09.01.00.00.b_0.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/008000000000.44.101.000128.1890.09.01.00.00.b_0.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/12187.b_0.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/HadCM2_ts_SAT_ann_18602100.b_0.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/aaxzc_level_lat_orig.b_0.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/aaxzc_lon_lat_press_orig.b_0.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/aaxzc_lon_lat_several.b_0.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/aaxzc_n10r13xy.b_0.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/aaxzc_time_press.b_0.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/aaxzc_tseries.b_0.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/abcza_pa19591997_daily_29.b_0.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/abcza_pa19591997_daily_29.b_1.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/abcza_pa19591997_daily_29.b_2.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/abxpa_press_lat.b_0.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/integer.b_0.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/model.b_0.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/ocean_xsect.b_0.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/st0fc699.b_0.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/st0fc942.b_0.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/st30211.b_0.cdl -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf creating build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_pp/000003000000.03.236.000128.1990.12.01.00.00.b.pp.txt -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_pp/000003000000.03.236.004224.1990.12.01.00.00.b.pp.txt -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_pp/000003000000.03.236.008320.1990.12.01.00.00.b.pp.txt -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_pp/000003000000.16.202.000128.1860.09.01.00.00.b.pp.txt -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_pp copying lib/iris/tests/results/usecases/pp_to_cf_conversion/to_pp/001000000000.00.000.000000.1860.01.01.00.00.f.b.pp.txt -> build/lib/iris/tests/results/usecases/pp_to_cf_conversion/to_pp creating build/lib/iris/tests/results/util copying lib/iris/tests/results/util/as_compatible_shape_collapsed.cml -> build/lib/iris/tests/results/util copying lib/iris/fileformats/_pyke_rules/fc_rules_cf.krb -> build/lib/iris/fileformats/_pyke_rules /home/bmueller/anaconda3/bin/python tools/generate_std_names.py etc/cf-standard-name-table.xml build/lib/iris/std_names.py /home/bmueller/anaconda3/bin/python -c import os; from pyke.target_pkg import target_pkg; target_pkg.load = lambda *args, **kwargs: None; os.chdir(os.path.join('build/lib', 'iris', 'fileformats', '_pyke_rules')); from pyke import knowledge_engine; knowledge_engine.engine('') Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'pyke' error: command '/home/bmueller/anaconda3/bin/python' failed with exit status 1 ---------------------------------------- ERROR: Failed building wheel for scitools-iris Running setup.py clean for scitools-iris Failed to build scitools-iris ERROR: Could not build wheels for cartopy which use PEP 517 and cannot be installed directly
bascrezee commented 4 years ago

Here are mine (for me everything works fine). Same Versions, different Builds (could that matter?).

# packages in environment at /net/exo/landclim/crezees/conda/envs/esmvaltool-public:
#
# Name                    Version                   Build  Channel
iris                      2.2.1                    py37_0    conda-forge
# packages in environment at /net/exo/landclim/crezees/conda/envs/esmvaltool-public:
#
# Name                    Version                   Build  Channel
cartopy                   0.17.0          py37h0aa2c8f_1004    conda-forge
valeriupredoi commented 4 years ago

@BenMGeo the short answer is you have iris and cartopy built against python=3.8 and this behaviour of pip I noticed not long ago: see the last few comments in this issue https://github.com/SciTools/iris/issues/3544 especially my comments on the installation and @zklaus comment on the env building

Note that we have pinned python to <3.8 in our current environment file so you should use that without any manual conda update all or conda update env after the environment has built; doing that will automatically upgrade python to 3.8.

Having said that I will perform a full mock env creatin and installation with python 3.8 since we'd want to upgrade to it soon anyway; what's holding us back now is numba since it doesn't have a python 3.8 version yet :beer:

BenMGeo commented 4 years ago

Ah, ok. Seems like my environment file then was not up to date. Will pull and retry.

valeriupredoi commented 4 years ago

reopen if needed, man :beer:

BenMGeo commented 4 years ago

all went well ... phew

Errors but did not break:

ERROR: flake8 3.7.9 has requirement pycodestyle<2.6.0,>=2.5.0, but you'll have pycodestyle 2.4.0 which is incompatible.
ERROR: flake8 3.7.9 has requirement pyflakes<2.2.0,>=2.1.0, but you'll have pyflakes 1.6.0 which is incompatible.
valeriupredoi commented 4 years ago

yeah that's coz of prospector - those guys don't upgrade that package, all fine, they are not impacting the functionality :beer: