Skip to content

Console Output

Skipping 55 KB.. Full Log
Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
Scanning dependencies of target jmutils
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
[ 22%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_portability.c.o
[ 23%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_templates_inst.c.o
[ 24%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_named_ptr.c.o
[ 26%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_callbacks.c.o
[ 26%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_util.c.o
[ 28%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI2/fmi2_enums.c.o
[ 28%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI1/fmi1_enums.c.o
[ 29%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_version.c.o
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
[ 30%] Linking C static library libz.a
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
-- Check for working CXX compiler: /usr/bin/c++ -- works
[ 30%] Built target zlib
-- Detecting CXX compiler ABI info
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
Scanning dependencies of target minizip
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
[ 30%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/miniunz.c.o
[ 31%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/ioapi.c.o
[ 32%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/minizip.c.o
[ 34%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/zip.c.o
[ 34%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/unzip.c.o
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c: In function 'change_file_date':
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:110:13: warning: extra tokens at end of #ifdef directive
 #ifdef unix || __APPLE__
             ^~
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c: In function 'mymkdir':
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:141:11: warning: implicit declaration of function 'mkdir'; did you mean 'mymkdir'? [-Wimplicit-function-declaration]
     ret = mkdir (dirname,0775);
           ^~~~~
           mymkdir
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c: In function 'do_extract_currentfile':
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:341:11: warning: unused variable 'ratio' [-Wunused-variable]
     uLong ratio=0;
           ^~~~~
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c: In function 'do_extract':
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:498:11: warning: unused variable 'fout' [-Wunused-variable]
     FILE* fout=NULL;
           ^~~~
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c: In function 'do_extract_onefile':
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:532:9: warning: unused variable 'err' [-Wunused-variable]
     int err = UNZ_OK;
         ^~~
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/ThirdParty/Minizip/minizip/zip.c: In function 'zip64local_SearchCentralDir':
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/ThirdParty/Minizip/minizip/zip.c:521:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for (i=(int)uReadSize-3; (i--)>0;)
     ^~~
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/ThirdParty/Minizip/minizip/zip.c:529:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
       if (uPosFound!=0)
       ^~
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c:104:13: warning: extra tokens at end of #ifdef directive
 #ifdef unix || __APPLE__
             ^~
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c: In function 'isLargeFile':
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c:242:9: warning: unused variable 'n' [-Wunused-variable]
     int n = FSEEKO_FUNC(pFile, 0, SEEK_END);
         ^
-- Detecting CXX compiler ABI info - done
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c: In function 'minizip':
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c:505:20: warning: 'fin' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 if (fin)
                    ^
-- Detecting CXX compile features
[ 35%] Linking C static library libjmutils.a
-- Detecting CXX compile features - done
-- Looking for dlfcn.h
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
[ 35%] Built target jmutils
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
Scanning dependencies of target fmicapi
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
[ 36%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_me.c.o
[ 38%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_cs.c.o
[ 38%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi.c.o
[ 39%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_me.c.o
[ 40%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_cs.c.o
[ 41%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi.c.o
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/src/CAPI/src/FMI1/fmi1_capi.c: In function 'fmi1_capi_get_fcn':
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/src/CAPI/src/FMI1/fmi1_capi.c:37:9: warning: variable 'len' set but not used [-Wunused-but-set-variable]
     int len;
         ^~~
-- Looking for dlfcn.h - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for inttypes.h
[ 87%] Linking CXX static library lib/libgflags.a
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/gflags/build/linux'
[ 87%] Built target gflags_static
-- Looking for inttypes.h - found
-- Looking for memory.h
[ 42%] Linking C static library libfmicapi.a
-- Looking for memory.h - found
-- Looking for stdint.h
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
[ 42%] Built target fmicapi
-- Looking for stdint.h - found
-- Looking for stdlib.h
[100%] Linking CXX static library lib/libgflags_nothreads.a
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/gflags/build/linux'
[100%] Built target gflags_nothreads_static
make[2]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/gflags/build/linux'
[ 43%] Linking C static library libminizip.a
Install the project...
-- Install configuration: "Release"
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/gflags/install/linux/lib/libgflags.a
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/gflags/install/linux/lib/libgflags_nothreads.a
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/gflags/install/linux/include/gflags/gflags.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/gflags/install/linux/include/gflags/gflags_declare.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/gflags/install/linux/include/gflags/gflags_completions.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/gflags/install/linux/include/gflags/gflags_gflags.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/gflags/install/linux/lib/cmake/gflags/gflags-config.cmake
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/gflags/install/linux/lib/cmake/gflags/gflags-config-version.cmake
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/gflags/install/linux/lib/cmake/gflags/gflags-targets.cmake
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/gflags/install/linux/lib/cmake/gflags/gflags-targets-release.cmake
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/gflags/install/linux/bin/gflags_completions.sh
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/gflags/install/linux/lib/pkgconfig/gflags.pc
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/.cmake/packages/gflags/cabd01b2bb03b36260d312b0f3e0106c
make[1]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/gflags/build/linux'

# config glog

rm -rf 3rdParty/glog/build/linux
-- Looking for stdlib.h - found
rm -rf 3rdParty/glog/install/linux
-- Looking for strings.h
mkdir -p 3rdParty/glog/build/linux
cd 3rdParty/glog/build/linux && cmake -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_NAME=Linux ../../glog -DCMAKE_INSTALL_PREFIX=../../install/linux -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_TESTING:BOOL=OFF -DCMAKE_C_FLAGS="-fPIC" -DCMAKE_CXX_FLAGS="-fPIC" -DCMAKE_BUILD_TYPE="Release" && make install
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
[ 43%] Built target minizip
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
Scanning dependencies of target fmizip
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
[ 44%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_zip.c.o
[ 45%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_unzip.c.o
[ 46%] Linking C static library libfmizip.a
-- The C compiler identification is GNU 7.3.0
-- Looking for strings.h - found
-- Looking for string.h
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
[ 46%] Built target fmizip
-- The CXX compiler identification is GNU 7.3.0
-- Check for working C compiler: /usr/bin/cc
-- Looking for string.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/types.h
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
configure.ac:53: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.
aclocal.m4:773: AM_INIT_AUTOMAKE is expanded from...
configure.ac:53: the top level
configure.ac:1508: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:1508: You should run autoupdate.
../../lib/autoconf/general.m4:2698: AC_TRY_LINK is expanded from...
configure.ac:1508: the top level
configure.ac:1508: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:1508: You should run autoupdate.
../../lib/autoconf/general.m4:2698: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2698: AC_TRY_LINK is expanded from...
configure.ac:1508: the top level
-- Looking for sys/types.h - found
-- Looking for unistd.h
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Looking for unistd.h - found
-- Looking for getpagesize
-- Looking for getpagesize - found
-- Looking for bcopy
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Looking for bcopy - found
-- Looking for memmove
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Looking for memmove - found
-- Looking for mmap
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Looking for mmap - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for off_t
-- Looking for off_t - not found
-- Looking for size_t
-- Looking for size_t - not found
-- Configuring done
-- Generating done
-- Build files have been written to: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/ExpatEx
-- Detecting CXX compile features - done
[ 47%] Performing dependent_reconfigure step for 'expatex'
Running:  /usr/bin/cmake -G  Unix Makefiles  -DBUILD_tools:BOOLEAN=OFF -DBUILD_examples:BOOLEAN=OFF -DBUILD_tests:BOOLEAN=OFF -DBUILD_shared:BOOLEAN=OFF -DXML_DTD:BOOLEAN=OFF -DXML_NS:BOOLEAN=OFF -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_SYSTEM_NAME:STRING=Linux -DCMAKE_RC_COMPILER:STRING= -DCMAKE_C_FLAGS:STRING= -std=c89 -pedantic -Wall -Wno-unused-function -fvisibility=hidden -fPIC -DXML_STATIC -DFMI_XML_QUERY -DCMAKE_C_FLAGS_DEBUG:STRING=-g -DCMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG -DCMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG -DCMAKE_EXE_LINKER_FLAGS:STRING= -DCMAKE_LINK_LIBRARY_FLAG:STRING=-l -DCMAKE_MODULE_LINKER_FLAGS:STRING= -DCMAKE_SHARED_LINKER_FLAGS:STRING= -DCMAKE_INSTALL_PREFIX:PATH=/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/ExpatEx/install /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/ThirdParty/Expat/expat-2.1.0
-- Looking for gflags namespace
-- Configuring done
-- Generating done
-- Build files have been written to: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/ExpatEx
[ 48%] Performing build step for 'expatex'
make[4]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/ExpatEx'
make[5]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/ExpatEx'
make[6]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/ExpatEx'
Scanning dependencies of target expat
make[6]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/ExpatEx'
make[6]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/ExpatEx'
[ 16%] Building C object CMakeFiles/expat.dir/lib/xmlparse.c.o
[ 33%] Building C object CMakeFiles/expat.dir/lib/xmltok_ns.c.o
[ 50%] Building C object CMakeFiles/expat.dir/lib/xmltok.c.o
[ 66%] Building C object CMakeFiles/expat.dir/lib/xmlrole.c.o
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/ThirdParty/Expat/expat-2.1.0/lib/xmltok_ns.c:115:0: warning: ISO C forbids an empty translation unit [-Wpedantic]
 #endif /* XML_TOK_NS_C */
 
[ 83%] Building C object CMakeFiles/expat.dir/lib/xmltok_impl.c.o
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/ThirdParty/Expat/expat-2.1.0/lib/xmltok_impl.c:1783:0: warning: ISO C forbids an empty translation unit [-Wpedantic]
 #endif /* XML_TOK_IMPL_C */
 
-- Looking for gflags namespace - gflags
-- Looking for pthread.h
configure.ac:53: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.ac:53: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.ac:74: installing './ar-lib'
configure.ac:61: installing './compile'
configure.ac:8: installing './config.guess'
configure.ac:8: installing './config.sub'
configure.ac:53: installing './install-sh'
configure.ac:53: installing './missing'
-- Looking for pthread.h - found
-- Looking for pthread_create
Makefile.am: installing './INSTALL'
Makefile.am: installing './COPYING' using GNU General Public License v3 file
Makefile.am:     Consider adding the COPYING file to the version control system
Makefile.am:     for your code, to avoid questions about which license your project uses
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
Makefile.am: installing './depcomp'
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Looking for execinfo.h
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... -- Looking for execinfo.h - found
-- Looking for glob.h
x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... -- Looking for glob.h - found
-- Looking for inttypes.h
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... -- Looking for inttypes.h - found
-- Looking for libunwind.h
no
checking for suffix of object files... -- Looking for libunwind.h - not found
o
checking whether we are using the GNU C compiler... -- Looking for memory.h
yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... -- Looking for memory.h - found
-- Looking for pwd.h
none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... -- Looking for pwd.h - found
-- Looking for stdint.h
gcc3
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -E
checking for mv... /bin/mv
checking for tar... /bin/tar
checking for perl... /usr/bin/perl
checking for wget... /usr/bin/wget
checking for xmllint... /usr/bin/xmllint
checking for xsltproc... /usr/bin/xsltproc
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... -- Looking for stdint.h - found
-- Looking for stdlib.h
yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/i686-linux-gnu-ld
checking if the linker (/usr/bin/i686-linux-gnu-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... -- Looking for stdlib.h - found
BSD nm
checking the maximum length of command line arguments... -- Looking for string.h
1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/i686-linux-gnu-ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... -- Looking for string.h - found
-- Looking for strings.h
ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for ANSI C header files... -- Looking for strings.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/syscall.h
yes
checking for sys/types.h... yes
checking for sys/stat.h... -- Looking for sys/syscall.h - found
-- Looking for sys/time.h
[100%] Linking C static library libexpat.a
yes
checking for stdlib.h... make[6]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/ExpatEx'
[100%] Built target expat
make[5]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/ExpatEx'
yes
checking for string.h... make[4]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/ExpatEx'
[ 49%] Performing install step for 'expatex'
make[4]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/ExpatEx'
-- Looking for sys/time.h - found
-- Looking for sys/types.h
yes
checking for memory.h... make[5]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/ExpatEx'
make[6]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/ExpatEx'
make[6]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/ExpatEx'
yes
checking for strings.h... [100%] Built target expat
make[5]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/ExpatEx'
Install the project...
yes
-- Looking for sys/types.h - found
-- Looking for sys/utsname.h
-- Install configuration: "Release"
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/ExpatEx/install/lib/libexpat.a
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/ExpatEx/install/include/expat.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/ExpatEx/install/include/expat_external.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/ExpatEx/install/lib/pkgconfig/expat.pc
make[4]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/ExpatEx'
checking for inttypes.h... [ 50%] Completed 'expatex'
yes
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
checking for stdint.h... [ 50%] Built target expatex
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
-- Looking for sys/utsname.h - found
-- Looking for syscall.h
yes
checking for unistd.h... Scanning dependencies of target fmixml
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
[ 51%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI/fmi_xml_context.c.o
[ 52%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_vendor_annotations.c.o
[ 54%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_variable.c.o
[ 54%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_parser.c.o
[ 57%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_type.c.o
[ 57%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_model_description.c.o
[ 57%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_capabilities.c.o
[ 58%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_unit.c.o
[ 59%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_description.c.o
[ 60%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_type.c.o
[ 61%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_structure.c.o
[ 62%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_parser.c.o
[ 62%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_unit.c.o
[ 63%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_cosim.c.o
yes
checking for dlfcn.h... /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/src/XML/src/FMI2/fmi2_xml_model_description.c: In function 'push_back_jm_string':
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/src/XML/src/FMI2/fmi2_xml_model_description.c:547:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(pstring )
     ^~
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/src/XML/src/FMI2/fmi2_xml_model_description.c:549:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if(!pstring || !string) {
  ^~
-- Looking for syscall.h - found
-- Looking for syslog.h
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/src/XML/src/FMI1/fmi1_xml_variable.c: In function 'fmi1_xml_eliminate_bad_alias':
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/src/XML/src/FMI1/fmi1_xml_variable.c:825:26: warning: unused variable 'vt' [-Wunused-variable]
     fmi1_base_type_enu_t vt = fmi1_xml_get_variable_base_type(v);
                          ^~
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/src/XML/src/FMI1/fmi1_xml_variable.c:824:28: warning: unused variable 'vr' [-Wunused-variable]
     fmi1_value_reference_t vr = v->vr;
                            ^~
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/src/XML/src/FMI1/fmi1_xml_variable.c:821:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
     size_t n, index;
            ^
yes
checking for objdir... .libs
[ 64%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_vendor_annotations.c.o
[ 65%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_variable.c.o
[ 66%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c.o
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/src/XML/src/FMI2/fmi2_xml_vendor_annotations.c: In function 'fmi2_xml_handle_VariableTool':
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/src/XML/src/FMI2/fmi2_xml_vendor_annotations.c:58:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
             if(pvendor )
             ^~
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/src/XML/src/FMI2/fmi2_xml_vendor_annotations.c:60:10: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
          if(!pvendor || !vendor) {
          ^~
[ 67%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c.o
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/src/XML/src/FMI2/fmi2_xml_vendor_annotations.c: In function 'fmi2_xml_handle_Tool':
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/src/XML/src/FMI2/fmi2_xml_vendor_annotations.c:93:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
             if(pvendor )
             ^~
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/src/XML/src/FMI2/fmi2_xml_vendor_annotations.c:95:10: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
          if(!pvendor || !vendor) {
          ^~
-- Looking for syslog.h - found
-- Looking for ucontext.h
[ 68%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI2/lex.yyfmi2.c.o
[ 69%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI1/lex.yyfmi1.c.o
checking if gcc supports -fno-rtti -fno-exceptions... lex.yyfmi2.c: In function 'yyfmi2_init_buffer':
lex.yyfmi2.c:1425:48: warning: implicit declaration of function 'fileno'; did you mean 'mblen'? [-Wimplicit-function-declaration]
lex.yyfmi1.c: In function 'yyfmi1_init_buffer':
lex.yyfmi1.c:1435:48: warning: implicit declaration of function 'fileno'; did you mean 'mblen'? [-Wimplicit-function-declaration]
no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... -- Looking for ucontext.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for unwind.h
yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/i686-linux-gnu-ld -m elf_i386) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... -- Looking for unwind.h - found
-- Looking for C++ include ext/hash_map
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
Checking zlib
Disabling zlib compression support
Checking lzma
Disabling lzma compression support
Checking headers
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... [ 70%] Linking C static library libfmixml.a
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
yes
checking fcntl.h presence... [ 70%] Built target fmixml
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking ctype.h usability... Scanning dependencies of target fmiimport
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
yes
checking ctype.h presence... [ 71%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_util.c.o
[ 72%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_type.c.o
[ 73%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_context.c.o
[ 73%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capi.c.o
[ 74%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_cosim.c.o
[ 75%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable.c.o
[ 76%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_unit.c.o
[ 78%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capabilities.c.o
[ 78%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable_list.c.o
[ 79%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_type.c.o
[ 81%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_convenience.c.o
[ 81%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import.c.o
[ 82%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_capi.c.o
[ 83%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_vendor_annotations.c.o
yes
checking for ctype.h... yes
checking dirent.h usability... /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/src/Import/src/FMI1/fmi1_import.c: In function 'fmi1_import_allocate':
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/src/Import/src/FMI1/fmi1_import.c:38:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if(fmu) cb->free(fmu);
         ^~
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/src/Import/src/FMI1/fmi1_import.c:39:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   return 0;
   ^~~~~~
[ 84%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_unit.c.o
yes
checking dirent.h presence... [ 85%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable.c.o
yes
[ 86%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable_list.c.o
checking for dirent.h... yes
checking errno.h usability... [ 87%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import.c.o
[ 88%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_convenience.c.o
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/src/Import/src/FMI2/fmi2_import.c: In function 'fmi2_import_allocate':
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/src/Import/src/FMI2/fmi2_import.c:39:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if(fmu) cb->free(fmu);
         ^~
/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/src/Import/src/FMI2/fmi2_import.c:40:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   return 0;
   ^~~~~~
yes
checking errno.h presence... -- Looking for C++ include ext/hash_map - found
-- Looking for C++ include ext/hash_set
yes
checking for errno.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking math.h usability... [ 89%] Linking C static library libfmiimport.a
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
[ 89%] Built target fmiimport
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
[ 90%] Generating zlib/libz.a.objlist
[ 91%] Generating libfmiimport.a.objlist
[ 93%] Generating ThirdParty/c99_snprintf/libc99snprintf.a.objlist
[ 93%] Generating libfmizip.a.objlist
[ 93%] Generating libjmutils.a.objlist
[ 94%] Generating ExpatEx/libexpat.a.objlist
[ 95%] Generating libfmixml.a.objlist
[ 96%] Generating Config.cmake/Minizip/libminizip.a.objlist
[ 97%] Generating libfmicapi.a.objlist
-- Extracting object files from /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/libfmizip.a
-- Extracting object files from /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/ExpatEx/./libexpat.a
-- Extracting object files from /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/libfmiimport.a
-- Extracting object files from /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/libjmutils.a
-- Extracting object files from /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/zlib/libz.a
-- Extracting object files from /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/libfmixml.a
-- Extracting object files from /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/ThirdParty/c99_snprintf/libc99snprintf.a
-- Extracting object files from /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/libfmicapi.a
-- Extracting object files from /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/Config.cmake/Minizip/libminizip.a
[ 98%] Generating fmilib_dummy.c
Scanning dependencies of target fmilib
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
[ 99%] Building C object CMakeFiles/fmilib.dir/fmilib_dummy.c.o
[100%] Linking C static library libfmilib.a
-- Looking for C++ include ext/hash_set - found
Running: /usr/bin/ar ru /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/libfmilib.a @../libfmiimport.a.objlist
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
Running: /usr/bin/ar ru /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/libfmilib.a @../libjmutils.a.objlist
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
Running: /usr/bin/ar ru /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/libfmilib.a @../libfmixml.a.objlist
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
Running: /usr/bin/ar ru /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/libfmilib.a @../libfmizip.a.objlist
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
Running: /usr/bin/ar ru /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/libfmilib.a @../libfmicapi.a.objlist
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
-- Looking for C++ include ext/slist
Running: /usr/bin/ar ru /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/libfmilib.a @../libexpat.a.objlist
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
Running: /usr/bin/ar ru /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/libfmilib.a @../libminizip.a.objlist
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
Running: /usr/bin/ar ru /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/libfmilib.a @../libz.a.objlist
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
yes
checking math.h presence... Running: /usr/bin/ar ru /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/libfmilib.a @../libc99snprintf.a.objlist
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
yes
checking for math.h... yes
checking limits.h usability... Running: /usr/bin/ranlib /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux/libfmilib.a
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
[100%] Built target fmilib
make[2]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
yes
checking limits.h presence... Install the project...
-- Install configuration: "Release"
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/lib/libfmilib.a
yes
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/doc/FMILIB_Readme.txt
checking for limits.h... yes
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/doc/FMILIB_License.txt
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/doc/FMILIB_Acknowledgements.txt
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/include/fmilib_config.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/include/fmilib.h
-- Up-to-date: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI/fmi_import_context.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI/fmi_import_util.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI1
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI1/fmi1_import.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI1/fmi1_import_capabilities.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI1/fmi1_import_capi.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI1/fmi1_import_convenience.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI1/fmi1_import_cosim.h
checking float.h usability... -- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI1/fmi1_import_type.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI1/fmi1_import_unit.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI1/fmi1_import_variable.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI1/fmi1_import_variable_list.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI1/fmi1_import_vendor_annotations.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI2
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI2/fmi2_import.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI2/fmi2_import_capi.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI2/fmi2_import_convenience.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI2/fmi2_import_type.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI2/fmi2_import_unit.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI2/fmi2_import_variable.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI2/fmi2_import_variable_list.h
-- Up-to-date: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include
-- Up-to-date: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI/fmi_util.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI/fmi_version.h
-- Up-to-date: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI1
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI1/fmi1_enums.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI1/fmi1_functions.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI1/fmi1_types.h
-- Up-to-date: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI2
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI2/fmi2_enums.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI2/fmi2_functions.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI2/fmi2_types.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/FMI2/fmi2_xml_callbacks.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/JM
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/JM/jm_callbacks.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/JM/jm_named_ptr.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/JM/jm_portability.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/JM/jm_stack.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/JM/jm_string_set.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/JM/jm_types.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/JM/jm_vector.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/./include/JM/jm_vector_template.h
-- Up-to-date: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/include/FMI1
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/include/FMI1/fmiFunctions.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/include/FMI1/fmiModelFunctions.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/include/FMI1/fmiModelTypes.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/include/FMI1/fmiPlatformTypes.h
-- Up-to-date: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/include/FMI2
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/include/FMI2/fmi2FunctionTypes.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/include/FMI2/fmi2Functions.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/include/FMI2/fmi2TypesPlatform.h
make[1]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/build/linux'
yes
checking float.h presence... yes
checking for float.h... yes
checking for stdlib.h... (cached) yes
checking for sys/socket.h... -- Looking for C++ include ext/slist - found
-- Looking for C++ include tr1/unordered_map
yes
checking for netinet/in.h... yes
checking for arpa/inet.h... yes
checking netdb.h usability... -- Looking for C++ include tr1/unordered_map - found
-- Looking for C++ include tr1/unordered_set
yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking poll.h usability... -- Looking for C++ include tr1/unordered_set - found
-- Looking for C++ include unordered_map
yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for arpa/nameser.h... yes
checking for resolv.h... -- Looking for C++ include unordered_map - found
-- Looking for C++ include unordered_set
yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking for dlfcn.h... (cached) yes
Checking types
checking for uint32_t... yes
Checking libraries
checking for strftime... yes
checking for strftime... (cached) yes
checking for localtime... yes
checking for gettimeofday... yes
checking for ftime... yes
checking for stat... -- Looking for C++ include unordered_set - found
-- Looking for stddef.h
yes
checking for signal... -- Looking for stddef.h - found
-- Check size of unsigned __int16
yes
checking for rand... -- Check size of unsigned __int16 - failed
-- Check size of u_int16_t
yes
checking for rand_r... yes
checking for srand... -- Check size of u_int16_t - done
-- Check size of uint16_t
yes
checking for time... yes
checking for isascii... -- Check size of uint16_t - done
-- Looking for dladdr
yes
checking for mmap... -- Looking for dladdr - not found
-- Looking for fcntl
yes
checking for munmap... yes
checking for putenv... -- Looking for fcntl - found
-- Looking for pread
yes
checking for va_copy... yes
checking whether va_list is an array type... -- Looking for pread - found
-- Looking for pwrite
no
checking for library containing gethostent... none required
checking for library containing setsockopt... -- Looking for pwrite - found
-- Looking for sigaction
none required
checking for library containing connect... -- Looking for sigaction - found
-- Looking for sigaltstack
none required
checking for type of socket length (socklen_t)... socklen_t *
checking for const gethostbyname() argument... -- Looking for sigaltstack - found
-- Performing Test HAVE_NO_DEPRECATED
yes
checking for const send() second argument... yes
checking whether to enable IPv6... -- Performing Test HAVE_NO_DEPRECATED - Success
-- Performing Test HAVE_NO_UNNAMED_TYPE_TEMPLATE_ARGS
yes
checking struct sockaddr::ss_family... -- Performing Test HAVE_NO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
-- Looking for snprintf
yes
checking for getaddrinfo... yes
checking for isnan... -- Looking for snprintf - found
-- Looking for get_static_proc_name in unwind
yes
checking for isinf... yes
checking for shl_load... -- Looking for get_static_proc_name in unwind - not found
-- Performing Test HAVE___ATTRIBUTE__
no
checking for shl_load in -ldld... no
checking for dlopen... -- Performing Test HAVE___ATTRIBUTE__ - Success
-- Performing Test HAVE___ATTRIBUTE__VISIBILITY_DEFAULT
no
checking for dlopen in -ldl... yes
Checking configuration requirements
Enabling multithreaded support
checking pthread.h usability... yes
checking pthread.h presence... -- Performing Test HAVE___ATTRIBUTE__VISIBILITY_DEFAULT - Success
yes
checking for pthread.h... -- Performing Test HAVE___ATTRIBUTE__VISIBILITY_HIDDEN
yes
checking for pthread_join in -lpthread... yes
Enabled Schematron support
checking iconv.h usability... -- Performing Test HAVE___ATTRIBUTE__VISIBILITY_HIDDEN - Success
-- Performing Test HAVE___BUILTIN_EXPECT
yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... yes
checking for iconv declaration... -- Performing Test HAVE___BUILTIN_EXPECT - Success
-- Performing Test HAVE___SYNC_VAL_COMPARE_AND_SWAP

	extern size_t iconv (iconv_t cd,  char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
Disabling ICU support
Enabled Schemas/Relax-NG support
checking for printf... yes
-- Performing Test HAVE___SYNC_VAL_COMPARE_AND_SWAP - Success
-- Performing Test HAVE_RWLOCK
checking for sprintf... yes
checking for fprintf... -- Performing Test HAVE_RWLOCK - Failed
-- Performing Test HAVE___DECLSPEC
yes
checking for snprintf... -- Performing Test HAVE___DECLSPEC - Failed
-- Performing Test STL_NO_NAMESPACE
yes
checking for vfprintf... -- Performing Test STL_NO_NAMESPACE - Failed
-- Performing Test STL_STD_NAMESPACE
yes
checking for vsprintf... yes
checking for vsnprintf... yes
checking for sscanf... yes
Disabling code coverage for GCC
checking that generated files are newer than configure... done
configure: creating ./config.status
-- Performing Test STL_STD_NAMESPACE - Success
-- Performing Test HAVE_USING_OPERATOR
-- Performing Test HAVE_USING_OPERATOR - Success
-- Performing Test HAVE_NAMESPACES
config.status: creating libxml2.spec
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/libxml/Makefile
-- Performing Test HAVE_NAMESPACES - Success
config.status: creating example/Makefile
config.status: creating xstc/Makefile
config.status: creating include/libxml/xmlversion.h
config.status: creating libxml-2.0.pc
config.status: creating libxml-2.0-uninstalled.pc
config.status: creating libxml2-config.cmake
config.status: creating xml2-config
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Done configuring

Now type 'make' to compile libxml2.
make -C 3rdParty/libxml2/ && make -C 3rdParty/libxml2/ install
make[1]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2'
make  all-recursive
make[2]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2'
Making all in include
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/include'
Making all in libxml
make[4]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/include/libxml'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/include/libxml'
make[4]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/include'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/include'
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/include'
Making all in .
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2'
  CC       SAX.lo
  CC       entities.lo
  CC       error.lo
  CC       encoding.lo
  CC       parser.lo
  CC       parserInternals.lo
  CC       tree.lo
  CC       list.lo
  CC       hash.lo
  CC       xmlIO.lo
  CC       uri.lo
  CC       xmlmemory.lo
  CC       valid.lo
  CC       xlink.lo
  CC       HTMLparser.lo
  CC       HTMLtree.lo
  CC       debugXML.lo
  CC       xpath.lo
  CC       xpointer.lo
-- Configuring done
-- Generating done
-- Build files have been written to: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/glog/build/linux
make[1]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/glog/build/linux'
make[2]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/glog/build/linux'
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/glog/build/linux'
Scanning dependencies of target glog
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/glog/build/linux'
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/glog/build/linux'
[ 12%] Building CXX object CMakeFiles/glog.dir/src/demangle.cc.o
  CC       xinclude.lo
[ 25%] Building CXX object CMakeFiles/glog.dir/src/logging.cc.o
[ 37%] Building CXX object CMakeFiles/glog.dir/src/raw_logging.cc.o
[ 50%] Building CXX object CMakeFiles/glog.dir/src/symbolize.cc.o
  CC       nanohttp.lo
[ 62%] Building CXX object CMakeFiles/glog.dir/src/utilities.cc.o
  CC       nanoftp.lo
  CC       catalog.lo
  CC       globals.lo
  CC       threads.lo
[ 75%] Building CXX object CMakeFiles/glog.dir/src/vlog_is_on.cc.o
[ 87%] Building CXX object CMakeFiles/glog.dir/src/signalhandler.cc.o
  CC       c14n.lo
  CC       xmlstring.lo
  CC       buf.lo
  CC       xmlregexp.lo
  CC       xmlschemas.lo
  CC       xmlschemastypes.lo
  CC       xmlunicode.lo
  CC       xmlreader.lo
  CC       relaxng.lo
  CC       dict.lo
  CC       SAX2.lo
  CC       xmlwriter.lo
  CC       legacy.lo
  CC       chvalid.lo
[100%] Linking CXX static library libglog.a
  CC       pattern.lo
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/glog/build/linux'
[100%] Built target glog
make[2]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/glog/build/linux'
Install the project...
-- Install configuration: "Release"
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/glog/install/linux/lib/libglog.a
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/glog/install/linux/include/glog/config.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/glog/install/linux/include/glog/logging.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/glog/install/linux/include/glog/raw_logging.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/glog/install/linux/include/glog/stl_logging.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/glog/install/linux/include/glog/vlog_is_on.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/glog/install/linux/include/glog/log_severity.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/glog/install/linux/lib/cmake/glog/glog-config.cmake
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/glog/install/linux/lib/cmake/glog/glog-config-version.cmake
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/glog/install/linux/lib/cmake/glog/glog-targets.cmake
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/glog/install/linux/lib/cmake/glog/glog-targets-release.cmake
make[1]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/glog/build/linux'
  CC       xmlsave.lo
  CC       xmlmodule.lo
  CC       schematron.lo
  CC       xzlib.lo

# config ceres-solver

rm -rf 3rdParty/ceres-solver/build/linux
rm -rf 3rdParty/ceres- solver/install/linux
mkdir -p 3rdParty/ceres-solver/build/linux
cd 3rdParty/ceres-solver/build/linux && cmake -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_NAME=Linux ../../ceres-solver -DCMAKE_INSTALL_PREFIX=../../install/linux -DCXX11:BOOL=ON -DEXPORT_BUILD_DIR=ON -DEIGEN_INCLUDE_DIR_HINTS=../../eigen/eigen -DBUILD_EXAMPLES:BOOL=OFF -DBUILD_TESTING:BOOL=OFF -DCMAKE_BUILD_TYPE="Release" && make install
  CC       testdso.lo
-- The C compiler identification is GNU 7.3.0
  CC       xmllint.o
  CC       xmlcatalog.o
-- The CXX compiler identification is GNU 7.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
sed -e 's?\@XML_LIBDIR\@?-L/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/lib?g' \
    -e 's?\@XML_INCLUDEDIR\@?-I/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/include/libxml2?g' \
    -e 's?\@VERSION\@?2.9.8?g' \
    -e 's?\@XML_LIBS\@?-lxml2      -lm ?g' \
       < ./xml2Conf.sh.in > xml2Conf.tmp \
&& mv xml2Conf.tmp xml2Conf.sh
  CCLD     testdso.la
-- Detecting C compiler ABI info - done
-- Detecting C compile features
ar: `u' modifier ignored since `D' is the default (see `U')
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detected Ceres version: 1.13.0 from /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/ceres-solver/include/ceres/version.h
-- Found Eigen: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/eigen/eigen (found version "3.3.4") 
-- Found Eigen version 3.3.4: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/eigen/eigen

   ===============================================================
   Disabling the use of Eigen as a sparse linear algebra library.
   This does not affect the covariance estimation algorithm 
   which can still use the EIGEN_SPARSE_QR algorithm.
   ===============================================================

-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- A library with BLAS API found.
-- Found LAPACK library: /usr/lib/i386-linux-gnu/liblapack.so;/usr/lib/i386-linux-gnu/libblas.so
-- Found BLAS library: /usr/lib/i386-linux-gnu/libblas.so
-- A library with BLAS API found.
-- Found AMD headers in: /usr/include/suitesparse
-- Found AMD library: /usr/lib/i386-linux-gnu/libamd.so
-- Found CAMD headers in: /usr/include/suitesparse
-- Found CAMD library: /usr/lib/i386-linux-gnu/libcamd.so
-- Found COLAMD headers in: /usr/include/suitesparse
-- Found COLAMD library: /usr/lib/i386-linux-gnu/libcolamd.so
-- Found CCOLAMD headers in: /usr/include/suitesparse
-- Found CCOLAMD library: /usr/lib/i386-linux-gnu/libccolamd.so
-- Found CHOLMOD headers in: /usr/include/suitesparse
-- Found CHOLMOD library: /usr/lib/i386-linux-gnu/libcholmod.so
-- Found SUITESPARSEQR headers in: /usr/include/suitesparse
-- Found SUITESPARSEQR library: /usr/lib/i386-linux-gnu/libspqr.so
-- Did not find TBB library (optional SuiteSparse dependency)
-- Did not find Intel TBB library, assuming SuiteSparseQR was not compiled with TBB.
-- Found SUITESPARSE_CONFIG headers in: /usr/include/suitesparse
-- Found SUITESPARSE_CONFIG library: /usr/lib/i386-linux-gnu/libsuitesparseconfig.so
-- Found LIBRT library: /usr/lib/i386-linux-gnu/librt.so
-- Adding librt: /usr/lib/i386-linux-gnu/librt.so to SuiteSparse_config libraries (required on Linux & Unix [not OSX] if SuiteSparse is compiled with timing).
-- Did not find METIS library (optional SuiteSparse dependency)
-- Found SuiteSparse: TRUE (found version "5.1.2") 
-- Found SuiteSparse 5.1.2, building with SuiteSparse.
-- Found CXSparse: /usr/include/suitesparse (found version "3.1.9") 
-- Found CXSparse version: 3.1.9, building with CXSparse.
-- No preference for use of exported gflags CMake configuration set, and no hints for include/library directories provided. Defaulting to preferring an installed/exported gflags CMake configuration if available.
-- Failed to find installed gflags CMake configuration, searching for gflags build directories exported with CMake.
-- Found exported gflags build directory: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/gflags/install/linux/lib/cmake/gflags
-- Detected gflags version: 2.2.1
-- Found Gflags: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/gflags/install/linux/include  
-- Found Google Flags header in: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/gflags/install/linux/include, in namespace: google
-- No preference for use of exported glog CMake configuration set, and no hints for include/library directories provided. Defaulting to preferring an installed/exported glog CMake configuration if available.
-- Failed to find installed glog CMake configuration, searching for glog build directories exported with CMake.
-- Found exported glog build directory: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/glog/build/linux
-- Detected glog version: 0.3.5
-- Found Glog: glog::glog  
-- Found Google Log (glog). Assuming glog was built with gflags support as gflags was found. This will make gflags a public dependency of Ceres.
-- Building with OpenMP.
-- Performing Test COMPILER_HAS_CXX11_FLAG
-- Performing Test COMPILER_HAS_CXX11_FLAG - Success
-- Looking for C++ include unordered_map
-- Looking for C++ include unordered_map - found
-- Performing Test HAVE_UNORDERED_MAP_IN_STD_NAMESPACE
-- Performing Test HAVE_UNORDERED_MAP_IN_STD_NAMESPACE - Success
-- Found unordered_map/set in std namespace.
-- Looking for C++ include memory
-- Looking for C++ include memory - found
-- Performing Test HAVE_SHARED_PTR_IN_STD_NAMESPACE
-- Performing Test HAVE_SHARED_PTR_IN_STD_NAMESPACE - Success
-- Found shared_ptr in std namespace using <memory> header.
   ==============================================================
   Compiling Ceres using C++11.  This will result in a version 
   of Ceres that will require the use of C++11 in client code.
   ==============================================================
-- Building Ceres as a static library.
-- Creating configured Ceres config.h output directory: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/build/linux/config/ceres/internal
-- Enabling CERES_USE_CXX11 in Ceres config.h
-- Enabling CERES_USE_OPENMP in Ceres config.h
-- Enabling CERES_HAVE_PTHREAD in Ceres config.h
-- Enabling CERES_HAVE_RWLOCK in Ceres config.h
-- Enabling CERES_STD_UNORDERED_MAP in Ceres config.h
-- Do not build any example.
-- Export Ceres build directory to local CMake package registry.
-- Configuring done
-- Generating done
-- Build files have been written to: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/build/linux
make[1]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/build/linux'
make[2]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/build/linux'
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/build/linux'
Scanning dependencies of target ceres
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/build/linux'
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/build/linux'
[  0%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/array_utils.cc.o
[  1%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/blas.cc.o
[  2%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/block_evaluate_preparer.cc.o
[  2%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/block_jacobi_preconditioner.cc.o
[  3%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/block_random_access_dense_matrix.cc.o
[  4%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/block_jacobian_writer.cc.o
[  6%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/block_sparse_matrix.cc.o
[  6%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/block_random_access_sparse_matrix.cc.o
[  6%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/c_api.cc.o
[  8%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/canonical_views_clustering.cc.o
[  8%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/callbacks.cc.o
[  9%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/block_structure.cc.o
[ 10%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/cgnr_solver.cc.o
[ 11%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/block_random_access_diagonal_matrix.cc.o
[ 11%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/block_random_access_matrix.cc.o
[ 11%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/compressed_col_sparse_matrix_utils.cc.o
[ 12%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/compressed_row_jacobian_writer.cc.o
[ 13%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/compressed_row_sparse_matrix.cc.o
[ 14%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/conditioned_cost_function.cc.o
[ 14%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/conjugate_gradients_solver.cc.o
[ 15%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/coordinate_descent_minimizer.cc.o
[ 16%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/corrector.cc.o
[ 17%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/covariance.cc.o
[ 17%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/covariance_impl.cc.o
[ 18%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/cxsparse.cc.o
[ 19%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/dense_normal_cholesky_solver.cc.o
[ 20%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/dense_qr_solver.cc.o
[ 20%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/dense_sparse_matrix.cc.o
[ 21%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/detect_structure.cc.o
[ 22%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/dogleg_strategy.cc.o
[ 23%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/dynamic_compressed_row_jacobian_writer.cc.o
[ 23%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/dynamic_compressed_row_sparse_matrix.cc.o
[ 24%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/dynamic_sparse_normal_cholesky_solver.cc.o
[ 25%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/evaluator.cc.o
[ 26%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/eigensparse.cc.o
[ 26%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/file.cc.o
[ 27%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/function_sample.cc.o
[ 28%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/gradient_checker.cc.o
[ 29%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/gradient_checking_cost_function.cc.o
[ 29%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/gradient_problem.cc.o
[ 30%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/gradient_problem_solver.cc.o
[ 31%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/implicit_schur_complement.cc.o
[ 32%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/inner_product_computer.cc.o
[ 32%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/is_close.cc.o
[ 33%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/iterative_schur_complement_solver.cc.o
[ 34%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/levenberg_marquardt_strategy.cc.o
[ 35%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/lapack.cc.o
[ 35%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/line_search.cc.o
[ 36%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/line_search_direction.cc.o
[ 37%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/line_search_minimizer.cc.o
[ 38%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/line_search_preprocessor.cc.o
[ 38%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/linear_least_squares_problems.cc.o
[ 39%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/linear_operator.cc.o
[ 40%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/linear_solver.cc.o
[ 41%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/local_parameterization.cc.o
[ 41%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/loss_function.cc.o
[ 42%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/low_rank_inverse_hessian.cc.o
[ 43%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/minimizer.cc.o
[ 44%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/normal_prior.cc.o
[ 44%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/parameter_block_ordering.cc.o
[ 45%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/partitioned_matrix_view.cc.o
[ 46%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/polynomial.cc.o
[ 47%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/preconditioner.cc.o
[ 47%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/preprocessor.cc.o
[ 48%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/problem.cc.o
[ 49%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/problem_impl.cc.o
[ 50%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/program.cc.o
[ 50%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/reorder_program.cc.o
[ 51%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/residual_block.cc.o
  CCLD     libxml2.la
[ 52%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/residual_block_utils.cc.o
[ 52%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/schur_complement_solver.cc.o
[ 53%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/schur_eliminator.cc.o
ar: `u' modifier ignored since `D' is the default (see `U')
[ 54%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/schur_jacobi_preconditioner.cc.o
  CCLD     xmllint
  CCLD     xmlcatalog
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2'
Making all in example
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/example'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/example'
Making all in xstc
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/xstc'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/xstc'
make[2]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2'
make[1]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2'
make[1]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2'
make  install-recursive
make[2]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2'
Making install in include
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/include'
Making install in libxml
make[4]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/include/libxml'
make[5]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/include/libxml'
make[5]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/include/libxml2/libxml'
 /usr/bin/install -c -m 644 SAX.h entities.h encoding.h parser.h parserInternals.h xmlerror.h HTMLparser.h HTMLtree.h debugXML.h tree.h list.h hash.h xpath.h xpathInternals.h xpointer.h xinclude.h xmlIO.h xmlmemory.h nanohttp.h nanoftp.h uri.h valid.h xlink.h xmlversion.h DOCBparser.h catalog.h threads.h globals.h c14n.h xmlautomata.h xmlregexp.h xmlmodule.h xmlschemas.h schemasInternals.h xmlschemastypes.h xmlstring.h xmlunicode.h xmlreader.h relaxng.h dict.h '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/include/libxml2/libxml'
 /usr/bin/install -c -m 644 SAX2.h xmlexports.h xmlwriter.h chvalid.h pattern.h xmlsave.h schematron.h '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/include/libxml2/libxml'
make[5]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/include/libxml'
make[4]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/include/libxml'
make[4]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/include'
make[5]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/include'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/include'
make[4]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/include'
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/include'
Making install in .
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2'
make[4]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2'
 /bin/mkdir -p '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/bin'
 /usr/bin/install -c xml2-config '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/bin'
 /bin/mkdir -p '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/lib'
 /usr/bin/install -c -m 644 xml2Conf.sh '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/lib'
 /bin/mkdir -p '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/lib/cmake/libxml2'
/bin/mkdir -p /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/share/doc/libxml2-2.9.8
 /usr/bin/install -c -m 644 libxml2-config.cmake '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/lib/cmake/libxml2'
/usr/bin/install -c -m 0644 ./Copyright /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/share/doc/libxml2-2.9.8
/bin/mkdir -p /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/share/doc/libxml2-2.9.8/examples
/usr/bin/install -c -m 0644 ./xmllint.c /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/share/doc/libxml2-2.9.8/examples
/usr/bin/install -c -m 0644 ./testSAX.c /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/share/doc/libxml2-2.9.8/examples
[ 55%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/schur_templates.cc.o
/usr/bin/install -c -m 0644 ./testHTML.c /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/share/doc/libxml2-2.9.8/examples
[ 55%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/scratch_evaluate_preparer.cc.o
/usr/bin/install -c -m 0644 ./testXPath.c /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/share/doc/libxml2-2.9.8/examples
 /bin/mkdir -p '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/share/aclocal'
 /usr/bin/install -c -m 644 libxml.m4 '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/share/aclocal'
 /bin/mkdir -p '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/share/man/man1'
 /usr/bin/install -c -m 644 xml2-config.1 '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/share/man/man1'
 /bin/mkdir -p '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/share/man/man3'
 /usr/bin/install -c -m 644 libxml.3 '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/share/man/man3'
 /bin/mkdir -p '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/lib/pkgconfig'
 /usr/bin/install -c -m 644 libxml-2.0.pc '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/lib/pkgconfig'
 /bin/mkdir -p '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/lib'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libxml2.la '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/lib'
libtool: install: /usr/bin/install -c .libs/libxml2.so.2.9.8 /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/lib/libxml2.so.2.9.8
libtool: install: (cd /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/lib && { ln -s -f libxml2.so.2.9.8 libxml2.so.2 || { rm -f libxml2.so.2 && ln -s libxml2.so.2.9.8 libxml2.so.2; }; })
libtool: install: (cd /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/lib && { ln -s -f libxml2.so.2.9.8 libxml2.so || { rm -f libxml2.so && ln -s libxml2.so.2.9.8 libxml2.so; }; })
libtool: install: /usr/bin/install -c .libs/libxml2.lai /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/lib/libxml2.la
libtool: install: /usr/bin/install -c .libs/libxml2.a /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/lib/libxml2.a
libtool: install: chmod 644 /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/lib/libxml2.a
libtool: install: ranlib /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/lib/libxml2.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/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.
----------------------------------------------------------------------
 /bin/mkdir -p '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/bin'
  /bin/bash ./libtool   --mode=install /usr/bin/install -c xmllint xmlcatalog '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/bin'
libtool: install: /usr/bin/install -c .libs/xmllint /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/bin/xmllint
libtool: install: /usr/bin/install -c .libs/xmlcatalog /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/install/linux/bin/xmlcatalog
make[4]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2'
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2'
Making install in example
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/example'
make[4]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/example'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/example'
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/example'
Making install in xstc
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/xstc'
make[4]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/xstc'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/xstc'
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2/xstc'
make[2]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2'
make[1]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/libxml2'
[ 56%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/single_linkage_clustering.cc.o
[ 57%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/solver.cc.o
[ 58%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/solver_utils.cc.o
[ 58%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/sparse_matrix.cc.o
[ 59%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/sparse_cholesky.cc.o
[ 60%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/sparse_normal_cholesky_solver.cc.o
[ 61%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/split.cc.o
[ 61%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/stringprintf.cc.o
[ 62%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/suitesparse.cc.o
[ 63%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/triplet_sparse_matrix.cc.o
[ 64%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/trust_region_preprocessor.cc.o
[ 64%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/trust_region_minimizer.cc.o
[ 65%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/trust_region_step_evaluator.cc.o
[ 66%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/trust_region_strategy.cc.o
[ 67%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/types.cc.o
[ 67%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/visibility.cc.o
[ 68%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/visibility_based_preconditioner.cc.o
[ 69%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/wall_time.cc.o
[ 70%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/partitioned_matrix_view_2_2_2.cc.o
[ 70%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/partitioned_matrix_view_2_2_3.cc.o
[ 71%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/partitioned_matrix_view_2_2_4.cc.o
[ 72%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/partitioned_matrix_view_2_2_d.cc.o
[ 73%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/partitioned_matrix_view_2_3_3.cc.o
[ 73%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/partitioned_matrix_view_2_3_4.cc.o
[ 74%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/partitioned_matrix_view_2_3_6.cc.o
[ 75%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/partitioned_matrix_view_2_3_9.cc.o
[ 76%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/partitioned_matrix_view_2_3_d.cc.o
[ 76%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/partitioned_matrix_view_2_4_3.cc.o
[ 77%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/partitioned_matrix_view_2_4_4.cc.o
[ 78%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/partitioned_matrix_view_2_4_8.cc.o
[ 79%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/partitioned_matrix_view_2_4_9.cc.o
[ 79%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/partitioned_matrix_view_2_4_d.cc.o
[ 80%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/partitioned_matrix_view_4_4_2.cc.o
[ 81%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/partitioned_matrix_view_2_d_d.cc.o
[ 82%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/partitioned_matrix_view_4_4_3.cc.o
[ 82%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/partitioned_matrix_view_4_4_4.cc.o
[ 83%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/partitioned_matrix_view_4_4_d.cc.o
[ 84%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/partitioned_matrix_view_d_d_d.cc.o
[ 85%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/schur_eliminator_2_2_2.cc.o
[ 85%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/schur_eliminator_2_2_3.cc.o
[ 86%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/schur_eliminator_2_2_4.cc.o
[ 87%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/schur_eliminator_2_2_d.cc.o
[ 88%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/schur_eliminator_2_3_3.cc.o
[ 88%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/schur_eliminator_2_3_4.cc.o
[ 89%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/schur_eliminator_2_3_6.cc.o
[ 90%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/schur_eliminator_2_3_9.cc.o
[ 91%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/schur_eliminator_2_3_d.cc.o
[ 91%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/schur_eliminator_2_4_3.cc.o
[ 92%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/schur_eliminator_2_4_4.cc.o
[ 93%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/schur_eliminator_2_4_8.cc.o
[ 94%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/schur_eliminator_2_4_9.cc.o
[ 94%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/schur_eliminator_2_4_d.cc.o
[ 95%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/schur_eliminator_2_d_d.cc.o
[ 96%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/schur_eliminator_4_4_2.cc.o
[ 97%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/schur_eliminator_4_4_3.cc.o
[ 97%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/schur_eliminator_4_4_4.cc.o
[ 98%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/schur_eliminator_4_4_d.cc.o
[ 99%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/schur_eliminator_d_d_d.cc.o
[100%] Linking CXX static library ../../lib/libceres.a
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/build/linux'
[100%] Built target ceres
make[2]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/build/linux'
Install the project...
-- Install configuration: "Release"
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/autodiff_cost_function.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/autodiff_local_parameterization.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/c_api.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/ceres.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/conditioned_cost_function.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/cost_function.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/cost_function_to_functor.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/covariance.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/crs_matrix.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/cubic_interpolation.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/dynamic_autodiff_cost_function.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/dynamic_cost_function.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/dynamic_cost_function_to_functor.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/dynamic_numeric_diff_cost_function.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/fpclassify.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/gradient_checker.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/gradient_problem.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/gradient_problem_solver.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/iteration_callback.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/jet.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/local_parameterization.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/loss_function.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/normal_prior.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/numeric_diff_cost_function.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/numeric_diff_options.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/ordered_groups.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/problem.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/rotation.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/sized_cost_function.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/solver.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/types.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/version.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/internal/autodiff.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/internal/disable_warnings.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/internal/eigen.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/internal/fixed_array.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/internal/macros.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/internal/manual_constructor.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/internal/numeric_diff.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/internal/port.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/internal/reenable_warnings.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/internal/scoped_ptr.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/internal/variadic_evaluate.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/include/ceres/internal/config.h
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/lib/cmake/Ceres/CeresTargets.cmake
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/lib/cmake/Ceres/CeresTargets-release.cmake
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/lib/cmake/Ceres/CeresConfig.cmake
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/lib/cmake/Ceres/CeresConfigVersion.cmake
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/lib/cmake/Ceres/FindEigen.cmake
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/lib/cmake/Ceres/FindGlog.cmake
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/lib/cmake/Ceres/FindGflags.cmake
-- Installing: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/install/linux/lib/libceres.a
make[1]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/build/linux'
+ make config-OMSimulator -j16
make -C 3rdParty/RegEx
make[1]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/RegEx'
g++ -std=c++11 -o OMSRegEx OMSRegEx.cpp
make[1]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/RegEx'

# config OMSimulator

mkdir -p build/linux
cd build/linux && cmake -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_NAME=Linux ../.. -DABI=LINUX64 -DSTD_REGEX=1 -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DOMSYSIDENT:BOOL=ON -DOMTLM:BOOL=ON -DASAN:BOOL=OFF -DCMAKE_BUILD_TYPE=Release     
cmake version is: 3.10.2
-- The C compiler identification is GNU 7.3.0
-- The CXX compiler identification is GNU 7.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Platform string: linux
WARNING,Using std::regex, the gcc/clang compiler is good enough
STATUS,ABI is: LINUX64
WARNING,Using CMAKE_CXX_STANDARD: 11 and CMAKE_CXX_STANDARD_REQUIRED: ON for setting -std=c++11
-- Boost version: 1.65.1
-- Found the following Boost libraries:
--   filesystem
--   system
-- Found Boost
--   Boost_LIBRARIES:    /usr/lib/i386-linux-gnu/libboost_filesystem.so/usr/lib/i386-linux-gnu/libboost_system.so
--   Boost_LIBRARY_DIRS: /usr/lib/i386-linux-gnu
--   Boost_INCLUDE_DIRS: /usr/include
-- Found FMILibrary
--   FMILibrary_ROOT:       /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux
--   FMILibrary_LIBRARY:    /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/lib/libfmilib.a
--   FMILibrary_LIBRARYDIR: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/lib
--   FMILibrary_INCLUDEDIR: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/FMIL/install/linux/include
-- Found LUA
--   LUALibrary_ROOT:       /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/Lua/install/linux
--   LUALibrary_LIBRARY:    /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/Lua/install/linux/liblua.a
--   LUALibrary_LIBRARYDIR: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/Lua/install/linux
--   LUALibrary_INCLUDEDIR: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/Lua/install/linux/include
-- Found CVODE
--   CVODELibrary_ROOT:       /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/cvode/install/linux
--   CVODELibrary_LIBRARY:    /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/cvode/install/linux/lib/libsundials_cvode.a
--   CVODELibrary_LIBRARYDIR: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/cvode/install/linux/lib
--   CVODELibrary_INCLUDEDIR: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/cvode/install/linux/include
-- Found KINSOL
--   KINSOLLibrary_ROOT:       /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/kinsol/install/linux
--   KINSOLLibrary_LIBRARY:    /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/kinsol/install/linux/lib/libsundials_kinsol.a
--   KINSOLLibrary_LIBRARYDIR: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/kinsol/install/linux/lib
--   KINSOLLibrary_INCLUDEDIR: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/kinsol/install/linux/include
-- Found PythonLibs: /usr/lib/i386-linux-gnu/libpython3.6m.so (found version "3.6.5") 
-- Found Python
--   PYTHON_VERSION:      3.6.5
--   PYTHON_LIBRARIES:    /usr/lib/i386-linux-gnu/libpython3.6m.so
--   PYTHON_INCLUDE_DIRS: /usr/include/python3.6m
-- Found required Ceres dependency: Eigen version 3.3.4 in /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/eigen/eigen
-- Found installed version of glog: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/glog/build/linux
-- Detected glog version: 0.3.5
-- Found required Ceres dependency: glog
-- Found installed version of gflags: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/gflags/install/linux/lib/cmake/gflags
-- Detected gflags version: 2.2.1
-- Found required Ceres dependency: gflags
-- Found Ceres version: 1.13.0 exported from build directory: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/build/linux with components: [LAPACK, SuiteSparse, SparseLinearAlgebraLibrary, CXSparse, SchurSpecializations, C++11, OpenMP]
-- Found Ceres-Solver
--   CERES_INCLUDE_DIRS: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/ceres-solver/include/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/ceres-solver/build/linux/config/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/eigen/eigen
--   GLOG_INCLUDEDIR:    /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/glog/install/linux/include
--   GFLAGS_INCLUDEDIR:  /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/3rdParty/gflags/install/linux/include
-- OMTLMSimulator enabled.
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Configuring done
-- Generating done
-- Build files have been written to: /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/build/linux
+ make OMSimulator -j16
OS: Linux
TLM: ON
CERES: ON
LIBXML2: ON
# make OMSimulator

make[1]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0'

# make OMTLMSimulator

LINUX64
make -C OMTLMSimulator omtlmlib
make[2]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator'
cd 3rdParty; make
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/3rdParty'
for i in misc/src rtime ; do \
	( cd $i ; make UP=/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/3rdParty/.. lib ) \
done
make[4]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/3rdParty/misc/src'
mkdir -p LINUX64
touch LINUX64/makedepend.tail
mkdir -p ../lib/LINUX64
g++ -std=c++11 -fPIC    -I../include   -c double3.cc -o LINUX64/double3.o 
g++ -std=c++11 -fPIC    -I../include   -c realN.cc -o LINUX64/realN.o 
g++ -std=c++11 -fPIC    -I../include   -c float2.cc -o LINUX64/float2.o 
g++ -std=c++11 -fPIC    -I../include   -c double2.cc -o LINUX64/double2.o 
g++ -std=c++11 -fPIC    -I../include   -c float3.cc -o LINUX64/float3.o 
g++ -std=c++11 -fPIC    -I../include   -c double33.cc -o LINUX64/double33.o 
g++ -std=c++11 -fPIC    -I../include   -c coordTransform.cc -o LINUX64/coordTransform.o 
g++ -std=c++11 -fPIC    -I../include   -c doubleN.cc -o LINUX64/doubleN.o 
g++ -std=c++11 -fPIC    -I../include   -c doubleN3.cc -o LINUX64/doubleN3.o 
g++ -std=c++11 -fPIC    -I../include   -c doubleN33.cc -o LINUX64/doubleN33.o 
g++ -std=c++11 -fPIC    -I../include   -c intN.cc -o LINUX64/intN.o 
g++ -std=c++11 -fPIC    -I../include   -c tostr.cc -o LINUX64/tostr.o 
g++ -std=c++11 -fPIC    -I../include   -c ErrorLog.cc -o LINUX64/ErrorLog.o 
g++ -std=c++11 -fPIC    -I../include   -c portability.cc -o LINUX64/portability.o 
g++ -std=c++11 -fPIC    -I../include   -c Bstring.cc -o LINUX64/Bstring.o 
g++ -std=c++11 -fPIC    -I../include   -c Btokenizer.cc -o LINUX64/Btokenizer.o 
g++ -std=c++11 -fPIC    -I../include   -c double33s.cc -o LINUX64/double33s.o 
g++ -std=c++11 -fPIC    -I../include   -c doubleN33s.cc -o LINUX64/doubleN33s.o 
g++ -std=c++11 -fPIC    -I../include   -c float33s.cc -o LINUX64/float33s.o 
g++ -std=c++11 -fPIC    -I../include   -c dsyevv3.cc -o LINUX64/dsyevv3.o 
g++ -std=c++11 -fPIC    -I../include   -c dsyevq3.cc -o LINUX64/dsyevq3.o 
g++ -std=c++11 -fPIC    -I../include   -c dsyevc3.cc -o LINUX64/dsyevc3.o 
g++ -std=c++11 -fPIC    -I../include   -c dsytrd3.cc -o LINUX64/dsytrd3.o 
g++ -fPIC    -I../include   -c g2c_w32.c -o LINUX64/g2c_w32.o 
echo ABI: LINUX64
ABI: LINUX64
(ar ruv ../lib/LINUX64/libmisc.a LINUX64/double3.o LINUX64/realN.o LINUX64/float2.o LINUX64/double2.o LINUX64/float3.o LINUX64/double33.o LINUX64/coordTransform.o LINUX64/doubleN.o LINUX64/doubleN3.o LINUX64/doubleN33.o LINUX64/intN.o LINUX64/tostr.o LINUX64/ErrorLog.o LINUX64/portability.o LINUX64/Bstring.o LINUX64/Btokenizer.o LINUX64/double33s.o LINUX64/doubleN33s.o LINUX64/float33s.o LINUX64/dsyevv3.o LINUX64/dsyevq3.o LINUX64/dsyevc3.o LINUX64/dsytrd3.o LINUX64/g2c_w32.o; )
ar: `u' modifier ignored since `D' is the default (see `U')
ar: creating ../lib/LINUX64/libmisc.a
a - LINUX64/double3.o
a - LINUX64/realN.o
a - LINUX64/float2.o
a - LINUX64/double2.o
a - LINUX64/float3.o
a - LINUX64/double33.o
a - LINUX64/coordTransform.o
a - LINUX64/doubleN.o
a - LINUX64/doubleN3.o
a - LINUX64/doubleN33.o
a - LINUX64/intN.o
a - LINUX64/tostr.o
a - LINUX64/ErrorLog.o
a - LINUX64/portability.o
a - LINUX64/Bstring.o
a - LINUX64/Btokenizer.o
a - LINUX64/double33s.o
a - LINUX64/doubleN33s.o
a - LINUX64/float33s.o
a - LINUX64/dsyevv3.o
a - LINUX64/dsyevq3.o
a - LINUX64/dsyevc3.o
a - LINUX64/dsytrd3.o
a - LINUX64/g2c_w32.o
make[4]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/3rdParty/misc/src'
make[4]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/3rdParty/rtime'
Makefile:98: LINUX64/makedepend.tail: No such file or directory
if [ ! -d LINUX64 ] ; then mkdir -p LINUX64 ; fi ;
touch LINUX64/makedepend.tail
make ./lib/LINUX64/librtime.a  
make[5]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/3rdParty/rtime'
g++ -fPIC -c rtime.c -I../pthread/LINUX64/include -I../include -o LINUX64/rtime.o 
g++ -fPIC -c timing.c -I../pthread/LINUX64/include -I../include -o LINUX64/timing.o 
(ar ruv ./lib/LINUX64/librtime.a  LINUX64/rtime.o LINUX64/timing.o; )
ar: `u' modifier ignored since `D' is the default (see `U')
ar: creating ./lib/LINUX64/librtime.a
a - LINUX64/rtime.o
a - LINUX64/timing.o
make[5]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/3rdParty/rtime'
make[4]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/3rdParty/rtime'
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/3rdParty'
make -C common lib
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/common'
mkdir -p LINUX64
mkdir -p LINUX64/Interfaces
mkdir -p LINUX64/CompositeModels
mkdir -p LINUX64/Plugin
mkdir -p LINUX64/Communication
mkdir -p LINUX64/Parameters
mkdir -p LINUX64/Logging
mkdir -p LINUX64/OMTLMSimulatorLib
touch LINUX64/makedepend.tail
make dir
make[4]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/common'
make[4]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/common'
make SRCTYPE=SRCSRVLIB LINUX64/libTLM_s.a
make[4]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/common'
g++  -std=c++11 -fPIC -DUSE_THREADS  -O2 -I. -I../3rdParty/misc/include -I../3rdParty/rtime  -I../../3rdParty/libxml2/install/linux/include/libxml2 -c Communication/ManagerCommHandler.cc -o LINUX64/Communication/ManagerCommHandler.o
g++  -std=c++11 -fPIC -DUSE_THREADS  -O2 -I. -I../3rdParty/misc/include -I../3rdParty/rtime  -I../../3rdParty/libxml2/install/linux/include/libxml2 -c CompositeModels/CompositeModel.cc -o LINUX64/CompositeModels/CompositeModel.o
g++  -std=c++11 -fPIC -DUSE_THREADS  -O2 -I. -I../3rdParty/misc/include -I../3rdParty/rtime  -I../../3rdParty/libxml2/install/linux/include/libxml2 -c Communication/TLMCommUtil.cc -o LINUX64/Communication/TLMCommUtil.o
g++  -std=c++11 -fPIC -DUSE_THREADS  -O2 -I. -I../3rdParty/misc/include -I../3rdParty/rtime  -I../../3rdParty/libxml2/install/linux/include/libxml2 -c Communication/TLMManagerComm.cc -o LINUX64/Communication/TLMManagerComm.o
g++  -std=c++11 -fPIC -DUSE_THREADS  -O2 -I. -I../3rdParty/misc/include -I../3rdParty/rtime  -I../../3rdParty/libxml2/install/linux/include/libxml2 -c Communication/TLMMessageQueue.cc -o LINUX64/Communication/TLMMessageQueue.o
g++  -std=c++11 -fPIC -DUSE_THREADS  -O2 -I. -I../3rdParty/misc/include -I../3rdParty/rtime  -I../../3rdParty/libxml2/install/linux/include/libxml2 -c Logging/TLMErrorLog.cc -o LINUX64/Logging/TLMErrorLog.o
g++  -std=c++11 -fPIC -DUSE_THREADS  -O2 -I. -I../3rdParty/misc/include -I../3rdParty/rtime  -I../../3rdParty/libxml2/install/linux/include/libxml2 -c SurrogateTimer.cc -o LINUX64/SurrogateTimer.o
ar ruv LINUX64/libTLM_s.a LINUX64/Communication/ManagerCommHandler.o LINUX64/CompositeModels/CompositeModel.o LINUX64/Communication/TLMCommUtil.o LINUX64/Communication/TLMManagerComm.o LINUX64/Communication/TLMMessageQueue.o LINUX64/Logging/TLMErrorLog.o LINUX64/SurrogateTimer.o
ar: `u' modifier ignored since `D' is the default (see `U')
ar: creating LINUX64/libTLM_s.a
a - LINUX64/Communication/ManagerCommHandler.o
a - LINUX64/CompositeModels/CompositeModel.o
a - LINUX64/Communication/TLMCommUtil.o
a - LINUX64/Communication/TLMManagerComm.o
a - LINUX64/Communication/TLMMessageQueue.o
a - LINUX64/Logging/TLMErrorLog.o
a - LINUX64/SurrogateTimer.o
make[4]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/common'
echo ABI: LINUX64
ABI: LINUX64
make dir
make[4]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/common'
touch LINUX64/makedepend.tail
make[4]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/common'
make SRCTYPE=SRCCLT LINUX64/libTLM.a
make[4]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/common'
g++  -std=c++11 -fPIC -DUSE_THREADS  -O2 -I. -I../3rdParty/misc/include -I../3rdParty/rtime  -I../../3rdParty/libxml2/install/linux/include/libxml2 -c Plugin/PluginImplementer.cc -o LINUX64/Plugin/PluginImplementer.o
g++  -std=c++11 -fPIC -DUSE_THREADS  -O2 -I. -I../3rdParty/misc/include -I../3rdParty/rtime  -I../../3rdParty/libxml2/install/linux/include/libxml2 -c Plugin/MonitoringPluginImplementer.cc -o LINUX64/Plugin/MonitoringPluginImplementer.o
g++  -std=c++11 -fPIC -DUSE_THREADS  -O2 -I. -I../3rdParty/misc/include -I../3rdParty/rtime  -I../../3rdParty/libxml2/install/linux/include/libxml2 -c Communication/TLMClientComm.cc -o LINUX64/Communication/TLMClientComm.o
g++  -std=c++11 -fPIC -DUSE_THREADS  -O2 -I. -I../3rdParty/misc/include -I../3rdParty/rtime  -I../../3rdParty/libxml2/install/linux/include/libxml2 -c Interfaces/TLMInterface.cc -o LINUX64/Interfaces/TLMInterface.o
g++  -std=c++11 -fPIC -DUSE_THREADS  -O2 -I. -I../3rdParty/misc/include -I../3rdParty/rtime  -I../../3rdParty/libxml2/install/linux/include/libxml2 -c Interfaces/TLMInterfaceSignal.cc -o LINUX64/Interfaces/TLMInterfaceSignal.o
g++  -std=c++11 -fPIC -DUSE_THREADS  -O2 -I. -I../3rdParty/misc/include -I../3rdParty/rtime  -I../../3rdParty/libxml2/install/linux/include/libxml2 -c Interfaces/TLMInterfaceSignalInput.cc -o LINUX64/Interfaces/TLMInterfaceSignalInput.o
g++  -std=c++11 -fPIC -DUSE_THREADS  -O2 -I. -I../3rdParty/misc/include -I../3rdParty/rtime  -I../../3rdParty/libxml2/install/linux/include/libxml2 -c Interfaces/TLMInterfaceSignalOutput.cc -o LINUX64/Interfaces/TLMInterfaceSignalOutput.o
g++  -std=c++11 -fPIC -DUSE_THREADS  -O2 -I. -I../3rdParty/misc/include -I../3rdParty/rtime  -I../../3rdParty/libxml2/install/linux/include/libxml2 -c Interfaces/TLMInterface1D.cc -o LINUX64/Interfaces/TLMInterface1D.o
g++  -std=c++11 -fPIC -DUSE_THREADS  -O2 -I. -I../3rdParty/misc/include -I../3rdParty/rtime  -I../../3rdParty/libxml2/install/linux/include/libxml2 -c Interfaces/TLMInterface3D.cc -o LINUX64/Interfaces/TLMInterface3D.o
g++  -std=c++11 -fPIC -DUSE_THREADS  -O2 -I. -I../3rdParty/misc/include -I../3rdParty/rtime  -I../../3rdParty/libxml2/install/linux/include/libxml2 -c Parameters/ComponentParameter.cc -o LINUX64/Parameters/ComponentParameter.o
g++  -std=c++11 -fPIC -DUSE_THREADS  -O2 -I. -I../3rdParty/misc/include -I../3rdParty/rtime  -I../../3rdParty/libxml2/install/linux/include/libxml2 -c Plugin/TLMPlugin.cc -o LINUX64/Plugin/TLMPlugin.o
make dir
make[5]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/common'
make[5]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/common'
Use TLM-library for client applications using misc library.
Use TLM_m library otherwise.
ar ruv LINUX64/libTLM.a LINUX64/Plugin/PluginImplementer.o LINUX64/Plugin/MonitoringPluginImplementer.o LINUX64/Communication/TLMClientComm.o LINUX64/Communication/TLMCommUtil.o LINUX64/Interfaces/TLMInterface.o LINUX64/Interfaces/TLMInterfaceSignal.o LINUX64/Interfaces/TLMInterfaceSignalInput.o LINUX64/Interfaces/TLMInterfaceSignalOutput.o LINUX64/Interfaces/TLMInterface1D.o LINUX64/Interfaces/TLMInterface3D.o LINUX64/Parameters/ComponentParameter.o LINUX64/Logging/TLMErrorLog.o LINUX64/Plugin/TLMPlugin.o LINUX64/SurrogateTimer.o
ar: `u' modifier ignored since `D' is the default (see `U')
ar: creating LINUX64/libTLM.a
a - LINUX64/Plugin/PluginImplementer.o
a - LINUX64/Plugin/MonitoringPluginImplementer.o
a - LINUX64/Communication/TLMClientComm.o
a - LINUX64/Communication/TLMCommUtil.o
a - LINUX64/Interfaces/TLMInterface.o
a - LINUX64/Interfaces/TLMInterfaceSignal.o
a - LINUX64/Interfaces/TLMInterfaceSignalInput.o
a - LINUX64/Interfaces/TLMInterfaceSignalOutput.o
a - LINUX64/Interfaces/TLMInterface1D.o
a - LINUX64/Interfaces/TLMInterface3D.o
a - LINUX64/Parameters/ComponentParameter.o
a - LINUX64/Logging/TLMErrorLog.o
a - LINUX64/Plugin/TLMPlugin.o
a - LINUX64/SurrogateTimer.o
make[4]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/common'
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/common'
make -C common omtlmlib
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/common'
touch LINUX64/makedepend.tail
make dir
make[4]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/common'
make[4]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/common'
make SRCTYPE=SRCMSTLIB LINUX64/libomtlmsimulator.so
make[4]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/common'
g++  -std=c++11 -fPIC -DUSE_THREADS  -O2 -I. -I../3rdParty/misc/include -I../3rdParty/rtime  -I../../3rdParty/libxml2/install/linux/include/libxml2 -c CompositeModels/CompositeModelReader.cc -o LINUX64/CompositeModels/CompositeModelReader.o
g++  -std=c++11 -fPIC -DUSE_THREADS  -O2 -I. -I../3rdParty/misc/include -I../3rdParty/rtime  -I../../3rdParty/libxml2/install/linux/include/libxml2 -c OMTLMSimulatorLib/OMTLMSimulatorLib.cc -o LINUX64/OMTLMSimulatorLib/OMTLMSimulatorLib.o
g++  -std=c++11 -fPIC -shared -o LINUX64/libomtlmsimulator.so LINUX64/Plugin/PluginImplementer.o LINUX64/Plugin/MonitoringPluginImplementer.o LINUX64/Communication/TLMClientComm.o LINUX64/Communication/TLMCommUtil.o LINUX64/Interfaces/TLMInterface.o LINUX64/Interfaces/TLMInterfaceSignal.o LINUX64/Interfaces/TLMInterfaceSignalInput.o LINUX64/Interfaces/TLMInterfaceSignalOutput.o LINUX64/Interfaces/TLMInterface1D.o LINUX64/Interfaces/TLMInterface3D.o LINUX64/Parameters/ComponentParameter.o LINUX64/Logging/TLMErrorLog.o LINUX64/Plugin/TLMPlugin.o LINUX64/SurrogateTimer.o LINUX64/CompositeModels/CompositeModel.o LINUX64/CompositeModels/CompositeModelReader.o LINUX64/Communication/ManagerCommHandler.o LINUX64/Communication/TLMManagerComm.o LINUX64/Communication/TLMMessageQueue.o LINUX64/OMTLMSimulatorLib/OMTLMSimulatorLib.o -L../3rdParty/misc/lib/LINUX64 -L../3rdParty/rtime/lib/LINUX64 -LLINUX64 -lmisc -lrtime -lrt -L../../3rdParty/libxml2/install/linux/lib -lxml2 -L../extralibs/pthread/LINUX64/lib -lpthread
cp LINUX64/libomtlmsimulator.so ../bin/libomtlmsimulator.so
make[4]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/common'
make SRCTYPE=SRCMSTMAIN LINUX64/omtlmsimulator
make[4]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/common'
touch LINUX64/makedepend.tail
g++  -std=c++11 -fPIC -DUSE_THREADS  -O2 -I. -I../3rdParty/misc/include -I../3rdParty/rtime  -I../../3rdParty/libxml2/install/linux/include/libxml2 -c OMTLMSimulatorMain.cc -o LINUX64/OMTLMSimulatorMain.o
make dir
make[5]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/common'
touch LINUX64/makedepend.tail
make[5]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/common'
g++  -std=c++11 -fPIC -o LINUX64/omtlmsimulator LINUX64/OMTLMSimulatorMain.o -L../extralibs/pthread/LINUX64/lib -lpthread -LLINUX64 -lomtlmsimulator
if [ -f LINUX64/omtlmsimulator.exe.manifest ] ; then \
	(cd LINUX64 ; mt.exe -manifest omtlmsimulator.exe.manifest -outputresource:omtlmsimulator.exe\;1); fi
cp LINUX64/omtlmsimulator ../bin/omtlmsimulator
make[4]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/common'
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/common'
make[2]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator'
test ! `uname` != Darwin || make -C OMTLMSimulator/FMIWrapper install
make[2]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/FMIWrapper'
mkdir -p LINUX64
mkdir -p LINUX64/Plugin
mkdir -p LINUX64/Parameters
mkdir -p LINUX64/Interfaces
mkdir -p LINUX64/Logging
mkdir -p LINUX64/Communication
echo Using std::regex: 1
Using std::regex: 1
make  LINUX64/main.o  LINUX64/Plugin/PluginImplementer.o  LINUX64/Communication/TLMClientComm.o  LINUX64/Communication/TLMCommUtil.o  LINUX64/Interfaces/TLMInterface.o  LINUX64/Interfaces/TLMInterfaceSignal.o  LINUX64/Interfaces/TLMInterfaceSignalInput.o  LINUX64/Interfaces/TLMInterfaceSignalOutput.o  LINUX64/Interfaces/TLMInterface1D.o  LINUX64/Interfaces/TLMInterface3D.o  LINUX64/Parameters/ComponentParameter.o  LINUX64/Logging/TLMErrorLog.o  LINUX64/Plugin/TLMPlugin.o  LINUX64/coordTransform.o  LINUX64/double3.o  LINUX64/double33.o  LINUX64/ErrorLog.o  LINUX64/double33s.o  LINUX64/dsyevq3.o  LINUX64/dsyevv3.o  LINUX64/dsyevc3.o  LINUX64/dsytrd3.o  LINUX64/Bstring.o  LINUX64/tostr.o  LINUX64/nvector_serial.o  LINUX64/sundials_math.o  LINUX64/sundials_nvector.o  LINUX64/sundials_direct.o  LINUX64/sundials_dense.o  LINUX64/cvode.o  LINUX64/cvode_dense.o  LINUX64/cvode_direct.o  LINUX64/cvode_io.o  LINUX64/ida.o  LINUX64/ida_dense.o  LINUX64/ida_direct.o  LINUX64/ida_io.o
make[3]: Entering directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/FMIWrapper'
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c main.cpp -o LINUX64/main.o
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ../common/Plugin/PluginImplementer.cc -o LINUX64/Plugin/PluginImplementer.o
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ../common/Communication/TLMClientComm.cc -o LINUX64/Communication/TLMClientComm.o
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ../common/Communication/TLMCommUtil.cc -o LINUX64/Communication/TLMCommUtil.o
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ../common/Interfaces/TLMInterface.cc -o LINUX64/Interfaces/TLMInterface.o
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ../common/Interfaces/TLMInterfaceSignal.cc -o LINUX64/Interfaces/TLMInterfaceSignal.o
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ../common/Interfaces/TLMInterfaceSignalInput.cc -o LINUX64/Interfaces/TLMInterfaceSignalInput.o
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ../common/Interfaces/TLMInterfaceSignalOutput.cc -o LINUX64/Interfaces/TLMInterfaceSignalOutput.o
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ../common/Interfaces/TLMInterface1D.cc -o LINUX64/Interfaces/TLMInterface1D.o
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ../common/Interfaces/TLMInterface3D.cc -o LINUX64/Interfaces/TLMInterface3D.o
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ../common/Parameters/ComponentParameter.cc -o LINUX64/Parameters/ComponentParameter.o
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ../common/Logging/TLMErrorLog.cc -o LINUX64/Logging/TLMErrorLog.o
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ../common/Plugin/TLMPlugin.cc -o LINUX64/Plugin/TLMPlugin.o
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ../3rdParty/misc/src/coordTransform.cc -o LINUX64/coordTransform.o
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ../3rdParty/misc/src/double3.cc -o LINUX64/double3.o
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ../3rdParty/misc/src/double33.cc -o LINUX64/double33.o
In file included from ../common/Logging/TLMErrorLog.h:17:0,
                 from ../common/Logging/TLMErrorLog.cc:7:
../common/Communication/TLMThreadSynch.h: In member function 'void SimpleCond::wait(SimpleLock&)':
../common/Communication/TLMThreadSynch.h:220:5: warning: statement has no effect [-Wunused-value]
     lock; // does nothing, just to avoid warning.
     ^~~~
In file included from ../common/Logging/TLMErrorLog.h:17:0,
                 from ../common/Communication/TLMClientComm.h:16,
                 from ../common/Parameters/ComponentParameter.h:18,
                 from ../common/Parameters/ComponentParameter.cc:1:
../common/Communication/TLMThreadSynch.h: In member function 'void SimpleCond::wait(SimpleLock&)':
../common/Communication/TLMThreadSynch.h:220:5: warning: statement has no effect [-Wunused-value]
     lock; // does nothing, just to avoid warning.
     ^~~~
In file included from ../common/Logging/TLMErrorLog.h:17:0,
                 from ../common/Communication/TLMCommUtil.cc:2:
../common/Communication/TLMThreadSynch.h: In member function 'void SimpleCond::wait(SimpleLock&)':
../common/Communication/TLMThreadSynch.h:220:5: warning: statement has no effect [-Wunused-value]
     lock; // does nothing, just to avoid warning.
     ^~~~
In file included from ../common/Logging/TLMErrorLog.h:17:0,
                 from ../common/Communication/TLMClientComm.h:16,
                 from ../common/Interfaces/TLMInterface.h:16,
                 from ../common/Interfaces/TLMInterfaceSignal.h:13,
                 from ../common/Interfaces/TLMInterfaceSignal.cc:1:
../common/Communication/TLMThreadSynch.h: In member function 'void SimpleCond::wait(SimpleLock&)':
../common/Communication/TLMThreadSynch.h:220:5: warning: statement has no effect [-Wunused-value]
     lock; // does nothing, just to avoid warning.
     ^~~~
../common/Communication/TLMCommUtil.cc: In static member function 'static bool TLMCommUtil::ReceiveMessage(TLMMessage&)':
../common/Communication/TLMCommUtil.cc:155:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if(mess.Data.size() < mess.Header.DataSize) {
            ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
In file included from ../common/Logging/TLMErrorLog.h:17:0,
                 from ../common/Communication/TLMClientComm.h:16,
                 from ../common/Interfaces/TLMInterface.h:16,
                 from ../common/Plugin/TLMPlugin.h:12,
                 from ../common/Plugin/TLMPlugin.cc:1:
../common/Communication/TLMThreadSynch.h: In member function 'void SimpleCond::wait(SimpleLock&)':
../common/Communication/TLMThreadSynch.h:220:5: warning: statement has no effect [-Wunused-value]
     lock; // does nothing, just to avoid warning.
     ^~~~
In file included from ../common/Logging/TLMErrorLog.h:17:0,
                 from ../common/Communication/TLMClientComm.h:16,
                 from ../common/Interfaces/TLMInterface.h:16,
                 from ../common/Interfaces/TLMInterfaceSignal.h:13,
                 from ../common/Interfaces/TLMInterfaceSignalInput.h:13,
                 from ../common/Interfaces/TLMInterfaceSignalInput.cc:1:
../common/Communication/TLMThreadSynch.h: In member function 'void SimpleCond::wait(SimpleLock&)':
../common/Communication/TLMThreadSynch.h:220:5: warning: statement has no effect [-Wunused-value]
     lock; // does nothing, just to avoid warning.
     ^~~~
In file included from ../common/Logging/TLMErrorLog.h:17:0,
                 from ../common/Communication/TLMClientComm.h:16,
                 from ../common/Communication/TLMClientComm.cc:7:
../common/Communication/TLMThreadSynch.h: In member function 'void SimpleCond::wait(SimpleLock&)':
../common/Communication/TLMThreadSynch.h:220:5: warning: statement has no effect [-Wunused-value]
     lock; // does nothing, just to avoid warning.
     ^~~~
In file included from ../common/Logging/TLMErrorLog.h:17:0,
                 from ../common/Communication/TLMClientComm.h:16,
                 from ../common/Interfaces/TLMInterface.h:16,
                 from ../common/Interfaces/TLMInterface1D.h:13,
                 from ../common/Interfaces/TLMInterface1D.cc:1:
../common/Communication/TLMThreadSynch.h: In member function 'void SimpleCond::wait(SimpleLock&)':
../common/Communication/TLMThreadSynch.h:220:5: warning: statement has no effect [-Wunused-value]
     lock; // does nothing, just to avoid warning.
     ^~~~
In file included from ../common/Logging/TLMErrorLog.h:17:0,
                 from ../common/Communication/TLMClientComm.h:16,
                 from ../common/Interfaces/TLMInterface.h:16,
                 from ../common/Interfaces/TLMInterfaceSignal.h:13,
                 from ../common/Interfaces/TLMInterfaceSignalOutput.h:13,
                 from ../common/Interfaces/TLMInterfaceSignalOutput.cc:1:
../common/Communication/TLMThreadSynch.h: In member function 'void SimpleCond::wait(SimpleLock&)':
../common/Communication/TLMThreadSynch.h:220:5: warning: statement has no effect [-Wunused-value]
     lock; // does nothing, just to avoid warning.
     ^~~~
In file included from ../common/Logging/TLMErrorLog.h:17:0,
                 from ../common/Communication/TLMClientComm.h:16,
                 from ../common/Interfaces/TLMInterface.h:16,
                 from ../common/Plugin/TLMPlugin.h:12,
                 from ../common/Plugin/PluginImplementer.cc:3:
../common/Communication/TLMThreadSynch.h: In member function 'void SimpleCond::wait(SimpleLock&)':
../common/Communication/TLMThreadSynch.h:220:5: warning: statement has no effect [-Wunused-value]
     lock; // does nothing, just to avoid warning.
     ^~~~
In file included from ../common/Logging/TLMErrorLog.h:17:0,
                 from ../common/Communication/TLMClientComm.h:16,
                 from ../common/Interfaces/TLMInterface.h:16,
                 from ../common/Interfaces/TLMInterface.cc:7:
../common/Communication/TLMThreadSynch.h: In member function 'void SimpleCond::wait(SimpleLock&)':
../common/Communication/TLMThreadSynch.h:220:5: warning: statement has no effect [-Wunused-value]
     lock; // does nothing, just to avoid warning.
     ^~~~
In file included from ../common/Logging/TLMErrorLog.h:17:0,
                 from ../common/Communication/TLMClientComm.h:16,
                 from ../common/Interfaces/TLMInterface.h:16,
                 from ../common/Interfaces/TLMInterface3D.h:13,
                 from ../common/Interfaces/TLMInterface3D.cc:1:
../common/Communication/TLMThreadSynch.h: In member function 'void SimpleCond::wait(SimpleLock&)':
../common/Communication/TLMThreadSynch.h:220:5: warning: statement has no effect [-Wunused-value]
     lock; // does nothing, just to avoid warning.
     ^~~~
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ../3rdParty/misc/src/ErrorLog.cc -o LINUX64/ErrorLog.o
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ../3rdParty/misc/src/double33s.cc -o LINUX64/double33s.o
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ../3rdParty/misc/src/dsyevq3.cc -o LINUX64/dsyevq3.o
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ../3rdParty/misc/src/dsyevv3.cc -o LINUX64/dsyevv3.o
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ../3rdParty/misc/src/dsyevc3.cc -o LINUX64/dsyevc3.o
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ../3rdParty/misc/src/dsytrd3.cc -o LINUX64/dsytrd3.o
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ../3rdParty/misc/src/Bstring.cc -o LINUX64/Bstring.o
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ../3rdParty/misc/src/tostr.cc -o LINUX64/tostr.o
g++  -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c cvode-2.9.0/src/nvec_ser/nvector_serial.c -o LINUX64/nvector_serial.o
In file included from ../../3rdParty/FMIL/install/linux/include/FMI/fmi_import_context.h:26:0,
                 from main.cpp:35:
../../3rdParty/FMIL/install/linux/include/JM/jm_callbacks.h: In function 'void jm_log_debug_v(jm_callbacks*, const char*, const char*, va_list)':
../../3rdParty/FMIL/install/linux/include/JM/jm_callbacks.h:209:42: warning: unused parameter 'cb' [-Wunused-parameter]
 static void jm_log_debug_v(jm_callbacks* cb, const char* module, const char* fmt, va_list ap) {}
                                          ^~
../../3rdParty/FMIL/install/linux/include/JM/jm_callbacks.h:209:58: warning: unused parameter 'module' [-Wunused-parameter]
 static void jm_log_debug_v(jm_callbacks* cb, const char* module, const char* fmt, va_list ap) {}
                                                          ^~~~~~
../../3rdParty/FMIL/install/linux/include/JM/jm_callbacks.h:209:78: warning: unused parameter 'fmt' [-Wunused-parameter]
 static void jm_log_debug_v(jm_callbacks* cb, const char* module, const char* fmt, va_list ap) {}
                                                                              ^~~
../../3rdParty/FMIL/install/linux/include/JM/jm_callbacks.h:209:91: warning: unused parameter 'ap' [-Wunused-parameter]
 static void jm_log_debug_v(jm_callbacks* cb, const char* module, const char* fmt, va_list ap) {}
                                                                                           ^~
../../3rdParty/FMIL/install/linux/include/JM/jm_callbacks.h: In function 'void jm_log_debug(jm_callbacks*, const char*, const char*, ...)':
../../3rdParty/FMIL/install/linux/include/JM/jm_callbacks.h:214:40: warning: unused parameter 'cb' [-Wunused-parameter]
 static void jm_log_debug(jm_callbacks* cb, const char* module, const char* fmt, ...) {}
                                        ^~
../../3rdParty/FMIL/install/linux/include/JM/jm_callbacks.h:214:56: warning: unused parameter 'module' [-Wunused-parameter]
 static void jm_log_debug(jm_callbacks* cb, const char* module, const char* fmt, ...) {}
                                                        ^~~~~~
../../3rdParty/FMIL/install/linux/include/JM/jm_callbacks.h:214:76: warning: unused parameter 'fmt' [-Wunused-parameter]
 static void jm_log_debug(jm_callbacks* cb, const char* module, const char* fmt, ...) {}
                                                                            ^~~
g++  -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c cvode-2.9.0/src/sundials/sundials_math.c -o LINUX64/sundials_math.o
In file included from ../common/Logging/TLMErrorLog.h:17:0,
                 from ../common/Communication/TLMClientComm.h:16,
                 from ../common/Interfaces/TLMInterface.h:16,
                 from ../common/Plugin/TLMPlugin.h:12,
                 from main.cpp:41:
../common/Communication/TLMThreadSynch.h: In member function 'void SimpleCond::wait(SimpleLock&)':
../common/Communication/TLMThreadSynch.h:220:5: warning: statement has no effect [-Wunused-value]
     lock; // does nothing, just to avoid warning.
     ^~~~
g++  -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c cvode-2.9.0/src/sundials/sundials_nvector.c -o LINUX64/sundials_nvector.o
cvode-2.9.0/src/nvec_ser/nvector_serial.c: In function 'N_Vector_ID N_VGetVectorID_Serial(N_Vector)':
cvode-2.9.0/src/nvec_ser/nvector_serial.c:67:44: warning: unused parameter 'v' [-Wunused-parameter]
 N_Vector_ID N_VGetVectorID_Serial(N_Vector v)
                                            ^
main.cpp: In function 'void applyStartValues()':
main.cpp:257:40: warning: unused variable 'vr' [-Wunused-variable]
                 fmi2_value_reference_t vr = fmi2_import_get_variable_vr(var);
                                        ^~
g++  -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c cvode-2.9.0/src/sundials/sundials_direct.c -o LINUX64/sundials_direct.o
g++  -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c cvode-2.9.0/src/sundials/sundials_dense.c -o LINUX64/sundials_dense.o
g++  -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c cvode-2.9.0/src/cvode/cvode.c -o LINUX64/cvode.o
g++  -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c cvode-2.9.0/src/cvode/cvode_dense.c -o LINUX64/cvode_dense.o
cvode-2.9.0/src/cvode/cvode_dense.c: In function 'int cvDenseSolve(CVodeMem, N_Vector, N_Vector, N_Vector, N_Vector)':
cvode-2.9.0/src/cvode/cvode_dense.c:309:63: warning: unused parameter 'weight' [-Wunused-parameter]
 static int cvDenseSolve(CVodeMem cv_mem, N_Vector b, N_Vector weight,
                                                               ^~~~~~
cvode-2.9.0/src/cvode/cvode_dense.c:310:34: warning: unused parameter 'ycur' [-Wunused-parameter]
                         N_Vector ycur, N_Vector fcur)
                                  ^~~~
cvode-2.9.0/src/cvode/cvode_dense.c:310:49: warning: unused parameter 'fcur' [-Wunused-parameter]
                         N_Vector ycur, N_Vector fcur)
                                                 ^~~~
g++  -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c cvode-2.9.0/src/cvode/cvode_direct.c -o LINUX64/cvode_direct.o
g++  -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c cvode-2.9.0/src/cvode/cvode_io.c -o LINUX64/cvode_io.o
g++  -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ida-2.9.0/src/ida/ida.c -o LINUX64/ida.o
cvode-2.9.0/src/cvode/cvode_direct.c: In function 'int cvDlsDenseDQJac(long int, realtype, N_Vector, N_Vector, DlsMat, void*, N_Vector, N_Vector, N_Vector)':
cvode-2.9.0/src/cvode/cvode_direct.c:323:60: warning: unused parameter 'tmp3' [-Wunused-parameter]
                     N_Vector tmp1, N_Vector tmp2, N_Vector tmp3)
                                                            ^~~~
cvode-2.9.0/src/cvode/cvode_direct.c: In function 'int cvDlsBandDQJac(long int, long int, long int, realtype, N_Vector, N_Vector, DlsMat, void*, N_Vector, N_Vector, N_Vector)':
cvode-2.9.0/src/cvode/cvode_direct.c:397:29: warning: unused parameter 't' [-Wunused-parameter]
                    realtype t, N_Vector y, N_Vector fy,
                             ^
cvode-2.9.0/src/cvode/cvode_direct.c:399:59: warning: unused parameter 'tmp3' [-Wunused-parameter]
                    N_Vector tmp1, N_Vector tmp2, N_Vector tmp3)
                                                           ^~~~
g++  -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ida-2.9.0/src/ida/ida_dense.c -o LINUX64/ida_dense.o
g++  -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ida-2.9.0/src/ida/ida_direct.c -o LINUX64/ida_direct.o
ida-2.9.0/src/ida/ida_dense.c: In function 'int IDADenseSolve(IDAMem, N_Vector, N_Vector, N_Vector, N_Vector, N_Vector)':
ida-2.9.0/src/ida/ida_dense.c:274:63: warning: unused parameter 'weight' [-Wunused-parameter]
 static int IDADenseSolve(IDAMem IDA_mem, N_Vector b, N_Vector weight,
                                                               ^~~~~~
ida-2.9.0/src/ida/ida_dense.c:275:35: warning: unused parameter 'ycur' [-Wunused-parameter]
                          N_Vector ycur, N_Vector ypcur, N_Vector rrcur)
                                   ^~~~
ida-2.9.0/src/ida/ida_dense.c:275:50: warning: unused parameter 'ypcur' [-Wunused-parameter]
                          N_Vector ycur, N_Vector ypcur, N_Vector rrcur)
                                                  ^~~~~
ida-2.9.0/src/ida/ida_dense.c:275:66: warning: unused parameter 'rrcur' [-Wunused-parameter]
                          N_Vector ycur, N_Vector ypcur, N_Vector rrcur)
                                                                  ^~~~~
g++  -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES -I. -I"../FMIWrapper" -I"../../3rdParty/FMIL/install/linux/include" -I"../../3rdParty/RegEx" -I"../common" -I"../3rdParty/misc/include" -I"cvode-2.9.0/include" -I"ida-2.9.0/include" -c ida-2.9.0/src/ida/ida_io.c -o LINUX64/ida_io.o
ida-2.9.0/src/ida/ida_direct.c: In function 'int idaDlsDenseDQJac(long int, realtype, realtype, N_Vector, N_Vector, N_Vector, DlsMat, void*, N_Vector, N_Vector, N_Vector)':
ida-2.9.0/src/ida/ida_direct.c:327:61: warning: unused parameter 'tmp3' [-Wunused-parameter]
                      N_Vector tmp1, N_Vector tmp2, N_Vector tmp3)
                                                             ^~~~
ida-2.9.0/src/ida/ida_direct.c: In function 'int idaDlsBandDQJac(long int, long int, long int, realtype, realtype, N_Vector, N_Vector, N_Vector, DlsMat, void*, N_Vector, N_Vector, N_Vector)':
ida-2.9.0/src/ida/ida_direct.c:424:43: warning: unused parameter 'c_j' [-Wunused-parameter]
                     realtype tt, realtype c_j,
                                           ^~~
main.cpp: In function 'void createAndClearTempDirectory(std::__cxx11::string)':
main.cpp:1342:11: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result]
     system(command.c_str());
     ~~~~~~^~~~~~~~~~~~~~~~~
main.cpp:1345:9: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result]
   system(command.c_str());
   ~~~~~~^~~~~~~~~~~~~~~~~
In file included from ../../3rdParty/FMIL/install/linux/include/FMI/fmi_import_context.h:31:0,
                 from main.cpp:35:
../../3rdParty/FMIL/install/linux/include/FMI2/fmi2_types.h: At global scope:
../../3rdParty/FMIL/install/linux/include/FMI2/fmi2_types.h:53:21: warning: 'const char* fmi2_get_types_platform()' defined but not used [-Wunused-function]
 static const char * fmi2_get_types_platform(void) {
                     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../3rdParty/FMIL/install/linux/include/FMI/fmi_import_context.h:29:0,
                 from main.cpp:35:
../../3rdParty/FMIL/install/linux/include/FMI1/fmi1_types.h:48:21: warning: 'const char* fmi1_get_platform()' defined but not used [-Wunused-function]
 static const char * fmi1_get_platform(void) {
                     ^~~~~~~~~~~~~~~~~
In file included from ../../3rdParty/FMIL/install/linux/include/FMI/fmi_import_context.h:26:0,
                 from main.cpp:35:
../../3rdParty/FMIL/install/linux/include/JM/jm_callbacks.h:214:13: warning: 'void jm_log_debug(jm_callbacks*, const char*, const char*, ...)' defined but not used [-Wunused-function]
 static void jm_log_debug(jm_callbacks* cb, const char* module, const char* fmt, ...) {}
             ^~~~~~~~~~~~
../../3rdParty/FMIL/install/linux/include/JM/jm_callbacks.h:209:13: warning: 'void jm_log_debug_v(jm_callbacks*, const char*, const char*, va_list)' defined but not used [-Wunused-function]
 static void jm_log_debug_v(jm_callbacks* cb, const char* module, const char* fmt, va_list ap) {}
             ^~~~~~~~~~~~~~
In file included from ../../3rdParty/FMIL/install/linux/include/FMI/fmi_import_context.h:26:0,
                 from main.cpp:35:
../../3rdParty/FMIL/install/linux/include/JM/jm_callbacks.h:104:13: warning: 'void jm_clear_last_error(jm_callbacks*)' defined but not used [-Wunused-function]
 static void jm_clear_last_error(jm_callbacks* cb) { cb->errMessageBuffer[0] = 0; }
             ^~~~~~~~~~~~~~~~~~~
../../3rdParty/FMIL/install/linux/include/JM/jm_callbacks.h:99:18: warning: 'const char* jm_get_last_error(jm_callbacks*)' defined but not used [-Wunused-function]
 static jm_string jm_get_last_error(jm_callbacks* cb) {return cb->errMessageBuffer; }
                  ^~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/FMIWrapper'
g++  -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES  LINUX64/main.o  LINUX64/Plugin/PluginImplementer.o  LINUX64/Communication/TLMClientComm.o  LINUX64/Communication/TLMCommUtil.o  LINUX64/Interfaces/TLMInterface.o  LINUX64/Interfaces/TLMInterfaceSignal.o  LINUX64/Interfaces/TLMInterfaceSignalInput.o  LINUX64/Interfaces/TLMInterfaceSignalOutput.o  LINUX64/Interfaces/TLMInterface1D.o  LINUX64/Interfaces/TLMInterface3D.o  LINUX64/Parameters/ComponentParameter.o  LINUX64/Logging/TLMErrorLog.o  LINUX64/Plugin/TLMPlugin.o  LINUX64/coordTransform.o  LINUX64/double3.o  LINUX64/double33.o  LINUX64/ErrorLog.o  LINUX64/double33s.o  LINUX64/dsyevq3.o  LINUX64/dsyevv3.o  LINUX64/dsyevc3.o  LINUX64/dsytrd3.o  LINUX64/Bstring.o  LINUX64/tostr.o  LINUX64/nvector_serial.o  LINUX64/sundials_math.o  LINUX64/sundials_nvector.o  LINUX64/sundials_direct.o  LINUX64/sundials_dense.o  LINUX64/cvode.o  LINUX64/cvode_dense.o  LINUX64/cvode_direct.o  LINUX64/cvode_io.o  LINUX64/ida.o  LINUX64/ida_dense.o  LINUX64/ida_direct.o  LINUX64/ida_io.o -o LINUX64/FMIWrapper -L../../3rdParty/FMIL/install/linux/lib -lfmilib -ldl 
cp LINUX64/FMIWrapper ../bin/
cp StartTLMFmiWrapper* ../bin/
cp: cannot stat 'StartTLMFmiWrapper*': No such file or directory
Makefile:125: recipe for target 'install' failed
make[2]: *** [install] Error 1
make[2]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/OMTLMSimulator/FMIWrapper'
Makefile:163: recipe for target 'OMTLMSimulator' failed
make[1]: *** [OMTLMSimulator] Error 2
make[1]: Leaving directory '/var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0'
Makefile:145: recipe for target 'OMSimulator' failed
make: *** [OMSimulator] Error 2