Started by GitHub push by larour Running as SYSTEM Building remotely on Debian_12-VM (debian linux) in workspace /home/jenkins/workspace/Debian_Linux-Solid_Earth The recommended git tool is: NONE using credential 3c85c82b-fb35-4fea-b703-0aa4f155f9c7 > git rev-parse --resolve-git-dir /home/jenkins/workspace/Debian_Linux-Solid_Earth/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:ISSMteam/ISSM.git # timeout=10 Fetching upstream changes from git@github.com:ISSMteam/ISSM.git > git --version # timeout=10 > git --version # 'git version 2.39.2' using GIT_SSH to set credentials GitHub Deploy Key - ISSMteam/ISSM - Jenkins Verifying host key using known hosts file > git fetch --tags --force --progress -- git@github.com:ISSMteam/ISSM.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 Checking out Revision 3a0e6aee4de503e1fd8f23f4684f4851d78295a2 (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 3a0e6aee4de503e1fd8f23f4684f4851d78295a2 # timeout=10 Commit message: "CHG: slc coupling not activated in UQ mode. Also, need to be sure to add loads if in Mme or non Mme mass transport." > git rev-list --no-walk 92249851e6ffd9ab167c8a796ebcfdba3d00e288 # timeout=10 [Debian_Linux-Solid_Earth] $ /bin/bash /tmp/jenkins2094965732420243583.sh Cleaning up execution directory ====================================================== Determining installation type ====================================================== List of changed files --------------------- src/c/classes/Dakota/IssmParallelDirectApplicInterface.cpp src/c/classes/Elements/Tria.cpp -- checking for changed externalpackages... no -- checking for reconfiguration... no -- checking for recompilation... yes ====================================================== Skipping autotools ====================================================== ====================================================== Skipping cmake ====================================================== ====================================================== Skipping petsc ====================================================== ====================================================== Skipping gsl ====================================================== ====================================================== Skipping boost ====================================================== ====================================================== Skipping dakota ====================================================== ====================================================== Skipping chaco ====================================================== ====================================================== Skipping curl ====================================================== ====================================================== Skipping hdf5 ====================================================== ====================================================== Skipping netcdf ====================================================== ====================================================== Skipping proj ====================================================== ====================================================== Skipping gdal ====================================================== ====================================================== Skipping gshhg ====================================================== ====================================================== Skipping gmt ====================================================== ====================================================== Skipping gmsh ====================================================== ====================================================== Skipping triangle ====================================================== ====================================================== Skipping m1qn3 ====================================================== ====================================================== Skipping semic ====================================================== ====================================================== Skipping shell2junit ====================================================== ====================================================== Compiling ISSM ====================================================== Making with 8 CPUs make all-recursive make[1]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth' Making all in src make[2]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src' Making all in c make[3]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/c' CXX classes/Elements/libISSMCore_la-Tria.lo CXX classes/Dakota/libISSMCore_la-IssmParallelDirectApplicInterface.lo In file included from /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:16, from /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/ParamResponsePair.hpp:20, from /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/PRPMultiIndex.hpp:19, from /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/ApplicationInterface.hpp:19, from /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/DirectApplicInterface.hpp:19, from ./classes/Elements/.././Dakota/IssmParallelDirectApplicInterface.h:33, from ./classes/Elements/../classes.h:126, from ./classes/Elements/Tria.cpp:16: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/MPIPackBuffer.hpp: In function ‘void Dakota::container_read(ContainerT&, MPIUnpackBuffer&)’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/MPIPackBuffer.hpp:301:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 301 | for (register typename ContainerT::size_type i=0; i<len; ++i) { | ^ In file included from /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:16, from /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/ParamResponsePair.hpp:20, from /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/PRPMultiIndex.hpp:19, from /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/ApplicationInterface.hpp:19, from /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/DirectApplicInterface.hpp:19, from ./classes/Dakota/.././Dakota/IssmParallelDirectApplicInterface.h:33, from ./classes/Dakota/../classes.h:126, from ./classes/Dakota/IssmParallelDirectApplicInterface.cpp:13: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/MPIPackBuffer.hpp: In function ‘void Dakota::container_read(ContainerT&, MPIUnpackBuffer&)’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/MPIPackBuffer.hpp:301:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 301 | for (register typename ContainerT::size_type i=0; i<len; ++i) { | ^ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp: In function ‘void Dakota::array_read(std::istream&, ArrayT&)’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1497:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 1497 | for (register typename ArrayT::size_type i=0; i<len; ++i) | ^ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp: In function ‘void Dakota::array_write(std::ostream&, const ArrayT&)’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1508:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 1508 | for (register typename ArrayT::size_type i=0; i<len; ++i) | ^ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp: In function ‘void Dakota::array_write(std::ostream&, const ArrayT&, const std::vector<std::__cxx11::basic_string<char> >&)’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1554:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 1554 | for (register typename ArrayT::size_type i=0; i<len; ++i) | ^ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp: In function ‘void Dakota::array_write_aprepro(std::ostream&, const ArrayT&, const std::vector<std::__cxx11::basic_string<char> >&)’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1593:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 1593 | for (register typename ArrayT::size_type i=0; i<len; ++i) | ^ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp: In function ‘void Dakota::array_write_annotated(std::ostream&, const ArrayT&, bool)’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1614:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 1614 | for (register typename ArrayT::size_type i=0; i<len; ++i) | ^ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp: In function ‘void Dakota::array_read(std::istream&, ArrayT&)’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1497:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 1497 | for (register typename ArrayT::size_type i=0; i<len; ++i) | ^ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp: In function ‘void Dakota::array_write(std::ostream&, const ArrayT&)’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1508:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 1508 | for (register typename ArrayT::size_type i=0; i<len; ++i) | ^ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp: In function ‘void Dakota::array_write(std::ostream&, const ArrayT&, const std::vector<std::__cxx11::basic_string<char> >&)’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1554:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 1554 | for (register typename ArrayT::size_type i=0; i<len; ++i) | ^ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp: In function ‘void Dakota::array_write_aprepro(std::ostream&, const ArrayT&, const std::vector<std::__cxx11::basic_string<char> >&)’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1593:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 1593 | for (register typename ArrayT::size_type i=0; i<len; ++i) | ^ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp: In function ‘void Dakota::array_write_annotated(std::ostream&, const ArrayT&, bool)’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1614:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 1614 | for (register typename ArrayT::size_type i=0; i<len; ++i) | ^ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp: In instantiation of ‘void Dakota::array_read(std::istream&, ArrayT&) [with ArrayT = std::vector<short int>; std::istream = std::basic_istream<char>]’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/DakotaActiveSet.hpp:210:13: required from here /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1497:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 1497 | for (register typename ArrayT::size_type i=0; i<len; ++i) | ^ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp: In instantiation of ‘void Dakota::array_read(std::istream&, ArrayT&) [with ArrayT = std::vector<long unsigned int>; std::istream = std::basic_istream<char>]’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/DakotaActiveSet.hpp:210:44: required from here /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1497:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp: In instantiation of ‘void Dakota::array_write(std::ostream&, const ArrayT&) [with ArrayT = std::vector<short int>; std::ostream = std::basic_ostream<char>]’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/DakotaActiveSet.hpp:214:14: required from here /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1508:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 1508 | for (register typename ArrayT::size_type i=0; i<len; ++i) | ^ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp: In instantiation of ‘void Dakota::array_write(std::ostream&, const ArrayT&) [with ArrayT = std::vector<long unsigned int>; std::ostream = std::basic_ostream<char>]’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/DakotaActiveSet.hpp:214:45: required from here /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1508:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp: In instantiation of ‘void Dakota::array_write_annotated(std::ostream&, const ArrayT&, bool) [with ArrayT = std::vector<short int>; std::ostream = std::basic_ostream<char>]’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/DakotaActiveSet.hpp:219:24: required from here /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1614:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 1614 | for (register typename ArrayT::size_type i=0; i<len; ++i) | ^ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp: In instantiation of ‘void Dakota::array_write_annotated(std::ostream&, const ArrayT&, bool) [with ArrayT = std::vector<long unsigned int>; std::ostream = std::basic_ostream<char>]’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/DakotaActiveSet.hpp:220:24: required from here /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1614:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp: In instantiation of ‘void Dakota::array_read(std::istream&, ArrayT&) [with ArrayT = std::vector<short int>; std::istream = std::basic_istream<char>]’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/DakotaActiveSet.hpp:210:13: required from here /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1497:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 1497 | for (register typename ArrayT::size_type i=0; i<len; ++i) | ^ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp: In instantiation of ‘void Dakota::array_read(std::istream&, ArrayT&) [with ArrayT = std::vector<long unsigned int>; std::istream = std::basic_istream<char>]’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/DakotaActiveSet.hpp:210:44: required from here /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1497:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp: In instantiation of ‘void Dakota::array_write(std::ostream&, const ArrayT&) [with ArrayT = std::vector<short int>; std::ostream = std::basic_ostream<char>]’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/DakotaActiveSet.hpp:214:14: required from here /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1508:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 1508 | for (register typename ArrayT::size_type i=0; i<len; ++i) | ^ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp: In instantiation of ‘void Dakota::array_write(std::ostream&, const ArrayT&) [with ArrayT = std::vector<long unsigned int>; std::ostream = std::basic_ostream<char>]’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/DakotaActiveSet.hpp:214:45: required from here /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1508:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp: In instantiation of ‘void Dakota::array_write_annotated(std::ostream&, const ArrayT&, bool) [with ArrayT = std::vector<short int>; std::ostream = std::basic_ostream<char>]’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/DakotaActiveSet.hpp:219:24: required from here /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1614:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 1614 | for (register typename ArrayT::size_type i=0; i<len; ++i) | ^ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp: In instantiation of ‘void Dakota::array_write_annotated(std::ostream&, const ArrayT&, bool) [with ArrayT = std::vector<long unsigned int>; std::ostream = std::basic_ostream<char>]’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/DakotaActiveSet.hpp:220:24: required from here /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1614:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/MPIPackBuffer.hpp: In instantiation of ‘void Dakota::container_read(ContainerT&, MPIUnpackBuffer&) [with ContainerT = std::__cxx11::basic_string<char>]’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/MPIPackBuffer.hpp:363:17: required from ‘Dakota::MPIUnpackBuffer& Dakota::operator>>(MPIUnpackBuffer&, ContainerT&) [with ContainerT = std::__cxx11::basic_string<char>]’ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1231:13: required from here /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/MPIPackBuffer.hpp:301:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 301 | for (register typename ContainerT::size_type i=0; i<len; ++i) { | ^ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/MPIPackBuffer.hpp: In instantiation of ‘void Dakota::container_read(ContainerT&, MPIUnpackBuffer&) [with ContainerT = std::vector<short int>]’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/MPIPackBuffer.hpp:363:17: required from ‘Dakota::MPIUnpackBuffer& Dakota::operator>>(MPIUnpackBuffer&, ContainerT&) [with ContainerT = std::vector<short int>]’ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/DakotaActiveSet.hpp:225:8: required from here /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/MPIPackBuffer.hpp:301:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/MPIPackBuffer.hpp: In instantiation of ‘void Dakota::container_read(ContainerT&, MPIUnpackBuffer&) [with ContainerT = std::vector<long unsigned int>]’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/MPIPackBuffer.hpp:363:17: required from ‘Dakota::MPIUnpackBuffer& Dakota::operator>>(MPIUnpackBuffer&, ContainerT&) [with ContainerT = std::vector<long unsigned int>]’ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/DakotaActiveSet.hpp:225:25: required from here /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/MPIPackBuffer.hpp:301:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/MPIPackBuffer.hpp: In instantiation of ‘void Dakota::container_read(ContainerT&, MPIUnpackBuffer&) [with ContainerT = std::__cxx11::basic_string<char>]’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/MPIPackBuffer.hpp:363:17: required from ‘Dakota::MPIUnpackBuffer& Dakota::operator>>(MPIUnpackBuffer&, ContainerT&) [with ContainerT = std::__cxx11::basic_string<char>]’ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/dakota_data_io.hpp:1231:13: required from here /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/MPIPackBuffer.hpp:301:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 301 | for (register typename ContainerT::size_type i=0; i<len; ++i) { | ^ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/MPIPackBuffer.hpp: In instantiation of ‘void Dakota::container_read(ContainerT&, MPIUnpackBuffer&) [with ContainerT = std::vector<short int>]’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/MPIPackBuffer.hpp:363:17: required from ‘Dakota::MPIUnpackBuffer& Dakota::operator>>(MPIUnpackBuffer&, ContainerT&) [with ContainerT = std::vector<short int>]’ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/DakotaActiveSet.hpp:225:8: required from here /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/MPIPackBuffer.hpp:301:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/MPIPackBuffer.hpp: In instantiation of ‘void Dakota::container_read(ContainerT&, MPIUnpackBuffer&) [with ContainerT = std::vector<long unsigned int>]’: /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/MPIPackBuffer.hpp:363:17: required from ‘Dakota::MPIUnpackBuffer& Dakota::operator>>(MPIUnpackBuffer&, ContainerT&) [with ContainerT = std::vector<long unsigned int>]’ /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/DakotaActiveSet.hpp:225:25: required from here /home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/include/MPIPackBuffer.hpp:301:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] CXXLD libISSMCore.la CXXLD libISSMModules.la CXXLD issm_slc.exe CXXLD kriging.exe CXXLD issm.exe CXXLD issm_dakota.exe CXXLD issm_post.exe make[3]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/c' Making all in m make[3]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/m' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/m' Making all in wrappers make[3]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers' Making all in matlab make[4]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab' CXXLD libISSMMatlab.la CXXLD BamgMesher_matlab.la CXXLD ContourToMesh_matlab.la CXXLD BamgTriangulate_matlab.la CXXLD BamgConvertMesh_matlab.la CXXLD ElementConnectivity_matlab.la CXXLD DistanceToMaskBoundary_matlab.la CXXLD ContourToNodes_matlab.la CXXLD ExpSimplify_matlab.la CXXLD ExpToLevelSet_matlab.la CXXLD InterpFromGridToMesh_matlab.la CXXLD InterpFromMesh2d_matlab.la CXXLD InterpFromMeshToGrid_matlab.la CXXLD InterpFromMeshToMesh2d_matlab.la CXXLD InterpFromMeshToMesh3d_matlab.la CXXLD IssmConfig_matlab.la CXXLD M1qn3_matlab.la CXXLD MeshPartition_matlab.la CXXLD MeshProfileIntersection_matlab.la CXXLD NodeConnectivity_matlab.la CXXLD PointCloudFindNeighbors_matlab.la CXXLD ProcessRifts_matlab.la CXXLD PropagateFlagsFromConnectivity_matlab.la CXXLD Scotch_matlab.la CXXLD Triangle_matlab.la CXXLD Chaco_matlab.la CXXLD Kriging_matlab.la CXXLD CoordTransform_matlab.la make[4]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab' Making all in python make[4]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python' CXXLD libISSMPython.la CXXLD BamgMesher_python.la CXXLD BamgConvertMesh_python.la CXXLD BamgTriangulate_python.la CXXLD ContourToMesh_python.la CXXLD ContourToNodes_python.la CXXLD ElementConnectivity_python.la CXXLD InterpFromGridToMesh_python.la CXXLD ExpToLevelSet_python.la CXXLD InterpFromMesh2d_python.la CXXLD InterpFromMeshToMesh2d_python.la CXXLD InterpFromMeshToGrid_python.la CXXLD IssmConfig_python.la CXXLD InterpFromMeshToMesh3d_python.la CXXLD MeshProfileIntersection_python.la CXXLD MeshPartition_python.la CXXLD NodeConnectivity_python.la CXXLD Triangle_python.la CXXLD ProcessRifts_python.la CXXLD Chaco_python.la make[4]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python' make[4]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers' make[3]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers' make[3]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src' make[2]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src' make[2]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth' make[2]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth' make[1]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth' Making install in src make[1]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src' Making install in c make[2]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/c' CXXLD issm.exe CXXLD issm_slc.exe CXXLD kriging.exe CXXLD issm_dakota.exe CXXLD issm_post.exe make[3]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/c' CXXLD issm.exe CXXLD issm_slc.exe CXXLD kriging.exe CXXLD issm_dakota.exe CXXLD issm_post.exe /usr/bin/mkdir -p '/home/jenkins/workspace/Debian_Linux-Solid_Earth/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libISSMCore.la libISSMOverload.la libISSMModules.la '/home/jenkins/workspace/Debian_Linux-Solid_Earth/lib' libtool: install: /usr/bin/install -c .libs/libISSMCore.so /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/libISSMCore.so libtool: install: /usr/bin/install -c .libs/libISSMCore.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/libISSMCore.la libtool: install: /usr/bin/install -c .libs/libISSMOverload.so /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/libISSMOverload.so libtool: install: /usr/bin/install -c .libs/libISSMOverload.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/libISSMOverload.la libtool: warning: relinking 'libISSMModules.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/c; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -avoid-version -o libISSMModules.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ./shared/Threads/libISSMModules_la-LaunchThread.lo ./shared/Threads/libISSMModules_la-PartitionRange.lo ./shared/Exp/libISSMModules_la-exp.lo ./shared/Triangle/libISSMModules_la-AssociateSegmentToElement.lo ./shared/Triangle/libISSMModules_la-GridInsideHole.lo ./shared/Triangle/libISSMModules_la-OrderSegments.lo ./shared/Triangle/libISSMModules_la-SplitMeshForRifts.lo ./shared/Triangle/libISSMModules_la-TriangleUtils.lo ./modules/Trianglex/libISSMModules_la-Trianglex.lo ./modules/ProcessRiftsx/libISSMModules_la-ProcessRiftsx.lo ./modules/PointCloudFindNeighborsx/libISSMModules_la-PointCloudFindNeighborsx.lo ./modules/PointCloudFindNeighborsx/libISSMModules_la-PointCloudFindNeighborsxt.lo ./modules/InterpFromGridToMeshx/libISSMModules_la-InterpFromGridToMeshx.lo ./modules/InterpFromMesh2dx/libISSMModules_la-InterpFromMesh2dx.lo ./modules/InterpFromMesh2dx/libISSMModules_la-InterpFromMesh2dxt.lo ./modules/InterpFromMeshToMesh3dx/libISSMModules_la-InterpFromMeshToMesh3dx.lo ./modules/InterpFromMeshToGridx/libISSMModules_la-InterpFromMeshToGridx.lo ./modules/MeshProfileIntersectionx/libISSMModules_la-MeshProfileIntersectionx.lo ./modules/ContourToMeshx/libISSMModules_la-ContourToMeshx.lo ./modules/ContourToMeshx/libISSMModules_la-ContourToMeshxt.lo ./modules/ExpToLevelSetx/libISSMModules_la-ExpToLevelSetx.lo ./modules/ExpToLevelSetx/libISSMModules_la-ExpToLevelSetxt.lo ./modules/ContourToNodesx/libISSMModules_la-ContourToNodesx.lo ./modules/DistanceToMaskBoundaryx/libISSMModules_la-DistanceToMaskBoundaryx.lo ./modules/DistanceToMaskBoundaryx/libISSMModules_la-DistanceToMaskBoundaryxt.lo ./modules/NodeConnectivityx/libISSMModules_la-NodeConnectivityx.lo ./modules/ElementConnectivityx/libISSMModules_la-ElementConnectivityx.lo ./modules/PropagateFlagsFromConnectivityx/libISSMModules_la-PropagateFlagsFromConnectivityx.lo ./modules/Chacox/libISSMModules_la-Chacox.lo ./modules/Chacox/libISSMModules_la-input_parse.lo ./modules/Chacox/libISSMModules_la-chaco_seconds.lo ./modules/Chacox/libISSMModules_la-user_params.lo ./modules/Krigingx/libISSMModules_la-Krigingx.lo ./modules/Krigingx/libISSMModules_la-pKrigingx.lo ./libISSMCore.la -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/triangle/install/lib -ltriangle -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/chaco/install/lib -lchacominusblas -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/petsc/install/lib -lflapack -lfblas ) libtool: install: /usr/bin/install -c .libs/libISSMModules.soT /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/libISSMModules.so libtool: install: /usr/bin/install -c .libs/libISSMModules.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/libISSMModules.la libtool: finish: PATH="/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/gmsh/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/gmt/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/gdal/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/netcdf/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/petsc/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/cmake/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/autotools/install/bin:/home/jenkins/.venv/issm/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/home/jenkins/workspace/Debian_Linux-Solid_Earth/aux-config:/home/jenkins/workspace/Debian_Linux-Solid_Earth/scripts:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/curl/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/proj/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dyson/:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/shell2junit/install:/sbin" ldconfig -n /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /usr/bin/mkdir -p '/home/jenkins/workspace/Debian_Linux-Solid_Earth/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c issm.exe issm_slc.exe kriging.exe issm_dakota.exe issm_post.exe '/home/jenkins/workspace/Debian_Linux-Solid_Earth/bin' libtool: install: /usr/bin/install -c .libs/issm.exe /home/jenkins/workspace/Debian_Linux-Solid_Earth/bin/issm.exe libtool: install: /usr/bin/install -c .libs/issm_slc.exe /home/jenkins/workspace/Debian_Linux-Solid_Earth/bin/issm_slc.exe libtool: install: /usr/bin/install -c .libs/kriging.exe /home/jenkins/workspace/Debian_Linux-Solid_Earth/bin/kriging.exe libtool: install: /usr/bin/install -c .libs/issm_dakota.exe /home/jenkins/workspace/Debian_Linux-Solid_Earth/bin/issm_dakota.exe libtool: install: /usr/bin/install -c .libs/issm_post.exe /home/jenkins/workspace/Debian_Linux-Solid_Earth/bin/issm_post.exe make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/c' make[2]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/c' Making install in m make[2]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/m' make[3]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/m' /usr/bin/mkdir -p '/home/jenkins/workspace/Debian_Linux-Solid_Earth/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/m' make[2]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/m' Making install in wrappers make[2]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers' Making install in matlab make[3]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab' make[4]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab' /usr/bin/mkdir -p '/home/jenkins/workspace/Debian_Linux-Solid_Earth/lib' /bin/bash ../../../libtool --mode=install /usr/bin/install -c libISSMMatlab.la libISSMApi_matlab.la BamgConvertMesh_matlab.la BamgMesher_matlab.la BamgTriangulate_matlab.la ContourToMesh_matlab.la ContourToNodes_matlab.la DistanceToMaskBoundary_matlab.la ElementConnectivity_matlab.la ExpSimplify_matlab.la ExpToLevelSet_matlab.la InterpFromGridToMesh_matlab.la InterpFromMesh2d_matlab.la InterpFromMeshToGrid_matlab.la InterpFromMeshToMesh2d_matlab.la InterpFromMeshToMesh3d_matlab.la IssmConfig_matlab.la M1qn3_matlab.la MeshPartition_matlab.la MeshProfileIntersection_matlab.la NodeConnectivity_matlab.la PointCloudFindNeighbors_matlab.la ProcessRifts_matlab.la PropagateFlagsFromConnectivity_matlab.la Scotch_matlab.la Triangle_matlab.la Chaco_matlab.la Kriging_matlab.la CoordTransform_matlab.la '/home/jenkins/workspace/Debian_Linux-Solid_Earth/lib' libtool: warning: relinking 'libISSMMatlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -avoid-version -o libISSMMatlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ./io/libISSMMatlab_la-CheckNumMatlabArguments.lo ./io/libISSMMatlab_la-FetchMatlabData.lo ./io/libISSMMatlab_la-WriteMatlabData.lo ./../../c/libISSMCore.la ./../../c/libISSMModules.la -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/petsc/install/lib -lpetsc -ldl -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/petsc/install/lib -ldmumps -lcmumps -lmumps_common -lpord -lzmumps -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/petsc/install/lib -lscalapack -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/petsc/install/lib -lflapack -lfblas -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/petsc/install/lib -lparmetis -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/petsc/install/lib -lmetis -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/hdf5/install/lib -lhdf5 -lhdf5_hl -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/gsl/install/lib -lgsl -lgslcblas -lm -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/libISSMMatlab.soT /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/libISSMMatlab.so libtool: install: /usr/bin/install -c .libs/libISSMMatlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/libISSMMatlab.la libtool: install: /usr/bin/install -c .libs/libISSMApi_matlab.so /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/libISSMApi_matlab.so libtool: install: /usr/bin/install -c .libs/libISSMApi_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/libISSMApi_matlab.la libtool: warning: relinking 'BamgConvertMesh_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o BamgConvertMesh_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../BamgConvertMesh/BamgConvertMesh_matlab_la-BamgConvertMesh.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/BamgConvertMesh_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/BamgConvertMesh_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/BamgConvertMesh_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/BamgConvertMesh_matlab.la libtool: warning: relinking 'BamgMesher_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o BamgMesher_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../BamgMesher/BamgMesher_matlab_la-BamgMesher.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/BamgMesher_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/BamgMesher_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/BamgMesher_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/BamgMesher_matlab.la libtool: warning: relinking 'BamgTriangulate_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o BamgTriangulate_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../BamgTriangulate/BamgTriangulate_matlab_la-BamgTriangulate.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/BamgTriangulate_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/BamgTriangulate_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/BamgTriangulate_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/BamgTriangulate_matlab.la libtool: warning: relinking 'ContourToMesh_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o ContourToMesh_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../ContourToMesh/ContourToMesh_matlab_la-ContourToMesh.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/ContourToMesh_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/ContourToMesh_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/ContourToMesh_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/ContourToMesh_matlab.la libtool: warning: relinking 'ContourToNodes_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o ContourToNodes_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../ContourToNodes/ContourToNodes_matlab_la-ContourToNodes.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/ContourToNodes_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/ContourToNodes_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/ContourToNodes_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/ContourToNodes_matlab.la libtool: warning: relinking 'DistanceToMaskBoundary_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o DistanceToMaskBoundary_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../DistanceToMaskBoundary/DistanceToMaskBoundary_matlab_la-DistanceToMaskBoundary.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/DistanceToMaskBoundary_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/DistanceToMaskBoundary_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/DistanceToMaskBoundary_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/DistanceToMaskBoundary_matlab.la libtool: warning: relinking 'ElementConnectivity_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o ElementConnectivity_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../ElementConnectivity/ElementConnectivity_matlab_la-ElementConnectivity.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/ElementConnectivity_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/ElementConnectivity_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/ElementConnectivity_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/ElementConnectivity_matlab.la libtool: warning: relinking 'ExpSimplify_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o ExpSimplify_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../ExpSimplify/ExpSimplify_matlab_la-ExpSimplify.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/ExpSimplify_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/ExpSimplify_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/ExpSimplify_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/ExpSimplify_matlab.la libtool: warning: relinking 'ExpToLevelSet_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o ExpToLevelSet_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../ExpToLevelSet/ExpToLevelSet_matlab_la-ExpToLevelSet.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/ExpToLevelSet_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/ExpToLevelSet_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/ExpToLevelSet_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/ExpToLevelSet_matlab.la libtool: warning: relinking 'InterpFromGridToMesh_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o InterpFromGridToMesh_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../InterpFromGridToMesh/InterpFromGridToMesh_matlab_la-InterpFromGridToMesh.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/InterpFromGridToMesh_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/InterpFromGridToMesh_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/InterpFromGridToMesh_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/InterpFromGridToMesh_matlab.la libtool: warning: relinking 'InterpFromMesh2d_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o InterpFromMesh2d_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../InterpFromMesh2d/InterpFromMesh2d_matlab_la-InterpFromMesh2d.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/InterpFromMesh2d_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/InterpFromMesh2d_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/InterpFromMesh2d_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/InterpFromMesh2d_matlab.la libtool: warning: relinking 'InterpFromMeshToGrid_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o InterpFromMeshToGrid_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../InterpFromMeshToGrid/InterpFromMeshToGrid_matlab_la-InterpFromMeshToGrid.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/InterpFromMeshToGrid_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/InterpFromMeshToGrid_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/InterpFromMeshToGrid_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/InterpFromMeshToGrid_matlab.la libtool: warning: relinking 'InterpFromMeshToMesh2d_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o InterpFromMeshToMesh2d_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d_matlab_la-InterpFromMeshToMesh2d.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/InterpFromMeshToMesh2d_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/InterpFromMeshToMesh2d_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/InterpFromMeshToMesh2d_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/InterpFromMeshToMesh2d_matlab.la libtool: warning: relinking 'InterpFromMeshToMesh3d_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o InterpFromMeshToMesh3d_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../InterpFromMeshToMesh3d/InterpFromMeshToMesh3d_matlab_la-InterpFromMeshToMesh3d.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/InterpFromMeshToMesh3d_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/InterpFromMeshToMesh3d_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/InterpFromMeshToMesh3d_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/InterpFromMeshToMesh3d_matlab.la libtool: warning: relinking 'IssmConfig_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o IssmConfig_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../IssmConfig/IssmConfig_matlab_la-IssmConfig.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/IssmConfig_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/IssmConfig_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/IssmConfig_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/IssmConfig_matlab.la libtool: warning: relinking 'M1qn3_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o M1qn3_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../M1qn3/M1qn3_matlab_la-M1qn3.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/M1qn3_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/M1qn3_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/M1qn3_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/M1qn3_matlab.la libtool: warning: relinking 'MeshPartition_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o MeshPartition_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../MeshPartition/MeshPartition_matlab_la-MeshPartition.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/MeshPartition_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/MeshPartition_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/MeshPartition_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/MeshPartition_matlab.la libtool: warning: relinking 'MeshProfileIntersection_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o MeshProfileIntersection_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../MeshProfileIntersection/MeshProfileIntersection_matlab_la-MeshProfileIntersection.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/MeshProfileIntersection_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/MeshProfileIntersection_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/MeshProfileIntersection_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/MeshProfileIntersection_matlab.la libtool: warning: relinking 'NodeConnectivity_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o NodeConnectivity_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../NodeConnectivity/NodeConnectivity_matlab_la-NodeConnectivity.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/NodeConnectivity_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/NodeConnectivity_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/NodeConnectivity_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/NodeConnectivity_matlab.la libtool: warning: relinking 'PointCloudFindNeighbors_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o PointCloudFindNeighbors_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../PointCloudFindNeighbors/PointCloudFindNeighbors_matlab_la-PointCloudFindNeighbors.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/PointCloudFindNeighbors_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/PointCloudFindNeighbors_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/PointCloudFindNeighbors_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/PointCloudFindNeighbors_matlab.la libtool: warning: relinking 'ProcessRifts_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o ProcessRifts_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../ProcessRifts/ProcessRifts_matlab_la-ProcessRifts.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/ProcessRifts_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/ProcessRifts_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/ProcessRifts_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/ProcessRifts_matlab.la libtool: warning: relinking 'PropagateFlagsFromConnectivity_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o PropagateFlagsFromConnectivity_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity_matlab_la-PropagateFlagsFromConnectivity.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/PropagateFlagsFromConnectivity_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/PropagateFlagsFromConnectivity_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/PropagateFlagsFromConnectivity_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/PropagateFlagsFromConnectivity_matlab.la libtool: warning: relinking 'Scotch_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o Scotch_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../Scotch/Scotch_matlab_la-Scotch.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/Scotch_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/Scotch_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/Scotch_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/Scotch_matlab.la libtool: warning: relinking 'Triangle_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o Triangle_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../Triangle/Triangle_matlab_la-Triangle.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/triangle/install/lib -ltriangle ) libtool: install: /usr/bin/install -c .libs/Triangle_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/Triangle_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/Triangle_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/Triangle_matlab.la libtool: warning: relinking 'Chaco_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o Chaco_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../Chaco/Chaco_matlab_la-Chaco.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/chaco/install/lib -lchacominusblas ) libtool: install: /usr/bin/install -c .libs/Chaco_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/Chaco_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/Chaco_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/Chaco_matlab.la libtool: warning: relinking 'Kriging_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o Kriging_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../Kriging/Kriging_matlab_la-Kriging.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat ) libtool: install: /usr/bin/install -c .libs/Kriging_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/Kriging_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/Kriging_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/Kriging_matlab.la libtool: warning: relinking 'CoordTransform_matlab.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o CoordTransform_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../CoordTransform/CoordTransform_matlab_la-CoordTransform.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/proj/install/lib -lproj ) libtool: install: /usr/bin/install -c .libs/CoordTransform_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/CoordTransform_matlab.mexa64 libtool: install: /usr/bin/install -c .libs/CoordTransform_matlab.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/CoordTransform_matlab.la libtool: finish: PATH="/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/gmsh/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/gmt/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/gdal/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/netcdf/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/petsc/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/cmake/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/autotools/install/bin:/home/jenkins/.venv/issm/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/home/jenkins/workspace/Debian_Linux-Solid_Earth/aux-config:/home/jenkins/workspace/Debian_Linux-Solid_Earth/scripts:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/curl/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/proj/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dyson/:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/shell2junit/install:/sbin" ldconfig -n /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab' make[3]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/matlab' Making install in python make[3]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python' make[4]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python' /usr/bin/mkdir -p '/home/jenkins/workspace/Debian_Linux-Solid_Earth/lib' /bin/bash ../../../libtool --mode=install /usr/bin/install -c libISSMPython.la libISSMApi_python.la BamgConvertMesh_python.la BamgMesher_python.la BamgTriangulate_python.la ContourToMesh_python.la ContourToNodes_python.la ElementConnectivity_python.la ExpToLevelSet_python.la InterpFromGridToMesh_python.la InterpFromMesh2d_python.la InterpFromMeshToGrid_python.la InterpFromMeshToMesh2d_python.la InterpFromMeshToMesh3d_python.la IssmConfig_python.la MeshPartition_python.la MeshProfileIntersection_python.la NodeConnectivity_python.la Triangle_python.la ProcessRifts_python.la Chaco_python.la '/home/jenkins/workspace/Debian_Linux-Solid_Earth/lib' libtool: warning: relinking 'libISSMPython.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -o libISSMPython.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ./io/libISSMPython_la-CheckNumPythonArguments.lo ./io/libISSMPython_la-FetchPythonData.lo ./io/libISSMPython_la-WritePythonData.lo ./../../c/libISSMCore.la ./../../c/libISSMModules.la -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/petsc/install/lib -lpetsc -ldl -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/petsc/install/lib -ldmumps -lcmumps -lmumps_common -lpord -lzmumps -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/petsc/install/lib -lscalapack -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/petsc/install/lib -lflapack -lfblas -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/petsc/install/lib -lparmetis -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/petsc/install/lib -lmetis -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/hdf5/install/lib -lhdf5 -lhdf5_hl -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/gsl/install/lib -lgsl -lgslcblas -lm ) libtool: install: /usr/bin/install -c .libs/libISSMPython.so.0.0.0T /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/libISSMPython.so.0.0.0 libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib && { ln -s -f libISSMPython.so.0.0.0 libISSMPython.so.0 || { rm -f libISSMPython.so.0 && ln -s libISSMPython.so.0.0.0 libISSMPython.so.0; }; }) libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib && { ln -s -f libISSMPython.so.0.0.0 libISSMPython.so || { rm -f libISSMPython.so && ln -s libISSMPython.so.0.0.0 libISSMPython.so; }; }) libtool: install: /usr/bin/install -c .libs/libISSMPython.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/libISSMPython.la libtool: install: /usr/bin/install -c .libs/libISSMApi_python.so.0.0.0 /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/libISSMApi_python.so.0.0.0 libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib && { ln -s -f libISSMApi_python.so.0.0.0 libISSMApi_python.so.0 || { rm -f libISSMApi_python.so.0 && ln -s libISSMApi_python.so.0.0.0 libISSMApi_python.so.0; }; }) libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib && { ln -s -f libISSMApi_python.so.0.0.0 libISSMApi_python.so || { rm -f libISSMApi_python.so && ln -s libISSMApi_python.so.0.0.0 libISSMApi_python.so; }; }) libtool: install: /usr/bin/install -c .libs/libISSMApi_python.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/libISSMApi_python.la libtool: warning: relinking 'BamgConvertMesh_python.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o BamgConvertMesh_python.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../BamgConvertMesh/BamgConvertMesh_python_la-BamgConvertMesh.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 ) libtool: install: /usr/bin/install -c .libs/BamgConvertMesh_python.soT /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/BamgConvertMesh_python.so libtool: install: /usr/bin/install -c .libs/BamgConvertMesh_python.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/BamgConvertMesh_python.la libtool: warning: relinking 'BamgMesher_python.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o BamgMesher_python.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../BamgMesher/BamgMesher_python_la-BamgMesher.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 ) libtool: install: /usr/bin/install -c .libs/BamgMesher_python.soT /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/BamgMesher_python.so libtool: install: /usr/bin/install -c .libs/BamgMesher_python.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/BamgMesher_python.la libtool: warning: relinking 'BamgTriangulate_python.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o BamgTriangulate_python.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../BamgTriangulate/BamgTriangulate_python_la-BamgTriangulate.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 ) libtool: install: /usr/bin/install -c .libs/BamgTriangulate_python.soT /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/BamgTriangulate_python.so libtool: install: /usr/bin/install -c .libs/BamgTriangulate_python.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/BamgTriangulate_python.la libtool: warning: relinking 'ContourToMesh_python.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o ContourToMesh_python.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../ContourToMesh/ContourToMesh_python_la-ContourToMesh.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 ) libtool: install: /usr/bin/install -c .libs/ContourToMesh_python.soT /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/ContourToMesh_python.so libtool: install: /usr/bin/install -c .libs/ContourToMesh_python.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/ContourToMesh_python.la libtool: warning: relinking 'ContourToNodes_python.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o ContourToNodes_python.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../ContourToNodes/ContourToNodes_python_la-ContourToNodes.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 ) libtool: install: /usr/bin/install -c .libs/ContourToNodes_python.soT /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/ContourToNodes_python.so libtool: install: /usr/bin/install -c .libs/ContourToNodes_python.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/ContourToNodes_python.la libtool: warning: relinking 'ElementConnectivity_python.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o ElementConnectivity_python.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../ElementConnectivity/ElementConnectivity_python_la-ElementConnectivity.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 ) libtool: install: /usr/bin/install -c .libs/ElementConnectivity_python.soT /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/ElementConnectivity_python.so libtool: install: /usr/bin/install -c .libs/ElementConnectivity_python.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/ElementConnectivity_python.la libtool: warning: relinking 'ExpToLevelSet_python.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o ExpToLevelSet_python.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../ExpToLevelSet/ExpToLevelSet_python_la-ExpToLevelSet.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 ) libtool: install: /usr/bin/install -c .libs/ExpToLevelSet_python.soT /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/ExpToLevelSet_python.so libtool: install: /usr/bin/install -c .libs/ExpToLevelSet_python.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/ExpToLevelSet_python.la libtool: warning: relinking 'InterpFromGridToMesh_python.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o InterpFromGridToMesh_python.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../InterpFromGridToMesh/InterpFromGridToMesh_python_la-InterpFromGridToMesh.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 ) libtool: install: /usr/bin/install -c .libs/InterpFromGridToMesh_python.soT /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/InterpFromGridToMesh_python.so libtool: install: /usr/bin/install -c .libs/InterpFromGridToMesh_python.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/InterpFromGridToMesh_python.la libtool: warning: relinking 'InterpFromMesh2d_python.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o InterpFromMesh2d_python.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../InterpFromMesh2d/InterpFromMesh2d_python_la-InterpFromMesh2d.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 ) libtool: install: /usr/bin/install -c .libs/InterpFromMesh2d_python.soT /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/InterpFromMesh2d_python.so libtool: install: /usr/bin/install -c .libs/InterpFromMesh2d_python.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/InterpFromMesh2d_python.la libtool: warning: relinking 'InterpFromMeshToGrid_python.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o InterpFromMeshToGrid_python.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../InterpFromMeshToGrid/InterpFromMeshToGrid_python_la-InterpFromMeshToGrid.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 ) libtool: install: /usr/bin/install -c .libs/InterpFromMeshToGrid_python.soT /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/InterpFromMeshToGrid_python.so libtool: install: /usr/bin/install -c .libs/InterpFromMeshToGrid_python.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/InterpFromMeshToGrid_python.la libtool: warning: relinking 'InterpFromMeshToMesh2d_python.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o InterpFromMeshToMesh2d_python.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d_python_la-InterpFromMeshToMesh2d.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 ) libtool: install: /usr/bin/install -c .libs/InterpFromMeshToMesh2d_python.soT /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/InterpFromMeshToMesh2d_python.so libtool: install: /usr/bin/install -c .libs/InterpFromMeshToMesh2d_python.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/InterpFromMeshToMesh2d_python.la libtool: warning: relinking 'InterpFromMeshToMesh3d_python.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o InterpFromMeshToMesh3d_python.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../InterpFromMeshToMesh3d/InterpFromMeshToMesh3d_python_la-InterpFromMeshToMesh3d.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 ) libtool: install: /usr/bin/install -c .libs/InterpFromMeshToMesh3d_python.soT /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/InterpFromMeshToMesh3d_python.so libtool: install: /usr/bin/install -c .libs/InterpFromMeshToMesh3d_python.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/InterpFromMeshToMesh3d_python.la libtool: warning: relinking 'IssmConfig_python.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o IssmConfig_python.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../IssmConfig/IssmConfig_python_la-IssmConfig.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 ) libtool: install: /usr/bin/install -c .libs/IssmConfig_python.soT /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/IssmConfig_python.so libtool: install: /usr/bin/install -c .libs/IssmConfig_python.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/IssmConfig_python.la libtool: warning: relinking 'MeshPartition_python.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o MeshPartition_python.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../MeshPartition/MeshPartition_python_la-MeshPartition.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 ) libtool: install: /usr/bin/install -c .libs/MeshPartition_python.soT /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/MeshPartition_python.so libtool: install: /usr/bin/install -c .libs/MeshPartition_python.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/MeshPartition_python.la libtool: warning: relinking 'MeshProfileIntersection_python.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o MeshProfileIntersection_python.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../MeshProfileIntersection/MeshProfileIntersection_python_la-MeshProfileIntersection.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 ) libtool: install: /usr/bin/install -c .libs/MeshProfileIntersection_python.soT /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/MeshProfileIntersection_python.so libtool: install: /usr/bin/install -c .libs/MeshProfileIntersection_python.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/MeshProfileIntersection_python.la libtool: warning: relinking 'NodeConnectivity_python.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o NodeConnectivity_python.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../NodeConnectivity/NodeConnectivity_python_la-NodeConnectivity.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 ) libtool: install: /usr/bin/install -c .libs/NodeConnectivity_python.soT /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/NodeConnectivity_python.so libtool: install: /usr/bin/install -c .libs/NodeConnectivity_python.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/NodeConnectivity_python.la libtool: warning: relinking 'Triangle_python.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o Triangle_python.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../Triangle/Triangle_python_la-Triangle.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/triangle/install/lib -ltriangle ) libtool: install: /usr/bin/install -c .libs/Triangle_python.soT /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/Triangle_python.so libtool: install: /usr/bin/install -c .libs/Triangle_python.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/Triangle_python.la libtool: warning: relinking 'ProcessRifts_python.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o ProcessRifts_python.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../ProcessRifts/ProcessRifts_python_la-ProcessRifts.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 ) libtool: install: /usr/bin/install -c .libs/ProcessRifts_python.soT /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/ProcessRifts_python.so libtool: install: /usr/bin/install -c .libs/ProcessRifts_python.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/ProcessRifts_python.la libtool: warning: relinking 'Chaco_python.la' libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Solid_Earth/libtool" --silent --tag CXX --mode=relink g++ -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o Chaco_python.la -rpath /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ../Chaco/Chaco_python_la-Chaco.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 -L/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/chaco/install/lib -lchacominusblas ) libtool: install: /usr/bin/install -c .libs/Chaco_python.soT /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/Chaco_python.so libtool: install: /usr/bin/install -c .libs/Chaco_python.lai /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib/Chaco_python.la libtool: finish: PATH="/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/gmsh/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/gmt/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/gdal/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/netcdf/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/petsc/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/cmake/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/autotools/install/bin:/home/jenkins/.venv/issm/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/home/jenkins/workspace/Debian_Linux-Solid_Earth/aux-config:/home/jenkins/workspace/Debian_Linux-Solid_Earth/scripts:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dakota/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/curl/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/proj/install/bin:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/dyson/:/home/jenkins/workspace/Debian_Linux-Solid_Earth/externalpackages/shell2junit/install:/sbin" ldconfig -n /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/jenkins/workspace/Debian_Linux-Solid_Earth/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python' make[3]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers/python' make[3]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers' make[4]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers' make[3]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers' make[2]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src/wrappers' make[2]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src' make[3]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src' make[2]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src' make[1]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth/src' make[1]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth' make[2]: Entering directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth' make[1]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Solid_Earth' --------------Running Python test for Rank 1--------------------- --------------Running Python test for Rank 1--------------------- Waiting on: 2980591 This is the concatenation phase for rank: python_log1.log +++ Removing old junit reports from: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog/results +++ Running case: MATLAB-2001 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog boundary conditions for stressbalance model: spc set as zero no smb.mass_balance specified: values set as zero no basalforcings.groundedice_melting_rate specified: values set as zero no basalforcings.floatingice_melting_rate specified: values set as zero no dsl.global_average_thermosteric_sea_level specified: transient values set to zero no dsl.sea_surface_height_above_geoid specified: transient values set to zero no dsl.sea_water_pressure_at_sea_floor specified: transient values set to zero no balancethickness.thickening_rate specified: values set as zero model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2001 (line 48) md=solve(md,'Transient'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2001 test name: SquareSheetConstrainedGia2d field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2001 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog boundary conditions for stressbalance model: spc set as zero no smb.mass_balance specified: values set as zero no basalforcings.groundedice_melting_rate specified: values set as zero no basalforcings.floatingice_melting_rate specified: values set as zero no dsl.global_average_thermosteric_sea_level specified: transient values set to zero no dsl.sea_surface_height_above_geoid specified: transient values set to zero no dsl.sea_water_pressure_at_sea_floor specified: transient values set to zero no balancethickness.thickening_rate specified: values set as zero model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2001 (line 48) md=solve(md,'Transient'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2001 test name: SquareSheetConstrainedGia2d field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2002 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2002 (line 104) md=solve(md,'Transient'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2002 test name: EarthSlc field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2002 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2002 (line 104) md=solve(md,'Transient'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2002 test name: EarthSlc field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2003 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2003 (line 90) md=solve(md,'Transient'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2003 test name: EarthSlc_rotationalFeedback field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2003 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2003 (line 90) md=solve(md,'Transient'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2003 test name: EarthSlc_rotationalFeedback field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2005 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2005 (line 106) md=solve(md,'Transient'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2005 test name: Earthslc_time field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2005 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2005 (line 106) md=solve(md,'Transient'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2005 test name: Earthslc_time field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2007 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2007 (line 62) md=solve(md,'Transient'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2007 test name: External_OfflineSolidearthSolution field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2007 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2007 (line 62) md=solve(md,'Transient'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2007 test name: External_OfflineSolidearthSolution field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2008 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2008 (line 94) md=solve(md,'tr'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2008 test name: External_AdditionalSolidearthSolution field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2008 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2008 (line 94) md=solve(md,'tr'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2008 test name: External_AdditionalSolidearthSolution field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2010 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2010 (line 91) md=solve(md,'Transient'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2010 test name: MomentOfIntertia field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2010 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2010 (line 91) md=solve(md,'Transient'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2010 test name: MomentOfIntertia field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2011 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2011 (line 98) md=solve(md,'tr'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2011 test name: SlcBarystatic field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2011 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2011 (line 98) md=solve(md,'tr'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2011 test name: SlcBarystatic field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2013 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2013 (line 92) md=solve(md,'Transient'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2013 test name: EarthSlc_Geometry field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2013 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2013 (line 92) md=solve(md,'Transient'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2013 test name: EarthSlc_Geometry field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2020 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog === Computing "real" spherical harmonics for chosen resolution ==== SH computations : degree 0 (of 60) completed. SH computations : degree 1 (of 60) completed. SH computations : degree 2 (of 60) completed. SH computations : degree 3 (of 60) completed. SH computations : degree 4 (of 60) completed. SH computations : degree 5 (of 60) completed. SH computations : degree 6 (of 60) completed. SH computations : degree 7 (of 60) completed. SH computations : degree 8 (of 60) completed. SH computations : degree 9 (of 60) completed. SH computations : degree 10 (of 60) completed. SH computations : degree 11 (of 60) completed. SH computations : degree 12 (of 60) completed. SH computations : degree 13 (of 60) completed. SH computations : degree 14 (of 60) completed. SH computations : degree 15 (of 60) completed. SH computations : degree 16 (of 60) completed. SH computations : degree 17 (of 60) completed. SH computations : degree 18 (of 60) completed. SH computations : degree 19 (of 60) completed. SH computations : degree 20 (of 60) completed. SH computations : degree 21 (of 60) completed. SH computations : degree 22 (of 60) completed. SH computations : degree 23 (of 60) completed. SH computations : degree 24 (of 60) completed. SH computations : degree 25 (of 60) completed. SH computations : degree 26 (of 60) completed. SH computations : degree 27 (of 60) completed. SH computations : degree 28 (of 60) completed. SH computations : degree 29 (of 60) completed. SH computations : degree 30 (of 60) completed. SH computations : degree 31 (of 60) completed. SH computations : degree 32 (of 60) completed. SH computations : degree 33 (of 60) completed. SH computations : degree 34 (of 60) completed. SH computations : degree 35 (of 60) completed. SH computations : degree 36 (of 60) completed. SH computations : degree 37 (of 60) completed. SH computations : degree 38 (of 60) completed. SH computations : degree 39 (of 60) completed. SH computations : degree 40 (of 60) completed. SH computations : degree 41 (of 60) completed. SH computations : degree 42 (of 60) completed. SH computations : degree 43 (of 60) completed. SH computations : degree 44 (of 60) completed. SH computations : degree 45 (of 60) completed. SH computations : degree 46 (of 60) completed. SH computations : degree 47 (of 60) completed. SH computations : degree 48 (of 60) completed. SH computations : degree 49 (of 60) completed. SH computations : degree 50 (of 60) completed. SH computations : degree 51 (of 60) completed. SH computations : degree 52 (of 60) completed. SH computations : degree 53 (of 60) completed. SH computations : degree 54 (of 60) completed. SH computations : degree 55 (of 60) completed. SH computations : degree 56 (of 60) completed. SH computations : degree 57 (of 60) completed. SH computations : degree 58 (of 60) completed. SH computations : degree 59 (of 60) completed. SH computations : degree 60 (of 60) completed. completed! === Computing SH coefficients for ocean function ================== gmtmask: num vertices 12288 gmtmask: done completed! === Solving WOUT rotational feedbacks ========= iteration # 1 :: difference in norm = 0.11957 iteration # 2 :: difference in norm = 0.0025007 iteration # 3 :: difference in norm = 0.0004088 iteration # 4 :: difference in norm = 6.3542e-05 iteration # 5 :: difference in norm = 1.0397e-05 iteration # 6 :: difference in norm = 1.7779e-06 solution converged! === Solving WITH rotational feedbacks ========= iteration # 1 :: difference in norm = 0.11937 iteration # 2 :: difference in norm = 0.0024814 iteration # 3 :: difference in norm = 0.00040586 iteration # 4 :: difference in norm = 6.3273e-05 iteration # 5 :: difference in norm = 1.0489e-05 iteration # 6 :: difference in norm = 1.8334e-06 solution converged! SUCCESS difference: 2.7e-07 < 3e-07 test id: 2020 test name: SHslc field: Barystatic_no_rotation SUCCESS difference: 4.1e-15 < 1e-13 test id: 2020 test name: SHslc field: rsl_no_rotation SUCCESS difference: 1.6e-15 < 1e-13 test id: 2020 test name: SHslc field: geoid_no_rotation SUCCESS difference: 1.9e-15 < 1e-13 test id: 2020 test name: SHslc field: bed_no_rotation SUCCESS difference: 1.8e-07 < 2e-07 test id: 2020 test name: SHslc field: Barystatic_with_rotation SUCCESS difference: 3.9e-15 < 1e-13 test id: 2020 test name: SHslc field: rsl_with_rotation SUCCESS difference: 1.4e-15 < 1e-13 test id: 2020 test name: SHslc field: geoid_with_rotation SUCCESS difference: 2.1e-15 < 1e-13 test id: 2020 test name: SHslc field: bed_with_rotation +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2020 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog === Computing "real" spherical harmonics for chosen resolution ==== SH computations : degree 0 (of 60) completed. SH computations : degree 1 (of 60) completed. SH computations : degree 2 (of 60) completed. SH computations : degree 3 (of 60) completed. SH computations : degree 4 (of 60) completed. SH computations : degree 5 (of 60) completed. SH computations : degree 6 (of 60) completed. SH computations : degree 7 (of 60) completed. SH computations : degree 8 (of 60) completed. SH computations : degree 9 (of 60) completed. SH computations : degree 10 (of 60) completed. SH computations : degree 11 (of 60) completed. SH computations : degree 12 (of 60) completed. SH computations : degree 13 (of 60) completed. SH computations : degree 14 (of 60) completed. SH computations : degree 15 (of 60) completed. SH computations : degree 16 (of 60) completed. SH computations : degree 17 (of 60) completed. SH computations : degree 18 (of 60) completed. SH computations : degree 19 (of 60) completed. SH computations : degree 20 (of 60) completed. SH computations : degree 21 (of 60) completed. SH computations : degree 22 (of 60) completed. SH computations : degree 23 (of 60) completed. SH computations : degree 24 (of 60) completed. SH computations : degree 25 (of 60) completed. SH computations : degree 26 (of 60) completed. SH computations : degree 27 (of 60) completed. SH computations : degree 28 (of 60) completed. SH computations : degree 29 (of 60) completed. SH computations : degree 30 (of 60) completed. SH computations : degree 31 (of 60) completed. SH computations : degree 32 (of 60) completed. SH computations : degree 33 (of 60) completed. SH computations : degree 34 (of 60) completed. SH computations : degree 35 (of 60) completed. SH computations : degree 36 (of 60) completed. SH computations : degree 37 (of 60) completed. SH computations : degree 38 (of 60) completed. SH computations : degree 39 (of 60) completed. SH computations : degree 40 (of 60) completed. SH computations : degree 41 (of 60) completed. SH computations : degree 42 (of 60) completed. SH computations : degree 43 (of 60) completed. SH computations : degree 44 (of 60) completed. SH computations : degree 45 (of 60) completed. SH computations : degree 46 (of 60) completed. SH computations : degree 47 (of 60) completed. SH computations : degree 48 (of 60) completed. SH computations : degree 49 (of 60) completed. SH computations : degree 50 (of 60) completed. SH computations : degree 51 (of 60) completed. SH computations : degree 52 (of 60) completed. SH computations : degree 53 (of 60) completed. SH computations : degree 54 (of 60) completed. SH computations : degree 55 (of 60) completed. SH computations : degree 56 (of 60) completed. SH computations : degree 57 (of 60) completed. SH computations : degree 58 (of 60) completed. SH computations : degree 59 (of 60) completed. SH computations : degree 60 (of 60) completed. completed! === Computing SH coefficients for ocean function ================== gmtmask: num vertices 12288 gmtmask: done completed! === Solving WOUT rotational feedbacks ========= iteration # 1 :: difference in norm = 0.11957 iteration # 2 :: difference in norm = 0.0025007 iteration # 3 :: difference in norm = 0.0004088 iteration # 4 :: difference in norm = 6.3542e-05 iteration # 5 :: difference in norm = 1.0397e-05 iteration # 6 :: difference in norm = 1.7779e-06 solution converged! === Solving WITH rotational feedbacks ========= iteration # 1 :: difference in norm = 0.11937 iteration # 2 :: difference in norm = 0.0024814 iteration # 3 :: difference in norm = 0.00040586 iteration # 4 :: difference in norm = 6.3273e-05 iteration # 5 :: difference in norm = 1.0489e-05 iteration # 6 :: difference in norm = 1.8334e-06 solution converged! SUCCESS difference: 2.7e-07 < 3e-07 test id: 2020 test name: SHslc field: Barystatic_no_rotation SUCCESS difference: 4.1e-15 < 1e-13 test id: 2020 test name: SHslc field: rsl_no_rotation SUCCESS difference: 1.6e-15 < 1e-13 test id: 2020 test name: SHslc field: geoid_no_rotation SUCCESS difference: 1.9e-15 < 1e-13 test id: 2020 test name: SHslc field: bed_no_rotation SUCCESS difference: 1.8e-07 < 2e-07 test id: 2020 test name: SHslc field: Barystatic_with_rotation SUCCESS difference: 3.9e-15 < 1e-13 test id: 2020 test name: SHslc field: rsl_with_rotation SUCCESS difference: 1.4e-15 < 1e-13 test id: 2020 test name: SHslc field: geoid_with_rotation SUCCESS difference: 2.1e-15 < 1e-13 test id: 2020 test name: SHslc field: bed_with_rotation +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2021 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog Computing Greens functions... 500 of 1286 vertices done! 1000 of 1286 vertices done! gmtmask: num vertices 2568 gmtmask: done Solving sesaw-slc for Rigid Earth WITHOUT rotational feedback... iteration # 1 :: difference in norm = 0.011137 iteration # 2 :: difference in norm = 0.00011489 iteration # 3 :: difference in norm = 3.4553e-06 solution converged! Solving sesaw-slc for Rigid Earth WITH rotational feedback... iteration # 1 :: difference in norm = 0.011693 iteration # 2 :: difference in norm = 0.00012356 iteration # 3 :: difference in norm = 2.9489e-07 solution converged! Solving sesaw-slc for Elastic Earth WITH rotational feedback... iteration # 1 :: difference in norm = 0.012866 iteration # 2 :: difference in norm = 0.00025771 iteration # 3 :: difference in norm = 5.7273e-05 iteration # 4 :: difference in norm = 9.3911e-06 solution converged! Solving sesaw-slc for Elastic Earth WITHOUT rotational feedback... iteration # 1 :: difference in norm = 0.012425 iteration # 2 :: difference in norm = 0.00026672 iteration # 3 :: difference in norm = 5.4626e-05 iteration # 4 :: difference in norm = 8.4046e-06 solution converged! SUCCESS difference: 3.6e-16 < 1e-13 test id: 2021 test name: SESAWslc field: eus_rigid SUCCESS difference: 3.6e-16 < 1e-13 test id: 2021 test name: SESAWslc field: eus_rigid_rot SUCCESS difference: 3.6e-16 < 1e-13 test id: 2021 test name: SESAWslc field: eus_elast SUCCESS difference: 3.6e-16 < 1e-13 test id: 2021 test name: SESAWslc field: eus_elast_rot SUCCESS difference: 3.2e-15 < 1e-13 test id: 2021 test name: SESAWslc field: rsl_rigid SUCCESS difference: 3.4e-15 < 1e-13 test id: 2021 test name: SESAWslc field: rsl_rigid_rot SUCCESS difference: 1e-14 < 1e-13 test id: 2021 test name: SESAWslc field: rsl_elast SUCCESS difference: 1e-14 < 1e-13 test id: 2021 test name: SESAWslc field: rsl_elast_rot +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2021 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog Computing Greens functions... 500 of 1286 vertices done! 1000 of 1286 vertices done! gmtmask: num vertices 2568 gmtmask: done Solving sesaw-slc for Rigid Earth WITHOUT rotational feedback... iteration # 1 :: difference in norm = 0.011137 iteration # 2 :: difference in norm = 0.00011489 iteration # 3 :: difference in norm = 3.4553e-06 solution converged! Solving sesaw-slc for Rigid Earth WITH rotational feedback... iteration # 1 :: difference in norm = 0.011693 iteration # 2 :: difference in norm = 0.00012356 iteration # 3 :: difference in norm = 2.9489e-07 solution converged! Solving sesaw-slc for Elastic Earth WITH rotational feedback... iteration # 1 :: difference in norm = 0.012866 iteration # 2 :: difference in norm = 0.00025771 iteration # 3 :: difference in norm = 5.7273e-05 iteration # 4 :: difference in norm = 9.3911e-06 solution converged! Solving sesaw-slc for Elastic Earth WITHOUT rotational feedback... iteration # 1 :: difference in norm = 0.012425 iteration # 2 :: difference in norm = 0.00026672 iteration # 3 :: difference in norm = 5.4626e-05 iteration # 4 :: difference in norm = 8.4046e-06 solution converged! SUCCESS difference: 3.6e-16 < 1e-13 test id: 2021 test name: SESAWslc field: eus_rigid SUCCESS difference: 3.6e-16 < 1e-13 test id: 2021 test name: SESAWslc field: eus_rigid_rot SUCCESS difference: 3.6e-16 < 1e-13 test id: 2021 test name: SESAWslc field: eus_elast SUCCESS difference: 3.6e-16 < 1e-13 test id: 2021 test name: SESAWslc field: eus_elast_rot SUCCESS difference: 3.2e-15 < 1e-13 test id: 2021 test name: SESAWslc field: rsl_rigid SUCCESS difference: 3.4e-15 < 1e-13 test id: 2021 test name: SESAWslc field: rsl_rigid_rot SUCCESS difference: 1e-14 < 1e-13 test id: 2021 test name: SESAWslc field: rsl_elast SUCCESS difference: 1e-14 < 1e-13 test id: 2021 test name: SESAWslc field: rsl_elast_rot +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2070 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2070 (line 40) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2070 test name: ElasticLoveNumbers field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2070 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2070 (line 40) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2070 test name: ElasticLoveNumbers field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2071 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog Temporal love numbers: Overriding md.love.nfreq and md.love.frequencies checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2071 (line 45) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2071 test name: TemporalLoveNumbers field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2071 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog Temporal love numbers: Overriding md.love.nfreq and md.love.frequencies checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2071 (line 45) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2071 test name: TemporalLoveNumbers field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2072 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog Temporal love numbers: Overriding md.love.nfreq and md.love.frequencies checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2072 (line 43) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2072 test name: ElasticLoveNumbers_HighlyLayeredEarth field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2072 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog Temporal love numbers: Overriding md.love.nfreq and md.love.frequencies checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2072 (line 43) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2072 test name: ElasticLoveNumbers_HighlyLayeredEarth field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2073 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2073 (line 45) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2073 test name: YiSystemDebug field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2073 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2073 (line 45) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2073 test name: YiSystemDebug field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2074 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog Temporal love numbers: Overriding md.love.nfreq and md.love.frequencies checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2074 (line 58) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2074 test name: EBMLoveNumbers field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2074 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog Temporal love numbers: Overriding md.love.nfreq and md.love.frequencies checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2074 (line 58) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2074 test name: EBMLoveNumbers field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2075 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2075 (line 58) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2075 test name: Complex_Lovenumbers field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2075 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2075 (line 58) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2075 test name: Complex_Lovenumbers field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2084 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog Temporal love numbers: Overriding md.love.nfreq and md.love.frequencies checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2084 (line 49) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2084 test name: GiaCaron field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2084 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog Temporal love numbers: Overriding md.love.nfreq and md.love.frequencies checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2084 (line 49) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2084 test name: GiaCaron field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2085 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2085 (line 42) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2085 test name: FourierLoveKernels field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2085 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2085 (line 42) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2085 test name: FourierLoveKernels field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2090 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2090 (line 123) md=solve(md,'tr'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2090 test name: ViscoElasticEarthSlc field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2090 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2090 (line 123) md=solve(md,'tr'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2090 test name: ViscoElasticEarthSlc field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2091 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog Construction of a mesh from a given geometry checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2091 (line 176) md=solve(md,'tr'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2091 test name: ViscoElasticEarthSlc field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2091 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog Construction of a mesh from a given geometry checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2091 (line 176) md=solve(md,'tr'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2091 test name: ViscoElasticEarthSlc field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2092 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog Construction of a mesh from a given geometry checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2092 (line 198) md=solve(md,'tr'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2092 test name: PolarMotion field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2092 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog Construction of a mesh from a given geometry checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2092 (line 198) md=solve(md,'tr'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2092 test name: PolarMotion field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2101 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2101 (line 51) md=solve(md,'Esa'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2101 test name: EarthEsa field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2101 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2101 (line 51) md=solve(md,'Esa'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2101 test name: EarthEsa field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2110 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2110 (line 53) md=solve(md,'Esa'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2110 test name: Esa2Dsurface field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2110 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2110 (line 53) md=solve(md,'Esa'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2110 test name: Esa2Dsurface field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2111 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2111 (line 54) md=solve(md,'Esa'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2111 test name: Esa2Dsurface field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2111 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2111 (line 54) md=solve(md,'Esa'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2111 test name: Esa2Dsurface field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2112 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2112 (line 52) md=solve(md,'Esa'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2112 test name: Esa2Dsurface field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2112 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2112 (line 52) md=solve(md,'Esa'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2112 test name: Esa2Dsurface field: N/A +++ exit code: 0 +++ error: 1 +++ Running case: MATLAB-2113 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2113 (line 53) md=solve(md,'Esa'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2113 test name: Esa2Dsurface field: N/A +++ exit code: 0 +++ error: 0 +++ Running case: MATLAB-2113 +++ working dir: /home/jenkins/workspace/Debian_Linux-Solid_Earth/nightlylog checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2113 (line 53) md=solve(md,'Esa'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2113 test name: Esa2Dsurface field: N/A +++ exit code: 0 +++ error: 1 ----------MATLAB exited in error!---------- < M A T L A B (R) > Copyright 1984-2023 The MathWorks, Inc. R2023b Update 8 (23.2.0.2599560) 64-bit (glnxa64) April 29, 2024 To get started, type doc. For product information, visit www.mathworks.com. ISSM development path correctly loaded ----------------starting:2001----------------------- boundary conditions for stressbalance model: spc set as zero no smb.mass_balance specified: values set as zero no basalforcings.groundedice_melting_rate specified: values set as zero no basalforcings.floatingice_melting_rate specified: values set as zero no dsl.global_average_thermosteric_sea_level specified: transient values set to zero no dsl.sea_surface_height_above_geoid specified: transient values set to zero no dsl.sea_water_pressure_at_sea_floor specified: transient values set to zero no balancethickness.thickening_rate specified: values set as zero model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2001 (line 48) md=solve(md,'Transient'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2001 test name: SquareSheetConstrainedGia2d field: N/A ----------------finished:2001----------------------- ----------------starting:2002----------------------- gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2002 (line 104) md=solve(md,'Transient'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2002 test name: EarthSlc field: N/A ----------------finished:2002----------------------- ----------------starting:2003----------------------- gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2003 (line 90) md=solve(md,'Transient'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2003 test name: EarthSlc_rotationalFeedback field: N/A ----------------finished:2003----------------------- ----------------starting:2005----------------------- gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2005 (line 106) md=solve(md,'Transient'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2005 test name: Earthslc_time field: N/A ----------------finished:2005----------------------- ----------------starting:2007----------------------- gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2007 (line 62) md=solve(md,'Transient'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2007 test name: External_OfflineSolidearthSolution field: N/A ----------------finished:2007----------------------- ----------------starting:2008----------------------- gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2008 (line 94) md=solve(md,'tr'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2008 test name: External_AdditionalSolidearthSolution field: N/A ----------------finished:2008----------------------- ----------------starting:2010----------------------- gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2010 (line 91) md=solve(md,'Transient'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2010 test name: MomentOfIntertia field: N/A ----------------finished:2010----------------------- ----------------starting:2011----------------------- gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2011 (line 98) md=solve(md,'tr'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2011 test name: SlcBarystatic field: N/A ----------------finished:2011----------------------- ----------------starting:2013----------------------- gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2013 (line 92) md=solve(md,'Transient'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2013 test name: EarthSlc_Geometry field: N/A ----------------finished:2013----------------------- ----------------starting:2020----------------------- === Computing "real" spherical harmonics for chosen resolution ==== SH computations : degree 0 (of 60) completed. SH computations : degree 1 (of 60) completed. SH computations : degree 2 (of 60) completed. SH computations : degree 3 (of 60) completed. SH computations : degree 4 (of 60) completed. SH computations : degree 5 (of 60) completed. SH computations : degree 6 (of 60) completed. SH computations : degree 7 (of 60) completed. SH computations : degree 8 (of 60) completed. SH computations : degree 9 (of 60) completed. SH computations : degree 10 (of 60) completed. SH computations : degree 11 (of 60) completed. SH computations : degree 12 (of 60) completed. SH computations : degree 13 (of 60) completed. SH computations : degree 14 (of 60) completed. SH computations : degree 15 (of 60) completed. SH computations : degree 16 (of 60) completed. SH computations : degree 17 (of 60) completed. SH computations : degree 18 (of 60) completed. SH computations : degree 19 (of 60) completed. SH computations : degree 20 (of 60) completed. SH computations : degree 21 (of 60) completed. SH computations : degree 22 (of 60) completed. SH computations : degree 23 (of 60) completed. SH computations : degree 24 (of 60) completed. SH computations : degree 25 (of 60) completed. SH computations : degree 26 (of 60) completed. SH computations : degree 27 (of 60) completed. SH computations : degree 28 (of 60) completed. SH computations : degree 29 (of 60) completed. SH computations : degree 30 (of 60) completed. SH computations : degree 31 (of 60) completed. SH computations : degree 32 (of 60) completed. SH computations : degree 33 (of 60) completed. SH computations : degree 34 (of 60) completed. SH computations : degree 35 (of 60) completed. SH computations : degree 36 (of 60) completed. SH computations : degree 37 (of 60) completed. SH computations : degree 38 (of 60) completed. SH computations : degree 39 (of 60) completed. SH computations : degree 40 (of 60) completed. SH computations : degree 41 (of 60) completed. SH computations : degree 42 (of 60) completed. SH computations : degree 43 (of 60) completed. SH computations : degree 44 (of 60) completed. SH computations : degree 45 (of 60) completed. SH computations : degree 46 (of 60) completed. SH computations : degree 47 (of 60) completed. SH computations : degree 48 (of 60) completed. SH computations : degree 49 (of 60) completed. SH computations : degree 50 (of 60) completed. SH computations : degree 51 (of 60) completed. SH computations : degree 52 (of 60) completed. SH computations : degree 53 (of 60) completed. SH computations : degree 54 (of 60) completed. SH computations : degree 55 (of 60) completed. SH computations : degree 56 (of 60) completed. SH computations : degree 57 (of 60) completed. SH computations : degree 58 (of 60) completed. SH computations : degree 59 (of 60) completed. SH computations : degree 60 (of 60) completed. completed! === Computing SH coefficients for ocean function ================== gmtmask: num vertices 12288 gmtmask: done completed! === Solving WOUT rotational feedbacks ========= iteration # 1 :: difference in norm = 0.11957 iteration # 2 :: difference in norm = 0.0025007 iteration # 3 :: difference in norm = 0.0004088 iteration # 4 :: difference in norm = 6.3542e-05 iteration # 5 :: difference in norm = 1.0397e-05 iteration # 6 :: difference in norm = 1.7779e-06 solution converged! === Solving WITH rotational feedbacks ========= iteration # 1 :: difference in norm = 0.11937 iteration # 2 :: difference in norm = 0.0024814 iteration # 3 :: difference in norm = 0.00040586 iteration # 4 :: difference in norm = 6.3273e-05 iteration # 5 :: difference in norm = 1.0489e-05 iteration # 6 :: difference in norm = 1.8334e-06 solution converged! SUCCESS difference: 2.7e-07 < 3e-07 test id: 2020 test name: SHslc field: Barystatic_no_rotation SUCCESS difference: 4.1e-15 < 1e-13 test id: 2020 test name: SHslc field: rsl_no_rotation SUCCESS difference: 1.6e-15 < 1e-13 test id: 2020 test name: SHslc field: geoid_no_rotation SUCCESS difference: 1.9e-15 < 1e-13 test id: 2020 test name: SHslc field: bed_no_rotation SUCCESS difference: 1.8e-07 < 2e-07 test id: 2020 test name: SHslc field: Barystatic_with_rotation SUCCESS difference: 3.9e-15 < 1e-13 test id: 2020 test name: SHslc field: rsl_with_rotation SUCCESS difference: 1.4e-15 < 1e-13 test id: 2020 test name: SHslc field: geoid_with_rotation SUCCESS difference: 2.1e-15 < 1e-13 test id: 2020 test name: SHslc field: bed_with_rotation ----------------finished:2020----------------------- ----------------starting:2021----------------------- Computing Greens functions... 500 of 1286 vertices done! 1000 of 1286 vertices done! gmtmask: num vertices 2568 gmtmask: done Solving sesaw-slc for Rigid Earth WITHOUT rotational feedback... iteration # 1 :: difference in norm = 0.011137 iteration # 2 :: difference in norm = 0.00011489 iteration # 3 :: difference in norm = 3.4553e-06 solution converged! Solving sesaw-slc for Rigid Earth WITH rotational feedback... iteration # 1 :: difference in norm = 0.011693 iteration # 2 :: difference in norm = 0.00012356 iteration # 3 :: difference in norm = 2.9489e-07 solution converged! Solving sesaw-slc for Elastic Earth WITH rotational feedback... iteration # 1 :: difference in norm = 0.012866 iteration # 2 :: difference in norm = 0.00025771 iteration # 3 :: difference in norm = 5.7273e-05 iteration # 4 :: difference in norm = 9.3911e-06 solution converged! Solving sesaw-slc for Elastic Earth WITHOUT rotational feedback... iteration # 1 :: difference in norm = 0.012425 iteration # 2 :: difference in norm = 0.00026672 iteration # 3 :: difference in norm = 5.4626e-05 iteration # 4 :: difference in norm = 8.4046e-06 solution converged! SUCCESS difference: 3.6e-16 < 1e-13 test id: 2021 test name: SESAWslc field: eus_rigid SUCCESS difference: 3.6e-16 < 1e-13 test id: 2021 test name: SESAWslc field: eus_rigid_rot SUCCESS difference: 3.6e-16 < 1e-13 test id: 2021 test name: SESAWslc field: eus_elast SUCCESS difference: 3.6e-16 < 1e-13 test id: 2021 test name: SESAWslc field: eus_elast_rot SUCCESS difference: 3.2e-15 < 1e-13 test id: 2021 test name: SESAWslc field: rsl_rigid SUCCESS difference: 3.4e-15 < 1e-13 test id: 2021 test name: SESAWslc field: rsl_rigid_rot SUCCESS difference: 1e-14 < 1e-13 test id: 2021 test name: SESAWslc field: rsl_elast SUCCESS difference: 1e-14 < 1e-13 test id: 2021 test name: SESAWslc field: rsl_elast_rot ----------------finished:2021----------------------- ----------------starting:2070----------------------- checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2070 (line 40) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2070 test name: ElasticLoveNumbers field: N/A ----------------finished:2070----------------------- ----------------starting:2071----------------------- Temporal love numbers: Overriding md.love.nfreq and md.love.frequencies checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2071 (line 45) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2071 test name: TemporalLoveNumbers field: N/A ----------------finished:2071----------------------- ----------------starting:2072----------------------- Temporal love numbers: Overriding md.love.nfreq and md.love.frequencies checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2072 (line 43) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2072 test name: ElasticLoveNumbers_HighlyLayeredEarth field: N/A ----------------finished:2072----------------------- ----------------starting:2073----------------------- checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2073 (line 45) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2073 test name: YiSystemDebug field: N/A ----------------finished:2073----------------------- ----------------starting:2074----------------------- Temporal love numbers: Overriding md.love.nfreq and md.love.frequencies checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2074 (line 58) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2074 test name: EBMLoveNumbers field: N/A ----------------finished:2074----------------------- ----------------starting:2075----------------------- checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2075 (line 58) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2075 test name: Complex_Lovenumbers field: N/A ----------------finished:2075----------------------- ----------------starting:2084----------------------- Temporal love numbers: Overriding md.love.nfreq and md.love.frequencies checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2084 (line 49) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2084 test name: GiaCaron field: N/A ----------------finished:2084----------------------- ----------------starting:2085----------------------- checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2085 (line 42) md=solve(md,'lv'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2085 test name: FourierLoveKernels field: N/A ----------------finished:2085----------------------- ----------------starting:2090----------------------- gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2090 (line 123) md=solve(md,'tr'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2090 test name: ViscoElasticEarthSlc field: N/A ----------------finished:2090----------------------- ----------------starting:2091----------------------- Construction of a mesh from a given geometry checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2091 (line 176) md=solve(md,'tr'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2091 test name: ViscoElasticEarthSlc field: N/A ----------------finished:2091----------------------- ----------------starting:2092----------------------- Construction of a mesh from a given geometry checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2092 (line 198) md=solve(md,'tr'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2092 test name: PolarMotion field: N/A ----------------finished:2092----------------------- ----------------starting:2101----------------------- gmtmask: num vertices 1286 gmtmask: done checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2101 (line 51) md=solve(md,'Esa'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2101 test name: EarthEsa field: N/A ----------------finished:2101----------------------- ----------------starting:2110----------------------- checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2110 (line 53) md=solve(md,'Esa'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2110 test name: Esa2Dsurface field: N/A ----------------finished:2110----------------------- ----------------starting:2111----------------------- checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2111 (line 54) md=solve(md,'Esa'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2111 test name: Esa2Dsurface field: N/A ----------------finished:2111----------------------- ----------------starting:2112----------------------- checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2112 (line 52) md=solve(md,'Esa'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2112 test name: Esa2Dsurface field: N/A ----------------finished:2112----------------------- ----------------starting:2113----------------------- checking model consistency model not consistent: field 'mmemasstransport' is not an object Error using ismodelselfconsistent Model not consistent, see messages above Error in solve (line 100) ismodelselfconsistent(md), Error in test2113 (line 53) md=solve(md,'Esa'); Error in run (line 99) evalin('caller', strcat(script, ';')); Error in runme (line 156) run(['test' num2str(id)]); Error in matlab_run1 (line 3) runme('benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2424 2425],'output','nightly','rank',1,'numprocs',1);FAILURE difference: N/A test id: 2113 test name: Esa2Dsurface field: N/A ----------------finished:2113----------------------- MATLABEXITEDCORRECTLY -----------End of matlab_log.log----------- Build step 'Execute shell' marked build as failure Recording test results Finished: FAILURE