Skip to content
Failed

Console Output

Started by upstream project "TransportMaps-private-develop-mpi" build number 86
originally caused by:
 Started by BitBucket push by dabi86
 Started by BitBucket push by dabi86
Building remotely on reynolds in workspace /jenkins/workspace/TransportMaps-private-develop-mpi/COMPILER/clang/MACHINE/reynolds/PYTHON_EXE/python2/VENV_SYS/virtualenv
[WS-CLEANUP] Deleting project workspace...
Cloning the remote Git repository
Cloning repository git@bitbucket.org:dabi86/transportmaps-private.git
 > git init /jenkins/workspace/TransportMaps-private-develop-mpi/COMPILER/clang/MACHINE/reynolds/PYTHON_EXE/python2/VENV_SYS/virtualenv # timeout=10
Fetching upstream changes from git@bitbucket.org:dabi86/transportmaps-private.git
 > git --version # timeout=10
 > git fetch --tags --progress git@bitbucket.org:dabi86/transportmaps-private.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git@bitbucket.org:dabi86/transportmaps-private.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@bitbucket.org:dabi86/transportmaps-private.git # timeout=10
Fetching upstream changes from git@bitbucket.org:dabi86/transportmaps-private.git
 > git fetch --tags --progress git@bitbucket.org:dabi86/transportmaps-private.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision e92c720e44c3b15933422fac2bfe7b3b7c8aadb5 (refs/remotes/origin/develop/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e92c720e44c3b15933422fac2bfe7b3b7c8aadb5
Commit message: "Merge branch 'develop/release' into develop/master"
 > git rev-list --no-walk 95668e33f8aa594d81af83ca7a1a1e62004a8a0b # timeout=10
[virtualenv] $ /bin/bash -xe /tmp/jenkins716102345281645087.sh
+ bash -ex jenkins/test-source.sh
+ set -e
++ pwd
+ ROOT=/jenkins/workspace/TransportMaps-private-develop-mpi/COMPILER/clang/MACHINE/reynolds/PYTHON_EXE/python2/VENV_SYS/virtualenv
++ echo TransportMaps-private-develop-mpi/COMPILER=clang,MACHINE=reynolds,PYTHON_EXE=python2,VENV_SYS=virtualenv
++ cut -d / -f 1
+ TEST_NAME=TransportMaps-private-develop-mpi
+ ENV_NAME=venv_TransportMaps-private-develop-mpi_python2
+ VENV_OPTS=
+ [[ TransportMaps-private-develop-mpi == *\m\p\i* ]]
+ TTYPE=parallel
+ MPI=True
++ hostname
+ [[ reynolds == *\m\a\c\y\s* ]]
++ hostname
+ [[ reynolds == \m\a\c\y\s\-\S\i\e\r\r\a ]]
++ hostname
+ [[ reynolds == *\r\e\y\n\o\l\d\s* ]]
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/jenkins/bin
+ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/jenkins/bin
+ '[' virtualenv = virtualenv ']'
+ rm -rf venv_TransportMaps-private-develop-mpi_python2
+ virtualenv --python=python2 venv_TransportMaps-private-develop-mpi_python2
New python executable in /jenkins/workspace/TransportMaps-private-develop-mpi/COMPILER/clang/MACHINE/reynolds/PYTHON_EXE/python2/VENV_SYS/virtualenv/venv_TransportMaps-private-develop-mpi_python2/bin/python2
Also creating executable in /jenkins/workspace/TransportMaps-private-develop-mpi/COMPILER/clang/MACHINE/reynolds/PYTHON_EXE/python2/VENV_SYS/virtualenv/venv_TransportMaps-private-develop-mpi_python2/bin/python
Installing setuptools, pip, wheel...done.
Running virtualenv with interpreter /usr/bin/python2
+ source venv_TransportMaps-private-develop-mpi_python2/bin/activate
++ deactivate nondestructive
++ unset -f pydoc
++ '[' -z '' ']'
++ '[' -z '' ']'
++ '[' -n /bin/bash ']'
++ hash -r
++ '[' -z '' ']'
++ unset VIRTUAL_ENV
++ '[' '!' nondestructive = nondestructive ']'
++ VIRTUAL_ENV=/jenkins/workspace/TransportMaps-private-develop-mpi/COMPILER/clang/MACHINE/reynolds/PYTHON_EXE/python2/VENV_SYS/virtualenv/venv_TransportMaps-private-develop-mpi_python2
++ export VIRTUAL_ENV
++ _OLD_VIRTUAL_PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/jenkins/bin
++ PATH=/jenkins/workspace/TransportMaps-private-develop-mpi/COMPILER/clang/MACHINE/reynolds/PYTHON_EXE/python2/VENV_SYS/virtualenv/venv_TransportMaps-private-develop-mpi_python2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/jenkins/bin
++ export PATH
++ '[' -z '' ']'
++ '[' -z '' ']'
++ _OLD_VIRTUAL_PS1=
++ '[' x '!=' x ']'
+++ basename /jenkins/workspace/TransportMaps-private-develop-mpi/COMPILER/clang/MACHINE/reynolds/PYTHON_EXE/python2/VENV_SYS/virtualenv/venv_TransportMaps-private-develop-mpi_python2
++ PS1='(venv_TransportMaps-private-develop-mpi_python2) '
++ export PS1
++ alias pydoc
++ '[' -n /bin/bash ']'
++ hash -r
++ python -V
Python 2.7.12
+ PY_VERS=
+ CMD='import logging;'
+ CMD+='import TransportMaps as TM;'
+ CMD+='import warnings;'
+ CMD+='warnings.simplefilter('\''ignore'\'');'
+ CMD+='TM.tests.run_all(log_level=logging.ERROR,ttype='\''parallel'\'')'
+ echo ''

+ echo 'TEST_NAME: TransportMaps-private-develop-mpi'
TEST_NAME: TransportMaps-private-develop-mpi
++ hostname
+ echo 'HOSTNAME: reynolds'
HOSTNAME: reynolds
+ echo 'PATH: /jenkins/workspace/TransportMaps-private-develop-mpi/COMPILER/clang/MACHINE/reynolds/PYTHON_EXE/python2/VENV_SYS/virtualenv/venv_TransportMaps-private-develop-mpi_python2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/jenkins/bin'
PATH: /jenkins/workspace/TransportMaps-private-develop-mpi/COMPILER/clang/MACHINE/reynolds/PYTHON_EXE/python2/VENV_SYS/virtualenv/venv_TransportMaps-private-develop-mpi_python2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/jenkins/bin
+ echo 'VENV_OPTS: '
VENV_OPTS: 
+ echo 'PY-VERS: '
PY-VERS: 
+ echo 'PY-CMD: import logging;import TransportMaps as TM;import warnings;warnings.simplefilter('\''ignore'\'');TM.tests.run_all(log_level=logging.ERROR,ttype='\''parallel'\'')'
PY-CMD: import logging;import TransportMaps as TM;import warnings;warnings.simplefilter('ignore');TM.tests.run_all(log_level=logging.ERROR,ttype='parallel')
+ echo ''

+ echo 'Upgrading pip'
Upgrading pip
+ python /jenkins/workspace/TransportMaps-private-develop-mpi/COMPILER/clang/MACHINE/reynolds/PYTHON_EXE/python2/VENV_SYS/virtualenv/venv_TransportMaps-private-develop-mpi_python2/bin/pip install --upgrade pip
Requirement already up-to-date: pip in ./venv_TransportMaps-private-develop-mpi_python2/lib/python2.7/site-packages (10.0.1)
+ echo 'Installing numpy'
Installing numpy
+ python /jenkins/workspace/TransportMaps-private-develop-mpi/COMPILER/clang/MACHINE/reynolds/PYTHON_EXE/python2/VENV_SYS/virtualenv/venv_TransportMaps-private-develop-mpi_python2/bin/pip install --upgrade numpy
Collecting numpy
  Using cached https://files.pythonhosted.org/packages/c0/e7/08f059a00367fd613e4f2875a16c70b6237268a1d6d166c6d36acada8301/numpy-1.14.3-cp27-cp27mu-manylinux1_x86_64.whl
Installing collected packages: numpy
Successfully installed numpy-1.14.3
+ echo Packaging
Packaging
+ rm -fr tmp_sdist
+ mkdir tmp_sdist
+ python setup.py clean --all
running clean
'build/lib.linux-x86_64-2.7' does not exist -- can't clean it
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-2.7' does not exist -- can't clean it
+ python setup.py sdist --dist-dir=tmp_sdist
running sdist
running egg_info
creating TransportMaps.egg-info
writing requirements to TransportMaps.egg-info/requires.txt
writing TransportMaps.egg-info/PKG-INFO
writing top-level names to TransportMaps.egg-info/top_level.txt
writing dependency_links to TransportMaps.egg-info/dependency_links.txt
writing manifest file 'TransportMaps.egg-info/SOURCES.txt'
reading manifest file 'TransportMaps.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'Examples/stable/?/data'
warning: no previously-included files found matching '.git'
warning: no previously-included files found matching '*.dill'
warning: no previously-included files found matching '*.hdf5'
warning: no previously-included files found matching '*.pkl'
warning: no previously-included files found matching '*.pkl.old'
warning: no previously-included files found matching '*~'
writing manifest file 'TransportMaps.egg-info/SOURCES.txt'
running check
creating TransportMaps-2.0b1
creating TransportMaps-2.0b1/Examples
creating TransportMaps-2.0b1/Examples/stable
creating TransportMaps-2.0b1/Examples/stable/BODmodel
creating TransportMaps-2.0b1/Examples/stable/CPP-Module
creating TransportMaps-2.0b1/Examples/stable/CPP-Module/xun
creating TransportMaps-2.0b1/Examples/stable/CPP-Module/xun/tests
creating TransportMaps-2.0b1/Examples/stable/StochasticVolatility
creating TransportMaps-2.0b1/Examples/stable/TestDistributions
creating TransportMaps-2.0b1/Examples/stable/cluster
creating TransportMaps-2.0b1/Examples/stable/cluster/voyager
creating TransportMaps-2.0b1/TransportMaps
creating TransportMaps-2.0b1/TransportMaps.egg-info
creating TransportMaps-2.0b1/TransportMaps/Algorithms
creating TransportMaps-2.0b1/TransportMaps/Algorithms/Adaptivity
creating TransportMaps-2.0b1/TransportMaps/Algorithms/SequentialInference
creating TransportMaps-2.0b1/TransportMaps/Algorithms/SparsityIdentification
creating TransportMaps-2.0b1/TransportMaps/CLI
creating TransportMaps-2.0b1/TransportMaps/Densities
creating TransportMaps-2.0b1/TransportMaps/Densities/Decomposable
creating TransportMaps-2.0b1/TransportMaps/Densities/Inference
creating TransportMaps-2.0b1/TransportMaps/Diagnostics
creating TransportMaps-2.0b1/TransportMaps/Distributions
creating TransportMaps-2.0b1/TransportMaps/Distributions/Decomposable
creating TransportMaps-2.0b1/TransportMaps/Distributions/Examples
creating TransportMaps-2.0b1/TransportMaps/Distributions/Examples/BiochemicalOxigenDemand
creating TransportMaps-2.0b1/TransportMaps/Distributions/Examples/InertialNavigationSystem
creating TransportMaps-2.0b1/TransportMaps/Distributions/Examples/LogGaussianCoxProcess
creating TransportMaps-2.0b1/TransportMaps/Distributions/Examples/RailwayVehicleDynamics
creating TransportMaps-2.0b1/TransportMaps/Distributions/Examples/RailwayVehicleDynamics/Coradia175
creating TransportMaps-2.0b1/TransportMaps/Distributions/Examples/ScalarLinearGaussMarkovProcess
creating TransportMaps-2.0b1/TransportMaps/Distributions/Examples/StochasticVolatility
creating TransportMaps-2.0b1/TransportMaps/Distributions/Inference
creating TransportMaps-2.0b1/TransportMaps/Functionals
creating TransportMaps-2.0b1/TransportMaps/Likelihoods
creating TransportMaps-2.0b1/TransportMaps/Maps
creating TransportMaps-2.0b1/TransportMaps/Maps/Decomposable
creating TransportMaps-2.0b1/TransportMaps/Optimization
creating TransportMaps-2.0b1/TransportMaps/RandomizedLinearAlgebra
creating TransportMaps-2.0b1/TransportMaps/Samplers
creating TransportMaps-2.0b1/TransportMaps/XML
creating TransportMaps-2.0b1/TransportMaps/XML/schema
creating TransportMaps-2.0b1/TransportMaps/tests
creating TransportMaps-2.0b1/TransportMaps/tests/xml
creating TransportMaps-2.0b1/TransportMaps/tests/xml/maps
creating TransportMaps-2.0b1/scripts
copying files to TransportMaps-2.0b1...
copying COPYING -> TransportMaps-2.0b1
copying COPYING.LESSER -> TransportMaps-2.0b1
copying MANIFEST.in -> TransportMaps-2.0b1
copying README.rst -> TransportMaps-2.0b1
copying requirements-H5PY.txt -> TransportMaps-2.0b1
copying requirements-MPI.txt -> TransportMaps-2.0b1
copying requirements-PLOT.txt -> TransportMaps-2.0b1
copying requirements-PYHMC.txt -> TransportMaps-2.0b1
copying requirements-SPHINX.txt -> TransportMaps-2.0b1
copying requirements.txt -> TransportMaps-2.0b1
copying setup.cfg -> TransportMaps-2.0b1
copying setup.py -> TransportMaps-2.0b1
copying Examples/stable/BODmodel/DataGeneration.py -> TransportMaps-2.0b1/Examples/stable/BODmodel
copying Examples/stable/CPP-Module/KLdivergence-InverseMap-InverseConstruction.py -> TransportMaps-2.0b1/Examples/stable/CPP-Module
copying Examples/stable/CPP-Module/xun/setup.py -> TransportMaps-2.0b1/Examples/stable/CPP-Module/xun
copying Examples/stable/CPP-Module/xun/tests/test.py -> TransportMaps-2.0b1/Examples/stable/CPP-Module/xun/tests
copying Examples/stable/StochasticVolatility/DataGeneration.py -> TransportMaps-2.0b1/Examples/stable/StochasticVolatility
copying Examples/stable/StochasticVolatility/PlotExchanges.py -> TransportMaps-2.0b1/Examples/stable/StochasticVolatility
copying Examples/stable/StochasticVolatility/mcmc.py -> TransportMaps-2.0b1/Examples/stable/StochasticVolatility
copying Examples/stable/StochasticVolatility/postprocess-plotting.py -> TransportMaps-2.0b1/Examples/stable/StochasticVolatility
copying Examples/stable/TestDistributions/KLdivergence-InverseMap-DirectConstruction-ByStep.py -> TransportMaps-2.0b1/Examples/stable/TestDistributions
copying Examples/stable/TestDistributions/KLdivergence-InverseMap-DirectConstruction.py -> TransportMaps-2.0b1/Examples/stable/TestDistributions
copying Examples/stable/TestDistributions/KLdivergence-InverseMap-InverseConstruction.py -> TransportMaps-2.0b1/Examples/stable/TestDistributions
copying Examples/stable/TestDistributions/KLdivergence.py -> TransportMaps-2.0b1/Examples/stable/TestDistributions
copying Examples/stable/TestDistributions/Regression.py -> TransportMaps-2.0b1/Examples/stable/TestDistributions
copying Examples/stable/cluster/voyager/run_unit_tests.py -> TransportMaps-2.0b1/Examples/stable/cluster/voyager
copying TransportMaps/Defaults.py -> TransportMaps-2.0b1/TransportMaps
copying TransportMaps/External.py -> TransportMaps-2.0b1/TransportMaps
copying TransportMaps/FiniteDifference.py -> TransportMaps-2.0b1/TransportMaps
copying TransportMaps/Misc.py -> TransportMaps-2.0b1/TransportMaps
copying TransportMaps/ObjectBase.py -> TransportMaps-2.0b1/TransportMaps
copying TransportMaps/Routines.py -> TransportMaps-2.0b1/TransportMaps
copying TransportMaps/__init__.py -> TransportMaps-2.0b1/TransportMaps
copying TransportMaps/_version.py -> TransportMaps-2.0b1/TransportMaps
copying TransportMaps.egg-info/PKG-INFO -> TransportMaps-2.0b1/TransportMaps.egg-info
copying TransportMaps.egg-info/SOURCES.txt -> TransportMaps-2.0b1/TransportMaps.egg-info
copying TransportMaps.egg-info/dependency_links.txt -> TransportMaps-2.0b1/TransportMaps.egg-info
copying TransportMaps.egg-info/not-zip-safe -> TransportMaps-2.0b1/TransportMaps.egg-info
copying TransportMaps.egg-info/requires.txt -> TransportMaps-2.0b1/TransportMaps.egg-info
copying TransportMaps.egg-info/top_level.txt -> TransportMaps-2.0b1/TransportMaps.egg-info
copying TransportMaps/Algorithms/__init__.py -> TransportMaps-2.0b1/TransportMaps/Algorithms
copying TransportMaps/Algorithms/Adaptivity/AdaptivityBase.py -> TransportMaps-2.0b1/TransportMaps/Algorithms/Adaptivity
copying TransportMaps/Algorithms/Adaptivity/KullbackLeiblerAdaptivity.py -> TransportMaps-2.0b1/TransportMaps/Algorithms/Adaptivity
copying TransportMaps/Algorithms/Adaptivity/RegressionAdaptivity.py -> TransportMaps-2.0b1/TransportMaps/Algorithms/Adaptivity
copying TransportMaps/Algorithms/Adaptivity/__init__.py -> TransportMaps-2.0b1/TransportMaps/Algorithms/Adaptivity
copying TransportMaps/Algorithms/SequentialInference/LinearSequentialInference.py -> TransportMaps-2.0b1/TransportMaps/Algorithms/SequentialInference
copying TransportMaps/Algorithms/SequentialInference/NonLinearSequentialInference.py -> TransportMaps-2.0b1/TransportMaps/Algorithms/SequentialInference
copying TransportMaps/Algorithms/SequentialInference/SequentialInferenceBase.py -> TransportMaps-2.0b1/TransportMaps/Algorithms/SequentialInference
copying TransportMaps/Algorithms/SequentialInference/__init__.py -> TransportMaps-2.0b1/TransportMaps/Algorithms/SequentialInference
copying TransportMaps/Algorithms/SparsityIdentification/GeneralizedPrecision.py -> TransportMaps-2.0b1/TransportMaps/Algorithms/SparsityIdentification
copying TransportMaps/Algorithms/SparsityIdentification/NodeOrdering.py -> TransportMaps-2.0b1/TransportMaps/Algorithms/SparsityIdentification
copying TransportMaps/Algorithms/SparsityIdentification/RegularizedMap.py -> TransportMaps-2.0b1/TransportMaps/Algorithms/SparsityIdentification
copying TransportMaps/Algorithms/SparsityIdentification/SparsityIdentificationNonGaussian.py -> TransportMaps-2.0b1/TransportMaps/Algorithms/SparsityIdentification
copying TransportMaps/Algorithms/SparsityIdentification/__init__.py -> TransportMaps-2.0b1/TransportMaps/Algorithms/SparsityIdentification
copying TransportMaps/CLI/AdaptivityPostprocessBase.py -> TransportMaps-2.0b1/TransportMaps/CLI
copying TransportMaps/CLI/AvailableOptions.py -> TransportMaps-2.0b1/TransportMaps/CLI
copying TransportMaps/CLI/PostprocessBase.py -> TransportMaps-2.0b1/TransportMaps/CLI
copying TransportMaps/CLI/ScriptBase.py -> TransportMaps-2.0b1/TransportMaps/CLI
copying TransportMaps/CLI/SequentialPostprocessBase.py -> TransportMaps-2.0b1/TransportMaps/CLI
copying TransportMaps/CLI/__init__.py -> TransportMaps-2.0b1/TransportMaps/CLI
copying TransportMaps/Densities/Densities.py -> TransportMaps-2.0b1/TransportMaps/Densities
copying TransportMaps/Densities/__init__.py -> TransportMaps-2.0b1/TransportMaps/Densities
copying TransportMaps/Densities/Decomposable/SequentialInferenceDensities.py -> TransportMaps-2.0b1/TransportMaps/Densities/Decomposable
copying TransportMaps/Densities/Decomposable/__init__.py -> TransportMaps-2.0b1/TransportMaps/Densities/Decomposable
copying TransportMaps/Densities/Inference/InferenceBase.py -> TransportMaps-2.0b1/TransportMaps/Densities/Inference
copying TransportMaps/Densities/Inference/__init__.py -> TransportMaps-2.0b1/TransportMaps/Densities/Inference
copying TransportMaps/Diagnostics/Plotting.py -> TransportMaps-2.0b1/TransportMaps/Diagnostics
copying TransportMaps/Diagnostics/Routines.py -> TransportMaps-2.0b1/TransportMaps/Diagnostics
copying TransportMaps/Diagnostics/Validators.py -> TransportMaps-2.0b1/TransportMaps/Diagnostics
copying TransportMaps/Diagnostics/__init__.py -> TransportMaps-2.0b1/TransportMaps/Diagnostics
copying TransportMaps/Distributions/ConditionalDistributions.py -> TransportMaps-2.0b1/TransportMaps/Distributions
copying TransportMaps/Distributions/DistributionBase.py -> TransportMaps-2.0b1/TransportMaps/Distributions
copying TransportMaps/Distributions/FrozenDistributions.py -> TransportMaps-2.0b1/TransportMaps/Distributions
copying TransportMaps/Distributions/ParametricDistributionBase.py -> TransportMaps-2.0b1/TransportMaps/Distributions
copying TransportMaps/Distributions/TransportMapDistributions.py -> TransportMaps-2.0b1/TransportMaps/Distributions
copying TransportMaps/Distributions/__init__.py -> TransportMaps-2.0b1/TransportMaps/Distributions
copying TransportMaps/Distributions/Decomposable/LinearGaussianSequentialInferenceDistributions.py -> TransportMaps-2.0b1/TransportMaps/Distributions/Decomposable
copying TransportMaps/Distributions/Decomposable/SequentialInferenceDistributions.py -> TransportMaps-2.0b1/TransportMaps/Distributions/Decomposable
copying TransportMaps/Distributions/Decomposable/__init__.py -> TransportMaps-2.0b1/TransportMaps/Distributions/Decomposable
copying TransportMaps/Distributions/Examples/SimpleDistributions.py -> TransportMaps-2.0b1/TransportMaps/Distributions/Examples
copying TransportMaps/Distributions/Examples/__init__.py -> TransportMaps-2.0b1/TransportMaps/Distributions/Examples
copying TransportMaps/Distributions/Examples/BiochemicalOxigenDemand/BODDistributions.py -> TransportMaps-2.0b1/TransportMaps/Distributions/Examples/BiochemicalOxigenDemand
copying TransportMaps/Distributions/Examples/BiochemicalOxigenDemand/__init__.py -> TransportMaps-2.0b1/TransportMaps/Distributions/Examples/BiochemicalOxigenDemand
copying TransportMaps/Distributions/Examples/InertialNavigationSystem/INSDistributions.py -> TransportMaps-2.0b1/TransportMaps/Distributions/Examples/InertialNavigationSystem
copying TransportMaps/Distributions/Examples/InertialNavigationSystem/__init__.py -> TransportMaps-2.0b1/TransportMaps/Distributions/Examples/InertialNavigationSystem
copying TransportMaps/Distributions/Examples/LogGaussianCoxProcess/__init__.py -> TransportMaps-2.0b1/TransportMaps/Distributions/Examples/LogGaussianCoxProcess
copying TransportMaps/Distributions/Examples/RailwayVehicleDynamics/__init__.py -> TransportMaps-2.0b1/TransportMaps/Distributions/Examples/RailwayVehicleDynamics
copying TransportMaps/Distributions/Examples/RailwayVehicleDynamics/Coradia175/Coradia175VehicleParametersEstimation.py -> TransportMaps-2.0b1/TransportMaps/Distributions/Examples/RailwayVehicleDynamics/Coradia175
copying TransportMaps/Distributions/Examples/RailwayVehicleDynamics/Coradia175/Coradia175VehicleStateSpace.py -> TransportMaps-2.0b1/TransportMaps/Distributions/Examples/RailwayVehicleDynamics/Coradia175
copying TransportMaps/Distributions/Examples/RailwayVehicleDynamics/Coradia175/__init__.py -> TransportMaps-2.0b1/TransportMaps/Distributions/Examples/RailwayVehicleDynamics/Coradia175
copying TransportMaps/Distributions/Examples/ScalarLinearGaussMarkovProcess/Distributions.py -> TransportMaps-2.0b1/TransportMaps/Distributions/Examples/ScalarLinearGaussMarkovProcess
copying TransportMaps/Distributions/Examples/ScalarLinearGaussMarkovProcess/__init__.py -> TransportMaps-2.0b1/TransportMaps/Distributions/Examples/ScalarLinearGaussMarkovProcess
copying TransportMaps/Distributions/Examples/StochasticVolatility/StocVolHyperDistributions.py -> TransportMaps-2.0b1/TransportMaps/Distributions/Examples/StochasticVolatility
copying TransportMaps/Distributions/Examples/StochasticVolatility/__init__.py -> TransportMaps-2.0b1/TransportMaps/Distributions/Examples/StochasticVolatility
copying TransportMaps/Distributions/Inference/InferenceBase.py -> TransportMaps-2.0b1/TransportMaps/Distributions/Inference
copying TransportMaps/Distributions/Inference/__init__.py -> TransportMaps-2.0b1/TransportMaps/Distributions/Inference
copying TransportMaps/Functionals/AlgebraicLinearSpanApproximations.py -> TransportMaps-2.0b1/TransportMaps/Functionals
copying TransportMaps/Functionals/FrozenMonotonicFunctions.py -> TransportMaps-2.0b1/TransportMaps/Functionals
copying TransportMaps/Functionals/FunctionBase.py -> TransportMaps-2.0b1/TransportMaps/Functionals
copying TransportMaps/Functionals/LinearSpanApproximationBase.py -> TransportMaps-2.0b1/TransportMaps/Functionals
copying TransportMaps/Functionals/MonotonicFunctionApproximations.py -> TransportMaps-2.0b1/TransportMaps/Functionals
copying TransportMaps/Functionals/ParametricFunctionApproximationBase.py -> TransportMaps-2.0b1/TransportMaps/Functionals
copying TransportMaps/Functionals/ProductDistributionParametricPullbackComponentFunctionBase.py -> TransportMaps-2.0b1/TransportMaps/Functionals
copying TransportMaps/Functionals/__init__.py -> TransportMaps-2.0b1/TransportMaps/Functionals
copying TransportMaps/Likelihoods/LikelihoodBase.py -> TransportMaps-2.0b1/TransportMaps/Likelihoods
copying TransportMaps/Likelihoods/__init__.py -> TransportMaps-2.0b1/TransportMaps/Likelihoods
copying TransportMaps/Maps/FrozenTriangularTransportMaps.py -> TransportMaps-2.0b1/TransportMaps/Maps
copying TransportMaps/Maps/FullTransportMaps.py -> TransportMaps-2.0b1/TransportMaps/Maps
copying TransportMaps/Maps/MapBase.py -> TransportMaps-2.0b1/TransportMaps/Maps
copying TransportMaps/Maps/SimpleTransportMaps.py -> TransportMaps-2.0b1/TransportMaps/Maps
copying TransportMaps/Maps/TransportMapBase.py -> TransportMaps-2.0b1/TransportMaps/Maps
copying TransportMaps/Maps/TriangularTransportMapBase.py -> TransportMaps-2.0b1/TransportMaps/Maps
copying TransportMaps/Maps/TriangularTransportMaps.py -> TransportMaps-2.0b1/TransportMaps/Maps
copying TransportMaps/Maps/__init__.py -> TransportMaps-2.0b1/TransportMaps/Maps
copying TransportMaps/Maps/Decomposable/SequentialInferenceMaps.py -> TransportMaps-2.0b1/TransportMaps/Maps/Decomposable
copying TransportMaps/Maps/Decomposable/__init__.py -> TransportMaps-2.0b1/TransportMaps/Maps/Decomposable
copying TransportMaps/Optimization/Optimizers.py -> TransportMaps-2.0b1/TransportMaps/Optimization
copying TransportMaps/Optimization/__init__.py -> TransportMaps-2.0b1/TransportMaps/Optimization
copying TransportMaps/RandomizedLinearAlgebra/RandomizedLinearAlgebra.py -> TransportMaps-2.0b1/TransportMaps/RandomizedLinearAlgebra
copying TransportMaps/RandomizedLinearAlgebra/__init__.py -> TransportMaps-2.0b1/TransportMaps/RandomizedLinearAlgebra
copying TransportMaps/Samplers/IndependentSamplers.py -> TransportMaps-2.0b1/TransportMaps/Samplers
copying TransportMaps/Samplers/MarkovChainSamplers.py -> TransportMaps-2.0b1/TransportMaps/Samplers
copying TransportMaps/Samplers/Routines.py -> TransportMaps-2.0b1/TransportMaps/Samplers
copying TransportMaps/Samplers/SamplerBase.py -> TransportMaps-2.0b1/TransportMaps/Samplers
copying TransportMaps/Samplers/__init__.py -> TransportMaps-2.0b1/TransportMaps/Samplers
copying TransportMaps/XML/Parser.py -> TransportMaps-2.0b1/TransportMaps/XML
copying TransportMaps/XML/__init__.py -> TransportMaps-2.0b1/TransportMaps/XML
copying TransportMaps/XML/schema/map.xsd -> TransportMaps-2.0b1/TransportMaps/XML/schema
copying TransportMaps/tests/TestFunctions.py -> TransportMaps-2.0b1/TransportMaps/tests
copying TransportMaps/tests/__init__.py -> TransportMaps-2.0b1/TransportMaps/tests
copying TransportMaps/tests/test_L2_minimization.py -> TransportMaps-2.0b1/TransportMaps/tests
copying TransportMaps/tests/test_L2_misfit.py -> TransportMaps-2.0b1/TransportMaps/tests
copying TransportMaps/tests/test_all.py -> TransportMaps-2.0b1/TransportMaps/tests
copying TransportMaps/tests/test_distributions.py -> TransportMaps-2.0b1/TransportMaps/tests
copying TransportMaps/tests/test_functions.py -> TransportMaps-2.0b1/TransportMaps/tests
copying TransportMaps/tests/test_kl_divergence.py -> TransportMaps-2.0b1/TransportMaps/tests
copying TransportMaps/tests/test_kl_minimization.py -> TransportMaps-2.0b1/TransportMaps/tests
copying TransportMaps/tests/test_laplace.py -> TransportMaps-2.0b1/TransportMaps/tests
copying TransportMaps/tests/test_rla.py -> TransportMaps-2.0b1/TransportMaps/tests
copying TransportMaps/tests/test_scripts.py -> TransportMaps-2.0b1/TransportMaps/tests
copying TransportMaps/tests/test_sequential_inference.py -> TransportMaps-2.0b1/TransportMaps/tests
copying TransportMaps/tests/test_transportmap_distributions.py -> TransportMaps-2.0b1/TransportMaps/tests
copying TransportMaps/tests/test_transportmap_distributions_sampling.py -> TransportMaps-2.0b1/TransportMaps/tests
copying TransportMaps/tests/test_transportmaps.py -> TransportMaps-2.0b1/TransportMaps/tests
copying TransportMaps/tests/test_xml.py -> TransportMaps-2.0b1/TransportMaps/tests
copying TransportMaps/tests/xml/maps/FullOrdIntExpLinearMap_5d.xml -> TransportMaps-2.0b1/TransportMaps/tests/xml/maps
copying TransportMaps/tests/xml/maps/FullOrdIntExpNonLinearHeadMap_5d.xml -> TransportMaps-2.0b1/TransportMaps/tests/xml/maps
copying TransportMaps/tests/xml/maps/FullOrdIntExpNonLinearMap_5d.xml -> TransportMaps-2.0b1/TransportMaps/tests/xml/maps
copying TransportMaps/tests/xml/maps/FullOrdIntExpTriDiagonalMap_5d.xml -> TransportMaps-2.0b1/TransportMaps/tests/xml/maps
copying TransportMaps/tests/xml/maps/FullOrdMonotLinearSpanLinearMap_5d.xml -> TransportMaps-2.0b1/TransportMaps/tests/xml/maps
copying TransportMaps/tests/xml/maps/MultiIdxMonotLinearSpanLinearMap_5d.xml -> TransportMaps-2.0b1/TransportMaps/tests/xml/maps
copying TransportMaps/tests/xml/maps/TotalOrdIntExpDiagonalMap_5d.xml -> TransportMaps-2.0b1/TransportMaps/tests/xml/maps
copying TransportMaps/tests/xml/maps/TotalOrdIntExpLinearMap_5d.xml -> TransportMaps-2.0b1/TransportMaps/tests/xml/maps
copying TransportMaps/tests/xml/maps/TotalOrdIntExpNonLinearHeadMap_5d.xml -> TransportMaps-2.0b1/TransportMaps/tests/xml/maps
copying TransportMaps/tests/xml/maps/TotalOrdIntExpNonLinearMap_5d.xml -> TransportMaps-2.0b1/TransportMaps/tests/xml/maps
copying TransportMaps/tests/xml/maps/TotalOrdIntExpNonLinearRBFMap_5d.xml -> TransportMaps-2.0b1/TransportMaps/tests/xml/maps
copying TransportMaps/tests/xml/maps/TotalOrdIntExpTriDiagonalMap_5d.xml -> TransportMaps-2.0b1/TransportMaps/tests/xml/maps
copying TransportMaps/tests/xml/maps/TotalOrdIntSqLinearMap_5d.xml -> TransportMaps-2.0b1/TransportMaps/tests/xml/maps
copying TransportMaps/tests/xml/maps/TotalOrdIntSqNonLinearHeadMap_5d.xml -> TransportMaps-2.0b1/TransportMaps/tests/xml/maps
copying TransportMaps/tests/xml/maps/TotalOrdMonotLinearSpanLinearMap_5d.xml -> TransportMaps-2.0b1/TransportMaps/tests/xml/maps
copying scripts/tmap-adaptivity-postprocess -> TransportMaps-2.0b1/scripts
copying scripts/tmap-laplace -> TransportMaps-2.0b1/scripts
copying scripts/tmap-load-dill -> TransportMaps-2.0b1/scripts
copying scripts/tmap-max-likelihood -> TransportMaps-2.0b1/scripts
copying scripts/tmap-postprocess -> TransportMaps-2.0b1/scripts
copying scripts/tmap-sequential-postprocess -> TransportMaps-2.0b1/scripts
copying scripts/tmap-sequential-tm -> TransportMaps-2.0b1/scripts
copying scripts/tmap-tm -> TransportMaps-2.0b1/scripts
Writing TransportMaps-2.0b1/setup.cfg
Creating tar archive
removing 'TransportMaps-2.0b1' (and everything under it)
+ cd tmp_sdist
+ echo Installing
Installing
++ ls
+ INSTALLER=TransportMaps-2.0b1.tar.gz
+ PIP_FLAGS=--no-cache-dir
+ CC=clang
+ MPI=True
+ H5PY=True
+ python /jenkins/workspace/TransportMaps-private-develop-mpi/COMPILER/clang/MACHINE/reynolds/PYTHON_EXE/python2/VENV_SYS/virtualenv/venv_TransportMaps-private-develop-mpi_python2/bin/pip install --upgrade TransportMaps-2.0b1.tar.gz
Processing ./TransportMaps-2.0b1.tar.gz
Requirement not upgraded as not directly required: numpy>=1.14 in /jenkins/workspace/TransportMaps-private-develop-mpi/COMPILER/clang/MACHINE/reynolds/PYTHON_EXE/python2/VENV_SYS/virtualenv/venv_TransportMaps-private-develop-mpi_python2/lib/python2.7/site-packages (from TransportMaps==2.0b1) (1.14.3)
Collecting orthpol_light>=1.0.1 (from TransportMaps==2.0b1)
  Using cached https://files.pythonhosted.org/packages/0c/93/7a8d45bd2865757014c9910ca0a05962c879a2ca3a33498e347bda341df2/orthpol_light-1.0.1.tar.gz
Collecting scipy (from TransportMaps==2.0b1)
  Using cached https://files.pythonhosted.org/packages/9c/0b/5deb712a9ea5bb0a1de837d04ef7625c5f3ee44efe7ed0765ceda681d7f1/scipy-1.0.1-cp27-cp27mu-manylinux1_x86_64.whl
Collecting SpectralToolbox>=1.0.7 (from TransportMaps==2.0b1)
  Using cached https://files.pythonhosted.org/packages/43/c9/b121bc295d9adec0076e0f742deb123263a432ad5acffad5c1e440b8aaa7/SpectralToolbox-1.0.9.tar.gz
Collecting dill (from TransportMaps==2.0b1)
  Using cached https://files.pythonhosted.org/packages/91/a0/19d4d31dee064fc553ae01263b5c55e7fb93daff03a69debbedee647c5a0/dill-0.2.7.1.tar.gz
Collecting scikit-sparse (from TransportMaps==2.0b1)
  Using cached https://files.pythonhosted.org/packages/da/e2/3c76dee0d71f4bdc3d0eddf47ad113ad22e5abf95e7524ce81f4f4782ca0/scikit-sparse-0.4.3.tar.gz
Collecting mpi4py (from TransportMaps==2.0b1)
  Using cached https://files.pythonhosted.org/packages/31/27/1288918ac230cc9abc0da17d84d66f3db477757d90b3d6b070d709391a15/mpi4py-3.0.0.tar.gz
Collecting h5py (from TransportMaps==2.0b1)
  Downloading https://files.pythonhosted.org/packages/24/9e/d68bd01058e748bd5e7c3c6368d1703b4cd882b669e5d993a0237c75af5a/h5py-2.7.1-cp27-cp27mu-manylinux1_x86_64.whl (4.8MB)
Collecting mpi_map>=2.0 (from TransportMaps==2.0b1)
  Downloading https://files.pythonhosted.org/packages/9a/d4/201fbca66b6f093dc0bb349eb09444087875cd675a401bfcac9b137f95e1/mpi_map-2.4.tar.gz
Collecting six (from h5py->TransportMaps==2.0b1)
  Using cached https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
Building wheels for collected packages: TransportMaps, orthpol-light, SpectralToolbox, dill, scikit-sparse, mpi4py, mpi-map
  Running setup.py bdist_wheel for TransportMaps: started
  Running setup.py bdist_wheel for TransportMaps: finished with status 'done'
  Stored in directory: /home/jenkins/.cache/pip/wheels/e0/d5/8d/f32b5db82600de21cabaabf6b4984f56fa9653431989c015ce
  Running setup.py bdist_wheel for orthpol-light: started
  Running setup.py bdist_wheel for orthpol-light: finished with status 'done'
  Stored in directory: /home/jenkins/.cache/pip/wheels/08/d1/78/bb76eed0589a31eaf4d7f62b3a53ab79c6d4619d99dcf96c0b
  Running setup.py bdist_wheel for SpectralToolbox: started
  Running setup.py bdist_wheel for SpectralToolbox: finished with status 'error'
  Complete output from command /jenkins/workspace/TransportMaps-private-develop-mpi/COMPILER/clang/MACHINE/reynolds/PYTHON_EXE/python2/VENV_SYS/virtualenv/venv_TransportMaps-private-develop-mpi_python2/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-lfYAv5/SpectralToolbox/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-4WZb4i --python-tag cp27:
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-2.7
  creating build/lib.linux-x86_64-2.7/SpectralToolbox
  copying SpectralToolbox/Stroud.py -> build/lib.linux-x86_64-2.7/SpectralToolbox
  copying SpectralToolbox/_version.py -> build/lib.linux-x86_64-2.7/SpectralToolbox
  copying SpectralToolbox/SparseGrids.py -> build/lib.linux-x86_64-2.7/SpectralToolbox
  copying SpectralToolbox/__init__.py -> build/lib.linux-x86_64-2.7/SpectralToolbox
  copying SpectralToolbox/Misc.py -> build/lib.linux-x86_64-2.7/SpectralToolbox
  copying SpectralToolbox/HeterogeneousSparseGrids.py -> build/lib.linux-x86_64-2.7/SpectralToolbox
  copying SpectralToolbox/SpectralND.py -> build/lib.linux-x86_64-2.7/SpectralToolbox
  creating build/lib.linux-x86_64-2.7/SpectralToolbox/tests
  copying SpectralToolbox/tests/test_squared_orth.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/tests
  copying SpectralToolbox/tests/__init__.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/tests
  copying SpectralToolbox/tests/test_all.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/tests
  copying SpectralToolbox/tests/test_spectral1d.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/tests
  copying SpectralToolbox/tests/plot_integrated_squared.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/tests
  creating build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
  copying SpectralToolbox/Spectral1D/AlgebraicPolynomials.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
  copying SpectralToolbox/Spectral1D/LagrangePolynomials.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
  copying SpectralToolbox/Spectral1D/NonOrthogonalBasis.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
  copying SpectralToolbox/Spectral1D/__init__.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
  copying SpectralToolbox/Spectral1D/LinearInterpolation.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
  copying SpectralToolbox/Spectral1D/OrthogonalFunctions.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
  copying SpectralToolbox/Spectral1D/Constants.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
  copying SpectralToolbox/Spectral1D/OldInterface.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
  copying SpectralToolbox/Spectral1D/AbstractClasses.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
  copying SpectralToolbox/Spectral1D/auxiliary.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
  copying SpectralToolbox/Spectral1D/OrthogonalPolynomials.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
  running egg_info
  writing requirements to SpectralToolbox.egg-info/requires.txt
  writing SpectralToolbox.egg-info/PKG-INFO
  writing top-level names to SpectralToolbox.egg-info/top_level.txt
  writing dependency_links to SpectralToolbox.egg-info/dependency_links.txt
  reading manifest file 'SpectralToolbox.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  warning: no previously-included files found matching '.hgignore'
  writing manifest file 'SpectralToolbox.egg-info/SOURCES.txt'
  creating build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D/XML
  creating build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D/XML/schema
  copying SpectralToolbox/Spectral1D/XML/schema/basis.xsd -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D/XML/schema
  running build_ext
  building 'polymod' extension
  creating build/temp.linux-x86_64-2.7
  creating build/temp.linux-x86_64-2.7/src
  clang -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/jenkins/workspace/TransportMaps-private-develop-mpi/COMPILER/clang/MACHINE/reynolds/PYTHON_EXE/python2/VENV_SYS/virtualenv/venv_TransportMaps-private-develop-mpi_python2/local/lib/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -c src/tools.cpp -o build/temp.linux-x86_64-2.7/src/tools.o -O3
  In file included from src/tools.cpp:31:
  In file included from /usr/include/python2.7/Python.h:42:
  In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/stdlib.h:36:
  In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/cstdlib:77:
  /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/std_abs.h:101:3: error: unknown type name '__float128'
    __float128
    ^
  /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/std_abs.h:102:7: error: unknown type name '__float128'
    abs(__float128 __x)
        ^
  2 errors generated.
  error: command 'clang' failed with exit status 1
  
  ----------------------------------------
  Failed building wheel for SpectralToolbox
  Running setup.py clean for SpectralToolbox
  Running setup.py bdist_wheel for dill: started
  Running setup.py bdist_wheel for dill: finished with status 'done'
  Stored in directory: /home/jenkins/.cache/pip/wheels/99/c4/ed/1b64d2d5809e60d5a3685530432f6159d6a9959739facb61f2
  Running setup.py bdist_wheel for scikit-sparse: started
  Running setup.py bdist_wheel for scikit-sparse: finished with status 'done'
  Stored in directory: /home/jenkins/.cache/pip/wheels/9c/6e/7e/31924741461b01902d681a864f2b0c53098b7d5f620df0712e
  Running setup.py bdist_wheel for mpi4py: started
  Running setup.py bdist_wheel for mpi4py: finished with status 'done'
  Stored in directory: /home/jenkins/.cache/pip/wheels/23/03/c5/30289417f1428c692651e046174b64ac871a377df227802bf6
  Running setup.py bdist_wheel for mpi-map: started
  Running setup.py bdist_wheel for mpi-map: finished with status 'done'
  Stored in directory: /home/jenkins/.cache/pip/wheels/78/41/ee/0b8b39949a9e9c9fdb91aee0c45e5937daf9f87bd9a6e71783
Successfully built TransportMaps orthpol-light dill scikit-sparse mpi4py mpi-map
Failed to build SpectralToolbox
Installing collected packages: orthpol-light, scipy, SpectralToolbox, dill, scikit-sparse, mpi4py, six, h5py, mpi-map, TransportMaps
  Running setup.py install for SpectralToolbox: started
    Running setup.py install for SpectralToolbox: finished with status 'error'
    Complete output from command /jenkins/workspace/TransportMaps-private-develop-mpi/COMPILER/clang/MACHINE/reynolds/PYTHON_EXE/python2/VENV_SYS/virtualenv/venv_TransportMaps-private-develop-mpi_python2/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-lfYAv5/SpectralToolbox/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-0sf27f/install-record.txt --single-version-externally-managed --compile --install-headers /jenkins/workspace/TransportMaps-private-develop-mpi/COMPILER/clang/MACHINE/reynolds/PYTHON_EXE/python2/VENV_SYS/virtualenv/venv_TransportMaps-private-develop-mpi_python2/include/site/python2.7/SpectralToolbox:
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-x86_64-2.7
    creating build/lib.linux-x86_64-2.7/SpectralToolbox
    copying SpectralToolbox/Stroud.py -> build/lib.linux-x86_64-2.7/SpectralToolbox
    copying SpectralToolbox/_version.py -> build/lib.linux-x86_64-2.7/SpectralToolbox
    copying SpectralToolbox/SparseGrids.py -> build/lib.linux-x86_64-2.7/SpectralToolbox
    copying SpectralToolbox/__init__.py -> build/lib.linux-x86_64-2.7/SpectralToolbox
    copying SpectralToolbox/Misc.py -> build/lib.linux-x86_64-2.7/SpectralToolbox
    copying SpectralToolbox/HeterogeneousSparseGrids.py -> build/lib.linux-x86_64-2.7/SpectralToolbox
    copying SpectralToolbox/SpectralND.py -> build/lib.linux-x86_64-2.7/SpectralToolbox
    creating build/lib.linux-x86_64-2.7/SpectralToolbox/tests
    copying SpectralToolbox/tests/test_squared_orth.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/tests
    copying SpectralToolbox/tests/__init__.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/tests
    copying SpectralToolbox/tests/test_all.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/tests
    copying SpectralToolbox/tests/test_spectral1d.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/tests
    copying SpectralToolbox/tests/plot_integrated_squared.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/tests
    creating build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
    copying SpectralToolbox/Spectral1D/AlgebraicPolynomials.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
    copying SpectralToolbox/Spectral1D/LagrangePolynomials.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
    copying SpectralToolbox/Spectral1D/NonOrthogonalBasis.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
    copying SpectralToolbox/Spectral1D/__init__.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
    copying SpectralToolbox/Spectral1D/LinearInterpolation.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
    copying SpectralToolbox/Spectral1D/OrthogonalFunctions.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
    copying SpectralToolbox/Spectral1D/Constants.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
    copying SpectralToolbox/Spectral1D/OldInterface.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
    copying SpectralToolbox/Spectral1D/AbstractClasses.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
    copying SpectralToolbox/Spectral1D/auxiliary.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
    copying SpectralToolbox/Spectral1D/OrthogonalPolynomials.py -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D
    running egg_info
    writing requirements to SpectralToolbox.egg-info/requires.txt
    writing SpectralToolbox.egg-info/PKG-INFO
    writing top-level names to SpectralToolbox.egg-info/top_level.txt
    writing dependency_links to SpectralToolbox.egg-info/dependency_links.txt
    reading manifest file 'SpectralToolbox.egg-info/SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    warning: no previously-included files found matching '.hgignore'
    writing manifest file 'SpectralToolbox.egg-info/SOURCES.txt'
    creating build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D/XML
    creating build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D/XML/schema
    copying SpectralToolbox/Spectral1D/XML/schema/basis.xsd -> build/lib.linux-x86_64-2.7/SpectralToolbox/Spectral1D/XML/schema
    running build_ext
    building 'polymod' extension
    creating build/temp.linux-x86_64-2.7
    creating build/temp.linux-x86_64-2.7/src
    clang -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/jenkins/workspace/TransportMaps-private-develop-mpi/COMPILER/clang/MACHINE/reynolds/PYTHON_EXE/python2/VENV_SYS/virtualenv/venv_TransportMaps-private-develop-mpi_python2/local/lib/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -c src/tools.cpp -o build/temp.linux-x86_64-2.7/src/tools.o -O3
    In file included from src/tools.cpp:31:
    In file included from /usr/include/python2.7/Python.h:42:
    In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/stdlib.h:36:
    In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/cstdlib:77:
    /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/std_abs.h:101:3: error: unknown type name '__float128'
      __float128
      ^
    /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/std_abs.h:102:7: error: unknown type name '__float128'
      abs(__float128 __x)
          ^
    2 errors generated.
    error: command 'clang' failed with exit status 1
    
    ----------------------------------------
Command "/jenkins/workspace/TransportMaps-private-develop-mpi/COMPILER/clang/MACHINE/reynolds/PYTHON_EXE/python2/VENV_SYS/virtualenv/venv_TransportMaps-private-develop-mpi_python2/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-lfYAv5/SpectralToolbox/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-0sf27f/install-record.txt --single-version-externally-managed --compile --install-headers /jenkins/workspace/TransportMaps-private-develop-mpi/COMPILER/clang/MACHINE/reynolds/PYTHON_EXE/python2/VENV_SYS/virtualenv/venv_TransportMaps-private-develop-mpi_python2/include/site/python2.7/SpectralToolbox" failed with error code 1 in /tmp/pip-install-lfYAv5/SpectralToolbox/
Build step 'Execute shell' marked build as failure
[WS-CLEANUP] Deleting project workspace...[WS-CLEANUP] Skipped based on build state FAILURE
Finished: FAILURE