Skip to content

Console Output

c:\dev\jenkins\ws\OMSimulator_master>set OMDEV=C:\OMDev 

c:\dev\jenkins\ws\OMSimulator_master>echo on 

c:\dev\jenkins\ws\OMSimulator_master>(
echo export MSYS_WORKSPACE="`cygpath 'c:\dev\jenkins\ws\OMSimulator_master'`"  
 echo echo MSYS_WORKSPACE: ${MSYS_WORKSPACE}  
 echo cd ${MSYS_WORKSPACE}  
 echo export MAKETHREADS=-j16  
 echo set -ex  
 echo git fetch --tags  
 echo cmake -S . -B build/ -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=install/ -DOM_OMS_ENABLE_TESTSUITE:BOOL=ON  
 echo cmake --build build/ --parallel 16 --target install -v 
) 1>buildOMSimulatorWindows.sh 

c:\dev\jenkins\ws\OMSimulator_master>set MSYSTEM=MINGW64 

c:\dev\jenkins\ws\OMSimulator_master>set MSYS2_PATH_TYPE=inherit 

c:\dev\jenkins\ws\OMSimulator_master>C:\OMDev\tools\msys\usr\bin\sh --login -c "cd `cygpath 'c:\dev\jenkins\ws\OMSimulator_master'` && chmod +x buildOMSimulatorWindows.sh && ./buildOMSimulatorWindows.sh && rm -f ./buildOMSimulatorWindows.sh" 
Sending interrupt signal to process
MSYS_WORKSPACE: /c/dev/jenkins/ws/OMSimulator_master
++ git fetch --tags
++ cmake -S . -B build/ -G 'MSYS Makefiles' -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=install/ -DOM_OMS_ENABLE_TESTSUITE:BOOL=ON
Re-run cmake no build system arguments
cmake version is: 3.18.4
-- The C compiler identification is Clang 11.0.0
-- The CXX compiler identification is Clang 11.0.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/clang.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/clang++.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found ccache. It will be used for compilation C/C++ sources
-- OMSimulator version string: v2.1.1.post234-g7426fa7
-- Platform string: mingw
-- SUNDIALS_BUILD_STATIC_LIBS: 
-- SUNDIALS_BUILD_SHARED_LIBS: OFF
-- Appending C release flags
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
script returned exit code -1